Skip to content

Releases: mccutchen/urlresolver

v0.2.2

04 Sep 16:26
fa7a071
Compare
Choose a tag to compare

What's Changed

  • feat: strip more ad trackers during canonicalization by @mccutchen in #30
  • feat: indicate whether request was coalesced in result by @mccutchen in #31
  • feat: special handling for Sailthru email tracking URLs by @mccutchen in #32
  • feat: interstitial handling improvements by @mccutchen in #19
  • fix: bump fake user agent by @mccutchen in #33

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Apr 14:32
619db8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Feb 04:49
61135f8
Compare
Choose a tag to compare

⚠️ Breaking changes ⚠️

The github.com/mccutchen/urlresolver/safedialer package was removed in #26. Please update your code to use github.com/mccutchen/safedialer instead.

What's Changed

Full Changelog: v0.1.6...v0.2.0

v0.1.6

12 Oct 13:03
7a8bff1
Compare
Choose a tag to compare

What's Changed

  • Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 by @dependabot in #24
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #25

Full Changelog: v0.1.5...v0.1.6

v0.1.5

28 May 21:50
fd7281d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

14 Apr 02:41
9e3b008
Compare
Choose a tag to compare

What's Changed

  • Build/CI/formatting updates by @mccutchen in #22
  • Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #21
  • Bump golang.org/x/net from 0.0.0-20210902165921-8d991716f632 to 0.7.0 by @dependabot in #20

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

25 Nov 21:36
c0cda57
Compare
Choose a tag to compare

What's Changed

  • Add special handling for Twitter's /i/web/status/{id} URLs by @mccutchen in #17

Full Changelog: v0.1.2...v0.1.3

v0.1.2

02 Sep 13:36
a58fa4d
Compare
Choose a tag to compare
  • Record intermediate URLs in resolve results (#16)

v0.1.1

12 Jun 13:28
ff302f5
Compare
Choose a tag to compare
  • Use a buffer pool to consume HTTP response bodies (#15)