- fix: loosen collection constraint by @btrautmann in #16
Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.5.0...v0.5.1
- 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
- feat: Add support for
426: Upgrade Required
by @willlockwood in #12
- @willlockwood made their first contribution in #12
Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.3.1...v0.4.0
- fix: export retry_behavior by @btrautmann in #10
Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.3.0...v0.3.1
- feat: support retrying failed requests by @btrautmann in #8
Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.2.0...v0.3.0
- chore: update outdated dependencies by @ClaireDavis in #6
- @ClaireDavis made their first contribution in #6
Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.1.0...v0.2.0
- Add ability to provide
CancelToken
as well as send and receive progress callbacks toNetworkRequest
s
- Remove ability to provide
headers
toNetworkRequest
s. Instead, passOptions
. - Migrate to
DioException
from the deprecatedDioError
. - Remove proxy configuration on the underlying
Dio
instance during construction ofSturdyHttp
. If you want to configure proxy information, do it via anInterceptor
. - Add
inferContentType
parameter to constructor. This defaults totrue
. The previous behavior was no not infer content-type header by default.
- Correct library name
- Initial version