Skip to content

Releases: cfug/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.

dio 5.4.2

26 Mar 02:30
Compare
Choose a tag to compare

What's new

  • Fix receiveTimeout throws exception after the request has been cancelled.
  • Catch sync/async exceptions in interceptors' handlers.
  • Throws precise StateError for handler's duplicated calls.

http2_adapter 2.5.0

28 Feb 01:42
Compare
Choose a tag to compare

What's new

  • Fix cancellation for streamed responses and downloads.
  • Fix progress for streamed responses and downloads.
  • Bump minimum Dart SDK to 3.0.0 as required by the http2 package.
  • Allows HTTP/1.0 when connecting to proxies.
  • Add the ability to use a fallback HttpClientAdapter
    when HTTP/2 is unavailable for the current request.

dio 5.4.1

18 Feb 11:01
Compare
Choose a tag to compare

What's new

  • Provide fix suggestions for dart fix.
  • Fix receiveTimeout for streamed responses.
  • Fix cancellation for streamed responses and downloads when using IOHttpClientAdapter.
  • Fix receive progress for streamed responses and downloads when using IOHttpClientAdapter.
  • Support relative baseUrl on the Web platform.
  • Avoid fake uncaught exceptions during debugging with IDEs.

compatibility_layer 0.1.0

02 Jan 02:47
Compare
Choose a tag to compare

What's new

  • Initial version.

native_dio_adapter 1.3.0

30 Dec 09:18
Compare
Choose a tag to compare

What's new

  • Provide fix suggestions for dart fix.
  • Bump cronet_http version to >=0.4.0 <=2.0.0.