Releases: cfug/dio
Releases · cfug/dio
dio 5.9.0
cookie_manager 3.3.0
What's new
- Proceed better 
DioExceptions from the cookie manager.
NowCookieManagerLoadExceptionandCookieManagerSaveExceptionare including in theDioException. - Expose 
loadCookiesandsaveCookiesforCookieManager. 
native_dio_adapter 1.5.0
What's new
- Close the 
CronetEnginewhen closing theCronetClientby default. - Expose underlying adapters from all adapters.
 
web_adapter 2.1.1
What's new
- Move all source Dart files to 
*_impl.dartto avoid naming collision.
This is a workaround of dart-lang/sdk#56498. 
web_adapter 2.1.0
What's new
- Support 
FileAccessModeinDio.downloadandDio.downloadUrito change download file opening mode. 
web_adapter 1.1.0
What's new
- Support 
FileAccessModeinDio.downloadandDio.downloadUrito 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 
FileAccessModeinDio.downloadandDio.downloadUrito change download file opening mode. - Fix 
ListParamequality by using theDeepCollectionEquality. - Enables configuring the logging details of 
DioExceptionglobally and locally. - Enables using 
Dio.cloneto reuse base options, client adapter, interceptors, and transformer,
in a newDioinstance. 
cookie_manager 3.2.0
What's new
- Raise the min Dart SDK version to 2.18.0 (implied by the 
diopackage).