File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.8.0] - 2025-11-26
10+
11+ ### Breaking Changes
12+
13+ - Updated ` retry-policies ` (re-exported as ` reqwest_retry::policies ` ) to 0.5.
14+
915### Changed
1016
1117- Updated ` thiserror ` to ` 2.0 `
Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest-retry"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44authors = [" Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>" ]
55edition = " 2018"
66description = " Retry middleware for reqwest."
@@ -21,7 +21,7 @@ async-trait = "0.1.51"
2121futures = " 0.3.0"
2222http = " 1.0"
2323reqwest = { version = " 0.12.0" , default-features = false }
24- retry-policies = " 0.4 "
24+ retry-policies = " 0.5 "
2525thiserror = " 2.0"
2626tracing = { version = " 0.1.26" , optional = true }
2727
You can’t perform that action at this time.
0 commit comments