Releases: mccutchen/urlresolver
Releases · mccutchen/urlresolver
v0.2.2
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
What's Changed
- Simplify CI config by @mccutchen in #28
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #29
Full Changelog: v0.2.0...v0.2.1
v0.2.0
⚠️ 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
- Drop vendored safedialer package by @mccutchen in #26
- Update CI config by @mccutchen in #27
Full Changelog: v0.1.6...v0.2.0
v0.1.6
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
v0.1.4
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
- @dependabot made their first contribution in #21
Full Changelog: v0.1.3...v0.1.4
v0.1.3
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