You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 2.0.0-beta.6
4
+
5
+
- ✨ Added: `Future<bool> shouldInterceptRequest()` and `Future<bool> shouldInterceptResponse()`. This enables individual interceptor checks and conditional intercepting configurations.
6
+
- ✨ Added: `bodyBytes` to `Request.copyWith`. This adds support to set and modify the body as a stream of bytes.
7
+
- ❗️🛠 Changed: `RetryPolicy` to be `Future<bool>` instead of `bool` so that you can support different exception retrying scenarios (See #115).
8
+
- 📖 Changed: **example** project to showcase updated Flutter 3.0, new library APIs and `MultipartRequest` handling.
9
+
3
10
## 2.0.0-beta.5
4
11
5
12
- ✨ Added: Support for `onRequestTimeout` when setting up `requestTimeout` on the interceptor.
0 commit comments