Skip to content

Commit e11fef1

Browse files
committed
🔖 dio v5.10.0
Triggered by @AlexV525 on #1633 (comment)
1 parent fd2fa9e commit e11fef1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

dio/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ See the [Migration Guide][] for the complete breaking changes list.**
55

66
## Unreleased
77

8+
*None.*
9+
10+
## 5.10.0
11+
812
- Fix `FormData.readAsBytes` excessive memory usage with large payloads by replacing the O(n²) `reduce`+spread approach with a pre-allocated `Uint8List`.
913
- Fix request hanging indefinitely when async interceptor callbacks throw without calling the handler.
1014
- Fix `HttpException: Connection closed before full header was received` being reported as `DioExceptionType.unknown`.

dio/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dio
2-
version: 5.9.2
2+
version: 5.10.0
33

44
description: |
55
A powerful HTTP networking package,

0 commit comments

Comments
 (0)