Releases: ryanfowler/fetch
Releases · ryanfowler/fetch
v0.13.3
What's Changed
- Bump golang.org/x/net from 0.44.0 to 0.45.0 by @dependabot[bot] in #317
- Bump golang.org/x/sys from 0.36.0 to 0.37.0 by @dependabot[bot] in #318
- Bump golang.org/x/net from 0.45.0 to 0.46.0 by @dependabot[bot] in #320
- Bump golang.org/x/image from 0.31.0 to 0.32.0 by @dependabot[bot] in #319
- Upgrade Go to v1.25.3 by @ryanfowler in #321
- Bump github.com/klauspost/compress from 1.18.0 to 1.18.1 by @dependabot[bot] in #322
- Bump github.com/tinylib/msgp from 1.4.0 to 1.5.0 by @dependabot[bot] in #323
- Update Go to v1.25.4 by @ryanfowler in #324
- Bump golang.org/x/sys from 0.37.0 to 0.38.0 by @dependabot[bot] in #325
- Bump github.com/quic-go/quic-go from 0.55.0 to 0.56.0 by @dependabot[bot] in #326
- Bump golang.org/x/image from 0.32.0 to 0.33.0 by @dependabot[bot] in #327
- Bump golang.org/x/net from 0.46.0 to 0.47.0 by @dependabot[bot] in #328
- Bump github.com/quic-go/quic-go from 0.56.0 to 0.57.0 by @dependabot[bot] in #329
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #330
- Bump github.com/quic-go/quic-go from 0.57.0 to 0.57.1 by @dependabot[bot] in #331
- Update Go to v1.25.5 by @ryanfowler in #333
- Bump github.com/klauspost/compress from 1.18.1 to 1.18.2 by @dependabot[bot] in #332
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- Add support for native progress bars by @ryanfowler in #313
- Bump github.com/quic-go/quic-go from 0.54.0 to 0.54.1 by @dependabot[bot] in #314
- Bump github.com/quic-go/quic-go from 0.54.1 to 0.55.0 by @dependabot[bot] in #315
- Upgrade Go to v1.25.2 by @ryanfowler in #316
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Set HTTP version in request info if explicitly specified by @ryanfowler in #311
- Improve CLI flag descriptions by @ryanfowler in #312
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Update Go to v1.25.1 by @ryanfowler in #305
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #306
- Bump golang.org/x/sys from 0.35.0 to 0.36.0 by @dependabot[bot] in #307
- Bump golang.org/x/image from 0.30.0 to 0.31.0 by @dependabot[bot] in #308
- Allow specifying the exact HTTP version to use by @ryanfowler in #309
- Add support for HTTP/3 by @ryanfowler in #310
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- Remove CLAUDE.md file by @ryanfowler in #300
- Bump github.com/tinylib/msgp from 1.3.0 to 1.4.0 by @dependabot[bot] in #301
- Remove unused constant by @ryanfowler in #302
- Support additional json and xml mimetypes by @ryanfowler in #303
- Fix XML formatting for elements with multiple attributes by @ryanfowler in #304
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Assert that all defined flags are unique by @ryanfowler in #295
- Add support for formatting MessagePack response bodies by @ryanfowler in #296
- Add support for zstd decompression by @ryanfowler in #297
- Update docs for zstd support by @ryanfowler in #298
- Use a faster gzip implementation during the self-update by @ryanfowler in #299
Full Changelog: v0.11.2...v0.12.0
v0.11.2
What's Changed
- Support gzip decompression when multiple encodings were used by @ryanfowler in #290
- Ensure request information from the final request is used by @ryanfowler in #291
- Avoid requesting compression for HEAD requests by @ryanfowler in #292
- Avoid attempting to format any response body for HEAD requests by @ryanfowler in #293
- Only set content-lenth header from Request if not a HEAD by @ryanfowler in #294
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- Remove hidden auto-update flag from usage docs by @ryanfowler in #283
- Add formatting support for application/dns-json by @ryanfowler in #284
- chore: bump Go to 1.24.6 by @ryanfowler in #285
- Bump golang.org/x/sys from 0.34.0 to 0.35.0 by @dependabot[bot] in #286
- Bump golang.org/x/image from 0.29.0 to 0.30.0 by @dependabot[bot] in #287
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #288
- Update Go to v1.25.0 by @ryanfowler in #289
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- Add a claude configuration file by @ryanfowler in #275
- Move usage docs to separate files by @ryanfowler in #276
- Upgrade Go to v1.24.5 by @ryanfowler in #277
- Bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #279
- Bump golang.org/x/image from 0.28.0 to 0.29.0 by @dependabot[bot] in #278
- Use dependabot for github actions by @ryanfowler in #280
- Allow for specifying a custom CA certificate by @ryanfowler in #281
- Ensure at least one certificate is parsed out of ca-cert file by @ryanfowler in #282
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Upgrade the staticcheck github action to v1.4.0 by @ryanfowler in #271
- Add unix socket request support by @ryanfowler in #272
- Filter available flags by OS by @ryanfowler in #273
- Document unix socket flag by @ryanfowler in #274
Full Changelog: v0.9.0...v0.10.0