Skip to content

Releases: cfug/dio

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.

dio 5.3.2

03 Aug 02:41
Compare
Choose a tag to compare

What's new

  • Revert removed download for DioMixin.
  • Fix for Dio.download not cleaning the file on data handling error.

cookie_manager 3.1.0+1

03 Aug 02:41
Compare
Choose a tag to compare

What's new

  • Add topics to packages.

dio 5.3.1

31 Jul 13:35
Compare
Choose a tag to compare

What's new

  • Improve package descriptions and code formats.
  • Improve comments.
  • Fix error when cloning MultipartFile from FormData with regression test.
  • Deprecate MulitpartFile constructor in favor MultipartFile.fromStream.
  • Add FormData.clone.

http2_adapter 2.3.1

18 Jul 05:07
Compare
Choose a tag to compare

What's new

  • Fix cached initFuture not remove when throw exception.