Skip to content

Releases: ryanfowler/fetch

v0.20.0

21 Feb 02:42
b3badc1

Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

10 Feb 02:27
a085279

Choose a tag to compare

What's Changed

  • Fix changelog compare URL for non-tag versions by @ryanfowler in #400
  • Sniff response body to detect content type when header is missing by @ryanfowler in #401
  • Improve verbose output formatting by @ryanfowler in #402
  • Add WebSocket support with ws:// scheme by @ryanfowler in #403
  • Fix DoH DNS responses including non-IP answers by @ryanfowler in #404
  • Fix SSE line splitter mishandling \r\n at buffer boundaries by @ryanfowler in #405
  • Fix protobuf string display not escaping control characters by @ryanfowler in #406
  • Add --timing / -T flag for timing waterfall visualization by @ryanfowler in #407
  • Add --inspect-tls flag for TLS certificate chain inspection by @ryanfowler in #408
  • Bump github.com/klauspost/compress from 1.18.3 to 1.18.4 by @dependabot[bot] in #409
  • Bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in #410
  • Add --connect-timeout option for connection phase timeout by @ryanfowler in #411
  • Add --from-curl flag for executing curl commands through fetch by @ryanfowler in #412
  • Add --discard flag to discard the response body by @ryanfowler in #413
  • Add interactive mode for WebSocket connections by @ryanfowler in #414
  • Use Printer.Discard() instead of Reset() on format errors by @ryanfowler in #415

Full Changelog: v0.18.0...v0.19.0

v0.18.0

06 Feb 00:13
def0a35

Choose a tag to compare

What's Changed

  • Fix homebrew tap dispatch upon release in GHA by @ryanfowler in #391
  • Expand getting-started guide with real examples and new sections by @ryanfowler in #392
  • Fix file descriptor leak in requestBody on error paths by @ryanfowler in #393
  • Fix JSON number precision loss by enabling UseNumber on decoder by @ryanfowler in #394
  • Fix ndjson and sse number precision by @ryanfowler in #395
  • Escape ASCII control characters in JSON string output by @ryanfowler in #396
  • Add YAML response body syntax highlighting by @ryanfowler in #397
  • Add charset transcoding for non-UTF-8 HTTP responses by @ryanfowler in #398
  • Add --retry and --retry-delay flags for transient HTTP failure recovery by @ryanfowler in #399

Full Changelog: v0.17.2...v0.18.0

v0.17.2

04 Feb 21:47
b951ae5

Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.17.2

v0.17.1

03 Feb 18:29
ca121c8

Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

01 Feb 22:01
4f455e6

Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

28 Jan 01:47
5bdf978

Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

26 Jan 20:46
aeaa96f

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

15 Jan 04:55
6b1eaa7

Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.14.0

v0.13.4

09 Jan 04:52
7688d7e

Choose a tag to compare

What's Changed

  • Bump github.com/tinylib/msgp from 1.5.0 to 1.6.0 by @dependabot[bot] in #334
  • Bump github.com/tinylib/msgp from 1.6.0 to 1.6.1 by @dependabot[bot] in #335
  • Bump golang.org/x/sys from 0.38.0 to 0.39.0 by @dependabot[bot] in #336
  • Bump golang.org/x/image from 0.33.0 to 0.34.0 by @dependabot[bot] in #338
  • Bump golang.org/x/net from 0.47.0 to 0.48.0 by @dependabot[bot] in #337
  • Bump github.com/quic-go/quic-go from 0.57.1 to 0.58.0 by @dependabot[bot] in #339
  • Bump github.com/tinylib/msgp from 1.6.1 to 1.6.2 by @dependabot[bot] in #340
  • Bump github.com/tinylib/msgp from 1.6.2 to 1.6.3 by @dependabot[bot] in #341
  • Bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #342
  • Fix aws sigv4 calculation for multi byte utf8 characters by @ryanfowler in #343

Full Changelog: v0.13.3...v0.13.4