Skip to content

Releases: cfug/dio

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.

dio 5.4.3

13 Apr 04:11
Compare
Choose a tag to compare

What's new

  • Remove sockets detach in IOHttpClientAdapter.
  • Allows to define FormData.boundaryName instead of the default --dio-boundary-.

dio 5.4.2+1

28 Mar 03:38
Compare
Choose a tag to compare

What's new

  • Revert "Catch sync/async exceptions in interceptors' handlers".

http2_adapter 2.5.1

26 Mar 02:30
Compare
Choose a tag to compare

What's new

  • Wrap SocketException in DioExceptionType.connectionError
    instead of DioExceptionType.unknown.