Skip to content

Commit 6efb18e

Browse files
blagininalcaprar
andauthored
Sync fork (#1)
* chore(deps)!: upgrade `retry-policy` to `0.5` (#257) * chore(release): `reqwest-retry` `0.8.0` (#258) --------- Co-authored-by: Ale C <11180418+alcaprar@users.noreply.github.com>
1 parent 13fcf47 commit 6efb18e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

reqwest-retry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

reqwest-retry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest-retry"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
55
edition = "2018"
66
description = "Retry middleware for reqwest."
@@ -21,7 +21,7 @@ async-trait = "0.1.51"
2121
futures = "0.3.0"
2222
http = "1.0"
2323
reqwest = { version = "0.12.0", default-features = false }
24-
retry-policies = "0.4"
24+
retry-policies = "0.5"
2525
thiserror = "2.0"
2626
tracing = { version = "0.1.26", optional = true }
2727

0 commit comments

Comments
 (0)