Releases: cfug/dio
Releases · cfug/dio
http2_adapter 2.3.1
What's new
- Fix cached
initFuturenot remove when throw exception.
dio 5.3.0
What's new
- Remove
httpfromdev_dependencies. - Add support for cloning
MultipartFilefromFormData. - 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
DioErrorTypedeprecation hint.
native_dio_adapter 1.0.0+1
What's new
- Update dependencies to make use of stable versions.
- Replace
DioErrorwithDioException. - Fix
onReceiveProgresscallback.
http2_adapter 2.3.0
What's new
- Replace
DioErrorwithDioException.
dio 5.2.0
What's new
- Make
LogInterceptorprints in DEBUG mode (when the assertion is enabled) by default. - Deprecate
DioErrorin favor ofDioException. - Fix
IOHttpClientAdapter.onHttpClientCreateRepeated calls IOHttpClientAdapter.onHttpClientCreatehas been deprecated and is scheduled for removal in
Dio 6.0.0 - Please use the replacementIOHttpClientAdapter.createHttpClientinstead.- Using
CancelTokenno longer closes and re-createsHttpClientfor each request whenIOHttpClientAdapteris used. - Fix timeout handling for browser
receiveTimeout. - Using
CancelTokenno longer closes and re-createsHttpClientfor each request whenIOHttpClientAdapteris used. - Improve performance when sending binary data (
List<int>/Uint8List).
cookie_manager 3.1.0
What's new
- Replace
DioErrorwithDioException.
dio 5.1.2
What's new
- Allow
FormDatato send a null entry value as an empty string.