Skip to content

Releases: cfug/dio

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.

dio 5.3.0

18 Jul 05:06
Compare
Choose a tag to compare

What's new

  • Remove http from dev_dependencies.
  • Add support for cloning MultipartFile from FormData.
  • Only produce null response body when ResponseType.json.

dio 5.2.1+1

13 Jun 00:13
Compare
Choose a tag to compare

What's new

  • Fix changelog on pub.dev.

dio 5.2.1

10 Jun 23:06
Compare
Choose a tag to compare

What's new

  • Revert changes to handling of List<int> body data.

dio 5.2.0+1

07 Jun 12:09
Compare
Choose a tag to compare

What's new

  • Fix DioErrorType deprecation hint.

native_dio_adapter 1.0.0+1

06 Jun 02:33
Compare
Choose a tag to compare

What's new

  • Update dependencies to make use of stable versions.
  • Replace DioError with DioException.
  • Fix onReceiveProgress callback.

http2_adapter 2.3.0

06 Jun 02:03
Compare
Choose a tag to compare

What's new

  • Replace DioError with DioException.

dio 5.2.0

06 Jun 01:52
Compare
Choose a tag to compare

What's new

  • Make LogInterceptor prints in DEBUG mode (when the assertion is enabled) by default.
  • Deprecate DioError in favor of DioException.
  • Fix IOHttpClientAdapter.onHttpClientCreate Repeated calls
  • IOHttpClientAdapter.onHttpClientCreate has been deprecated and is scheduled for removal in
    Dio 6.0.0 - Please use the replacement IOHttpClientAdapter.createHttpClient instead.
  • Using CancelToken no longer closes and re-creates HttpClient for each request when IOHttpClientAdapter is used.
  • Fix timeout handling for browser receiveTimeout.
  • Using CancelToken no longer closes and re-creates HttpClient for each request when IOHttpClientAdapter is used.
  • Improve performance when sending binary data (List<int>/Uint8List).