Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

68 lines (39 loc) · 2.21 KB

0.5.1

What's Changed

  • fix: loosen collection constraint by @btrautmann in #16

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.5.0...v0.5.1

0.5.0

What's Changed

  • refactor: make network response a sealed class by @btrautmann in #14

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.4.0...v0.5.0

0.4.0

What's Changed

  • feat: Add support for 426: Upgrade Required by @willlockwood in #12

New Contributors

  • @willlockwood made their first contribution in #12

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.3.1...v0.4.0

0.3.1

What's Changed

  • fix: export retry_behavior by @btrautmann in #10

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.3.0...v0.3.1

0.3.0

What's Changed

  • feat: support retrying failed requests by @btrautmann in #8

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.2.0...v0.3.0

0.2.0

What's Changed

  • chore: update outdated dependencies by @ClaireDavis in #6

New Contributors

  • @ClaireDavis made their first contribution in #6

Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.1.0...v0.2.0

0.1.0

  • Add ability to provide CancelToken as well as send and receive progress callbacks to NetworkRequests

⚠️ Breaking Changes:

  • Remove ability to provide headers to NetworkRequests. Instead, pass Options.
  • Migrate to DioException from the deprecated DioError.
  • Remove proxy configuration on the underlying Dio instance during construction of SturdyHttp. If you want to configure proxy information, do it via an Interceptor.
  • Add inferContentType parameter to constructor. This defaults to true. The previous behavior was no not infer content-type header by default.

0.0.2

  • Correct library name

0.0.1

  • Initial version