Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Update dependency dio to ^5.7.0 #41

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2024

This PR contains the following updates:

Package Type Update Change
dio dependencies minor ^5.4.3+1 -> ^5.7.0

Release Notes

cfug/dio (dio)

v5.7.0: dio 5.7.0

Compare Source

What's new

  • Graceful handling of responses with nonzero Content-Length, Content-Type json, but empty body
  • Empty responses are now transformed to null

v5.6.0: dio 5.6.0

Compare Source

What's new

  • Supports the WASM environment. Users should upgrade the adapter with
    dart pub upgrade or flutter pub upgrade to use the WASM-supported version.

v5.5.0+1

Compare Source

v5.5.0: dio 5.5.0

Compare Source

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dio-5.x branch from a6641ee to e3561c1 Compare July 4, 2024 13:02
@renovate renovate bot changed the title Update dependency dio to ^5.5.0 Update dependency dio to ^5.5.0+1 Jul 4, 2024
@renovate renovate bot changed the title Update dependency dio to ^5.5.0+1 Update dependency dio to ^5.6.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/dio-5.x branch from e3561c1 to 45a13e0 Compare August 13, 2024 12:07
@renovate renovate bot changed the title Update dependency dio to ^5.6.0 Update dependency dio to ^5.7.0 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/dio-5.x branch from 45a13e0 to 3aea21d Compare September 3, 2024 12:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants