Skip to content

Releases: cfug/dio

dio 5.7.0

03 Sep 11:13
Compare
Choose a tag to compare

What's new

  • Graceful handling of responses with nonzero Content-Length, Content-Type json, but empty body
  • Empty responses are now transformed to null

web_adapter 2.0.0

13 Aug 09:54
Compare
Choose a tag to compare

What's new

  • Supports the WASM environment. Users should upgrade the adapter with
    dart pub upgrade or flutter pub upgrade to use the WASM-supported version.

dio 5.6.0

13 Aug 10:01
Compare
Choose a tag to compare

What's new

  • Supports the WASM environment. Users should upgrade the adapter with
    dart pub upgrade or flutter pub upgrade to use the WASM-supported version.

dio 5.5.0+1

04 Jul 12:49
Compare
Choose a tag to compare

What's new

  • Fix WASM compile errors after moving the web implementation to dio_web_adapter.

web_adapter 1.0.1

03 Jul 09:07
Compare
Choose a tag to compare

What's new

  • Improves warning logs on the Web platform.

http2_adapter 2.5.3

03 Jul 07:54
Compare
Choose a tag to compare

What's new

  • Improves memory allocating when using CancelToken.

dio 5.5.0

03 Jul 07:54
Compare
Choose a tag to compare

What's new

  • Raise the min Dart SDK version to 2.18.0.
  • Add constructor for DioExceptionType.badCertificate.
  • Create type alias DioMediaType for http_parser's MediaType.
  • Fix the type conversion regression when using MultipartFile.fromBytes.
  • Split the Web implementation to package:dio_web_adapter.
  • Add FusedTransformer for improved performance when decoding JSON.
  • Set FusedTransformer as the default transformer.
  • Improves InterceptorState.toString().
  • If the CancelToken got canceled before making requests,
    throws the exception directly rather than cut actual HTTP requests afterward.
  • Catch MediaType parse exception in Transformer.isJsonMimeType.
  • Improves warning logs on the Web platform.
  • Improves memory allocating when using CancelToken.

web_adapter 1.0.0

17 Jun 10:25
Compare
Choose a tag to compare

What's new

  • Split the Web ability from the package:dio.

dio 5.4.3+1

14 Apr 04:32
Compare
Choose a tag to compare

What's new

  • Fix type promotions for the UTF-8 encoder on previous Dart SDKs.

http2_adapter 2.5.2

13 Apr 04:10
Compare
Choose a tag to compare

What's new

  • Remove client stream termination in Http2Adapter.