Skip to content

Releases: cfug/dio

http2_adapter 2.4.0

30 Nov 08:19
Compare
Choose a tag to compare

What's new

  • Support non-TLS connection requests.
  • Improve the implementation of receiveTimeout.
  • Add more header value types implicit support.

dio 5.4.0

30 Nov 08:13
Compare
Choose a tag to compare

What's new

  • Improve SyncTransformer's stream transform.
  • Allow case-sensitive header keys with the preserveHeaderCase flag through options.
  • Fix receiveTimeout for the IOHttpClientAdapter.
  • Fix receiveTimeout for the download method of DioForNative.
  • Improve the stream byte conversion.

native_dio_adapter 1.1.1

22 Nov 02:26
Compare
Choose a tag to compare

What's new

  • Adds the missing flutter dependency.

http2_adapter 2.3.2

22 Nov 02:26
Compare
Choose a tag to compare

What's new

  • Implement sendTimeout and receiveTimeout for the adapter.
  • Fix redirect not working when requestStream is null.
  • Ignores Duration.zero timeouts.

dio 5.3.4

22 Nov 02:27
Compare
Choose a tag to compare

What's new

  • Raise warning for Maps other than Map<String, dynamic> when encoding request data.
  • Improve exception messages.
  • Allow ResponseDecoder and RequestEncoder to be async.
  • Ignores Duration.zero timeouts.

native_dio_adapter 1.1.0

31 Oct 12:00
Compare
Choose a tag to compare

What's new

  • Bump cronet_http version.
  • Minimal required Dart version is now 3.1.
  • Minimal required Flutter version is now 3.13.0.

cookie_manager 3.1.1

01 Oct 06:27
Compare
Choose a tag to compare

What's new

  • Fix FileSystemException when saving redirect cookies without a proper host.

dio 5.3.3

22 Sep 03:16
Compare
Choose a tag to compare

What's new

  • Fix failing requests throw DioExceptions with .unknown instead of .connectionError on SocketException.
  • Removes the accidentally added options argument for Options.compose.
  • Fix wrong formatting of multi-value header in BrowserHttpClientAdapter.
  • Add warning in debug mode when trying to send data with a GET request in web.
  • Reduce cases in which browsers would trigger a CORS preflight request.
  • Add warnings in debug mode when using sendTimeout and onSendProgress with an empty request body.
  • Fix receiveTimeout not working correctly on web.
  • Fix ImplyContentTypeInterceptor can be removed by Interceptors.clear() by default.

native_dio_adapter 1.0.0+2

03 Aug 02:40
Compare
Choose a tag to compare

What's new

  • Add topics to packages.

http2_adapter 2.3.1+1

03 Aug 02:40
Compare
Choose a tag to compare

What's new

  • Add topics to packages.