Releases: cfug/dio
Releases · cfug/dio
dio 5.9.0
cookie_manager 3.3.0
What's new
- Proceed better
DioException
s from the cookie manager.
NowCookieManagerLoadException
andCookieManagerSaveException
are including in theDioException
. - Expose
loadCookies
andsaveCookies
forCookieManager
.
native_dio_adapter 1.5.0
What's new
- Close the
CronetEngine
when closing theCronetClient
by default. - Expose underlying adapters from all adapters.
web_adapter 2.1.1
What's new
- Move all source Dart files to
*_impl.dart
to avoid naming collision.
This is a workaround of dart-lang/sdk#56498.
web_adapter 2.1.0
What's new
- Support
FileAccessMode
inDio.download
andDio.downloadUri
to change download file opening mode.
web_adapter 1.1.0
What's new
- Support
FileAccessMode
inDio.download
andDio.downloadUri
to change download file opening mode.
http2_adapter 2.6.0
What's new
- Make cached connections respect redirections and scheme.
dio 5.8.0+1
What's new
- Raise the version constraint of
dio_web_adapter
.
dio 5.8.0
What's new
- Update comments and strings with
MultipartFile
. - Removes redundant warnings when composing request options on Web.
- Fixes boundary inconsistency in
FormData.clone()
. - Support
FileAccessMode
inDio.download
andDio.downloadUri
to change download file opening mode. - Fix
ListParam
equality by using theDeepCollectionEquality
. - Enables configuring the logging details of
DioException
globally and locally. - Enables using
Dio.clone
to reuse base options, client adapter, interceptors, and transformer,
in a newDio
instance.
cookie_manager 3.2.0
What's new
- Raise the min Dart SDK version to 2.18.0 (implied by the
dio
package).