From d3f57279e0ebb5a0037fd50a826a9a69f6e32609 Mon Sep 17 00:00:00 2001 From: Brandon Trautmann Date: Wed, 19 Jul 2023 10:36:21 -0400 Subject: [PATCH] chore: prep 0.1.0 release (#5) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae50e99..aeba317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ ## 0.1.0 - Add ability to provide `CancelToken` as well as send and receive progress callbacks to `NetworkRequest`s + +:warning: **Breaking Changes:** + - Remove ability to provide `headers` to `NetworkRequest`s. 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