chore(deps): bump github.com/gocolly/colly/v2 from 2.0.1 to 2.1.0 #7

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-gocolly-colly-v2-2.1.0 into master 2021-11-05 07:09:25 +00:00
argoyle commented 2021-11-05 06:45:57 +00:00 (Migrated from gitlab.com)

Bumps github.com/gocolly/colly/v2 from 2.0.1 to 2.1.0.

Release notes

Sourced from github.com/gocolly/colly/v2's releases.

v2.1.0

  • HTTP tracing support
  • New callback: OnResponseHeader
  • Queue fixes
  • New collector option: Collector.CheckHead
  • Proxy fixes
  • Fixed POST revisit checking
  • Updated dependencies
Changelog

Sourced from github.com/gocolly/colly/v2's changelog.

2.1.0 - 2020.06.09

  • HTTP tracing support
  • New callback: OnResponseHeader
  • Queue fixes
  • New collector option: Collector.CheckHead
  • Proxy fixes
  • Fixed POST revisit checking
  • Updated dependencies

2.0.0 - 2019.11.28

  • Breaking change: Change Collector.RedirectHandler member to Collector.SetRedirectHandler function
  • Go module support
  • Collector.HasVisited method added to be able to check if an url has been visited
  • Collector.SetClient method introduced
  • HTMLElement.ChildTexts method added
  • New user agents
  • Multiple bugfixes

1.2.0 - 2019.02.13

  • Compatibility with the latest htmlquery package
  • New request shortcut for HEAD requests
  • Check URL availibility before visiting
  • Fix proxy URL value
  • Request counter fix
  • Minor fixes in examples

1.1.0 - 2018.08.13

  • Appengine integration takes context.Context instead of http.Request (API change)
  • Added "Accept" http header by default to every request
  • Support slices of pointers in unmarshal
  • Fixed a race condition in queues
  • ForEachWithBreak method added to HTMLElement
  • Added a local file example
  • Support gzip decompression of response bodies
  • Don't share waitgroup when cloning a collector
  • Fixed instagram example

1.0.0 - 2018.05.13

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/gocolly/colly/v2](https://github.com/gocolly/colly) from 2.0.1 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gocolly/colly/releases">github.com/gocolly/colly/v2's releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <ul> <li>HTTP tracing support</li> <li>New callback: OnResponseHeader</li> <li>Queue fixes</li> <li>New collector option: Collector.CheckHead</li> <li>Proxy fixes</li> <li>Fixed POST revisit checking</li> <li>Updated dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gocolly/colly/blob/master/CHANGELOG.md">github.com/gocolly/colly/v2's changelog</a>.</em></p> <blockquote> <h1>2.1.0 - 2020.06.09</h1> <ul> <li>HTTP tracing support</li> <li>New callback: OnResponseHeader</li> <li>Queue fixes</li> <li>New collector option: Collector.CheckHead</li> <li>Proxy fixes</li> <li>Fixed POST revisit checking</li> <li>Updated dependencies</li> </ul> <h1>2.0.0 - 2019.11.28</h1> <ul> <li>Breaking change: Change Collector.RedirectHandler member to Collector.SetRedirectHandler function</li> <li>Go module support</li> <li>Collector.HasVisited method added to be able to check if an url has been visited</li> <li>Collector.SetClient method introduced</li> <li>HTMLElement.ChildTexts method added</li> <li>New user agents</li> <li>Multiple bugfixes</li> </ul> <h1>1.2.0 - 2019.02.13</h1> <ul> <li>Compatibility with the latest htmlquery package</li> <li>New request shortcut for HEAD requests</li> <li>Check URL availibility before visiting</li> <li>Fix proxy URL value</li> <li>Request counter fix</li> <li>Minor fixes in examples</li> </ul> <h1>1.1.0 - 2018.08.13</h1> <ul> <li>Appengine integration takes context.Context instead of http.Request (API change)</li> <li>Added &quot;Accept&quot; http header by default to every request</li> <li>Support slices of pointers in unmarshal</li> <li>Fixed a race condition in queues</li> <li>ForEachWithBreak method added to HTMLElement</li> <li>Added a local file example</li> <li>Support gzip decompression of response bodies</li> <li>Don't share waitgroup when cloning a collector</li> <li>Fixed instagram example</li> </ul> <h1>1.0.0 - 2018.05.13</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gocolly/colly/commit/bbf3f10c37205136e9d4f46fe8118205cc505a67"><code>bbf3f10</code></a> [enh] bump version to 2.1.0</li> <li><a href="https://github.com/gocolly/colly/commit/3dcad6e4669654b0e1b9e3e63e1c03ffbfd1a396"><code>3dcad6e</code></a> [enh] update dependencies - fixes <a href="https://github.com/gocolly/colly/issues/462">#462</a></li> <li><a href="https://github.com/gocolly/colly/commit/556442d455cdde40dd6a0fd8f10119d018d2f577"><code>556442d</code></a> Merge pull request <a href="https://github.com/gocolly/colly/issues/493">#493</a> from kewei5zhang/issue/outdated-example-coinmarketcap</li> <li><a href="https://github.com/gocolly/colly/commit/b4312dc581bcc625631e0f81b73d25fb70f98374"><code>b4312dc</code></a> update outdated cryptocoinmarketcap example</li> <li><a href="https://github.com/gocolly/colly/commit/a32f979de590ecabf3bfd506136f17bdff764bf5"><code>a32f979</code></a> [doc] update install method - fixes <a href="https://github.com/gocolly/colly/issues/489">#489</a></li> <li><a href="https://github.com/gocolly/colly/commit/e15d6f3fbbe38c94880f502152cdc5b0198a2cf7"><code>e15d6f3</code></a> [fix] remove go.sum</li> <li><a href="https://github.com/gocolly/colly/commit/fed6cc4de4e9cdf1ccb0ef66de0173f2e41c5ff4"><code>fed6cc4</code></a> [fix] tyop</li> <li><a href="https://github.com/gocolly/colly/commit/f9898dc044239a0469ea23ed4ccf8114aeff3e7d"><code>f9898dc</code></a> Merge pull request <a href="https://github.com/gocolly/colly/issues/483">#483</a> from i25959341/patch-1</li> <li><a href="https://github.com/gocolly/colly/commit/6581387f98e6ebc35e278f9e3925380e2b2502e2"><code>6581387</code></a> Merge pull request <a href="https://github.com/gocolly/colly/issues/479">#479</a> from WGH-/fix-relative-base</li> <li><a href="https://github.com/gocolly/colly/commit/06c32552d193a04faa27abb76c485985b06aa1f2"><code>06c3255</code></a> Merge pull request <a href="https://github.com/gocolly/colly/issues/476">#476</a> from deven96/master</li> <li>Additional commits viewable in <a href="https://github.com/gocolly/colly/compare/v2.0.1...v2.1.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2021-11-05 07:09:25 +00:00 (Migrated from gitlab.com)

mentioned in commit 6b65a8b321

mentioned in commit 6b65a8b321b7a9aa3bd65ff4d630462490c0f2d9
argoyle (Migrated from gitlab.com) merged commit 6b65a8b321 into master 2021-11-05 07:09:26 +00:00
Sign in to join this conversation.