Releases: cfug/dio
Releases · cfug/dio
http2_adapter 2.3.1
What's new
- Fix cached
initFuture
not remove when throw exception.
dio 5.3.0
What's new
- Remove
http
fromdev_dependencies
. - Add support for cloning
MultipartFile
fromFormData
. - Only produce null response body when
ResponseType.json
.
dio 5.2.1+1
What's new
- Fix changelog on pub.dev.
dio 5.2.1
What's new
- Revert changes to handling of
List<int>
body data.
dio 5.2.0+1
What's new
- Fix
DioErrorType
deprecation hint.
native_dio_adapter 1.0.0+1
What's new
- Update dependencies to make use of stable versions.
- Replace
DioError
withDioException
. - Fix
onReceiveProgress
callback.
http2_adapter 2.3.0
What's new
- Replace
DioError
withDioException
.
dio 5.2.0
What's new
- Make
LogInterceptor
prints in DEBUG mode (when the assertion is enabled) by default. - Deprecate
DioError
in favor ofDioException
. - Fix
IOHttpClientAdapter.onHttpClientCreate
Repeated calls IOHttpClientAdapter.onHttpClientCreate
has been deprecated and is scheduled for removal in
Dio 6.0.0 - Please use the replacementIOHttpClientAdapter.createHttpClient
instead.- Using
CancelToken
no longer closes and re-createsHttpClient
for each request whenIOHttpClientAdapter
is used. - Fix timeout handling for browser
receiveTimeout
. - Using
CancelToken
no longer closes and re-createsHttpClient
for each request whenIOHttpClientAdapter
is used. - Improve performance when sending binary data (
List<int>
/Uint8List
).
cookie_manager 3.1.0
What's new
- Replace
DioError
withDioException
.
dio 5.1.2
What's new
- Allow
FormData
to send a null entry value as an empty string.