Releases: cfug/dio
Releases · cfug/dio
http2_adapter 2.3.2
What's new
- Implement
sendTimeoutandreceiveTimeoutfor the adapter. - Fix redirect not working when requestStream is null.
- Ignores
Duration.zerotimeouts.
dio 5.3.4
What's new
- Raise warning for
Maps other thanMap<String, dynamic>when encoding request data. - Improve exception messages.
- Allow
ResponseDecoderandRequestEncoderto be async. - Ignores
Duration.zerotimeouts.
native_dio_adapter 1.1.0
What's new
- Bump
cronet_httpversion. - Minimal required Dart version is now 3.1.
- Minimal required Flutter version is now 3.13.0.
cookie_manager 3.1.1
What's new
- Fix
FileSystemExceptionwhen saving redirect cookies without a properhost.
dio 5.3.3
What's new
- Fix failing requests throw
DioExceptions with.unknowninstead of.connectionErroronSocketException. - Removes the accidentally added
optionsargument forOptions.compose. - Fix wrong formatting of multi-value header in
BrowserHttpClientAdapter. - Add warning in debug mode when trying to send data with a
GETrequest in web. - Reduce cases in which browsers would trigger a CORS preflight request.
- Add warnings in debug mode when using
sendTimeoutandonSendProgresswith an empty request body. - Fix
receiveTimeoutnot working correctly on web. - Fix
ImplyContentTypeInterceptorcan be removed byInterceptors.clear()by default.
native_dio_adapter 1.0.0+2
What's new
- Add topics to packages.
http2_adapter 2.3.1+1
What's new
- Add topics to packages.
dio 5.3.2
What's new
- Revert removed
downloadforDioMixin. - Fix for
Dio.downloadnot cleaning the file on data handling error.
cookie_manager 3.1.0+1
What's new
- Add topics to packages.
dio 5.3.1
What's new
- Improve package descriptions and code formats.
- Improve comments.
- Fix error when cloning
MultipartFilefromFormDatawith regression test. - Deprecate
MulitpartFileconstructor in favorMultipartFile.fromStream. - Add
FormData.clone.