mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 19:06:31 +00:00
chore: release minor reqwest-middleware
🚀
This commit is contained in:
parent
fa84b1fd41
commit
620b089db1
2 changed files with 4 additions and 1 deletions
|
@ -6,12 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.3.1]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Included license files in crates
|
- Included license files in crates
|
||||||
- Fix logging of User-Agent header in reqwest-tracing
|
- Fix logging of User-Agent header in reqwest-tracing
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added `with_retry_log_level` to `RetryTransientMiddleware` in reqwest-retry
|
- Added `with_retry_log_level` to `RetryTransientMiddleware` in reqwest-retry
|
||||||
|
- Added `ClientBuilder::from_client`
|
||||||
|
|
||||||
## [0.3.0] - 2024-04-10
|
## [0.3.0] - 2024-04-10
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reqwest-middleware"
|
name = "reqwest-middleware"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Wrapper around reqwest to allow for client middleware chains."
|
description = "Wrapper around reqwest to allow for client middleware chains."
|
||||||
|
|
Loading…
Reference in a new issue