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
- Set changelog version for last release ([#268](https://github.com/TrueLayer/reqwest-middleware/pull/268))
12
+
13
+
## [0.5.0] - 2026-01-07
14
+
15
+
### Changed
16
+
17
+
- Updated `thiserror` to `2.0`
18
+
- Updated `reqwest` to `0.13`
19
+
- Renamed `rustls-tls` feature to `rustls` to match reqwest's feature naming
20
+
- Added `form` feature, enables `reqwest/form`
21
+
- Added `query` feature, enables `reqwest/query`
22
+
- Made `serde` an optional dependency, enabled by `json`, `form`, or `query`
23
+
24
+
### Removed
25
+
- Remove deprecated `fetch_mode_no_cors`
26
+
27
+
## [0.4.2] - 2025-04-08
28
+
29
+
### Added
30
+
- Deprecated `fetch_mode_no_cors` as it's been deprecated in reqwest.
31
+
32
+
## [0.4.1] - 2025-02-24
33
+
8
34
- Fixed wasm32 by disabling incompatible parts. On that target, `ClientWithMiddleware` is no longer
9
35
a Tower service and has no `ClientWithMiddleware::timeout` function.
10
36
11
-
- Implemented `AsRef<Client>` for `ClientWithMiddleware`. Allows access to the inner `reqwest::Client` ([#209](https://github.com/TrueLayer/reqwest-middleware/pull/209))
0 commit comments