Skip to content

chore(deps): bump dio from 5.9.2 to 5.10.0#51

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/dio-5.10.0
Open

chore(deps): bump dio from 5.9.2 to 5.10.0#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/dio-5.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

Bumps dio from 5.9.2 to 5.10.0.

Release notes

Sourced from dio's releases.

dio 5.10.0

What's new

  • Fix FormData.readAsBytes excessive memory usage with large payloads by replacing the O(n²) reduce+spread approach with a pre-allocated Uint8List.
  • Fix request hanging indefinitely when async interceptor callbacks throw without calling the handler.
  • Fix HttpException: Connection closed before full header was received being reported as DioExceptionType.unknown.
  • Add transformTimeout to bound long-running response transformations, including background JSON decoding. On web, timeout handling is best-effort because synchronous JavaScript work cannot be preempted.
  • Fix FormData.clone() dropping boundaryName and camelCaseContentDisposition, so a retried multipart request now keeps the original options instead of silently falling back to the defaults.
  • Fix QueuedInterceptor stalling its queue forever when the active request is cancelled while its callback is still pending (never calls next/resolve/reject), which blocked every subsequent request routed through the interceptor.
  • Fix ErrorInterceptorHandler.reject(..., true) not continuing to following error interceptors in queued interceptors.
Commits
  • e11fef1 🔖 dio v5.10.0
  • fd2fa9e 🔖 web_adapter v2.2.0
  • 0940678 ⚡️ Fix FormData.readAsBytes excessive memory usage with large payloads (#2544)
  • 82a142c 🐛 Allow callFollowingErrorInterceptor when rejecting in `ErrorInterceptorHa...
  • b43636f Bump actions/checkout from 6.0.3 to 7.0.0 (#2541)
  • 36e88bf Bump actions/setup-java from 5.2.0 to 5.3.0 (#2542)
  • 6307d27 Bump bluefireteam/melos-action from 3.6.0 to 3.8.0 (#2540)
  • f9705fe Support web downloads in browser adapter (#2534)
  • f874e68 test: scope coverage sources by package/platform (#2539)
  • 20d398f 🔖 native_dio_adapter v1.6.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jul 4, 2026
Bumps [dio](https://github.com/cfug/dio) from 5.9.2 to 5.10.0.
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@dio_v5.9.2...dio_v5.10.0)

---
updated-dependencies:
- dependency-name: dio
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/pub/dio-5.10.0 branch from 82bd329 to a2c7e19 Compare July 10, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants