Skip to content

Releases: cfug/dio

dio 5.9.0

07 Aug 19:37
Compare
Choose a tag to compare

What's new

  • Do not allow updating the error field after a cancel token has canceled.
  • Allow passing an initial interceptors list to the constructor of Interceptors.
  • Use package:mime to help determine the content-type of MultipartFile base on the provided filename.

cookie_manager 3.3.0

07 Aug 19:37
Compare
Choose a tag to compare

What's new

  • Proceed better DioExceptions from the cookie manager.
    Now CookieManagerLoadException and CookieManagerSaveException are including in the DioException.
  • Expose loadCookies and saveCookies for CookieManager.

native_dio_adapter 1.5.0

21 Jul 09:48
Compare
Choose a tag to compare

What's new

  • Close the CronetEngine when closing the CronetClient by default.
  • Expose underlying adapters from all adapters.

web_adapter 2.1.1

25 Feb 07:43
Compare
Choose a tag to compare

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

29 Jan 06:16
Compare
Choose a tag to compare

What's new

  • Support FileAccessMode in Dio.download and Dio.downloadUri to change download file opening mode.

web_adapter 1.1.0

29 Jan 06:14
890305a
Compare
Choose a tag to compare

What's new

  • Support FileAccessMode in Dio.download and Dio.downloadUri to change download file opening mode.

http2_adapter 2.6.0

29 Jan 06:16
Compare
Choose a tag to compare

What's new

  • Make cached connections respect redirections and scheme.

dio 5.8.0+1

29 Jan 17:49
Compare
Choose a tag to compare

What's new

  • Raise the version constraint of dio_web_adapter.

dio 5.8.0

29 Jan 06:05
Compare
Choose a tag to compare

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 in Dio.download and Dio.downloadUri to change download file opening mode.
  • Fix ListParam equality by using the DeepCollectionEquality.
  • 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 new Dio instance.

cookie_manager 3.2.0

29 Jan 05:53
Compare
Choose a tag to compare

What's new

  • Raise the min Dart SDK version to 2.18.0 (implied by the dio package).