mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
chore: prepare release 🚀 (#165)
* chore: bump minor version for `reqwest-retry` Breaking change introduced in https://github.com/TrueLayer/reqwest-middleware/pull/155 * chore: bump patch version for `reqwest-middlware` * fix: `opentelemetry` item in wrong changelog * chore: bump patch version for `reqwest-tracing`
This commit is contained in:
parent
524e044fd7
commit
f8c3e487de
6 changed files with 15 additions and 4 deletions
|
@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.3.2] - 2024-06-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added support for `opentelemetry` version `0.23`.
|
|
||||||
- Added re-export of `reqwest`.
|
- Added re-export of `reqwest`.
|
||||||
- `http2`, `rustls-tls`, and `charset` features, which simply enable those features in `reqwest`.
|
- `http2`, `rustls-tls`, and `charset` features, which simply enable those features in `reqwest`.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reqwest-middleware"
|
name = "reqwest-middleware"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
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."
|
||||||
|
|
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.6.0] - 2024-06-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added `with_retry_log_level` to `RetryTransientMiddleware`
|
- Added `with_retry_log_level` to `RetryTransientMiddleware`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reqwest-retry"
|
name = "reqwest-retry"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Retry middleware for reqwest."
|
description = "Retry middleware for reqwest."
|
||||||
|
|
|
@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.1] - 2024-06-28
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added support for `opentelemetry` version `0.23`.
|
||||||
|
|
||||||
## [0.5.0] - 2024-04-10
|
## [0.5.0] - 2024-04-10
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reqwest-tracing"
|
name = "reqwest-tracing"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Opentracing middleware for reqwest."
|
description = "Opentracing middleware for reqwest."
|
||||||
|
|
Loading…
Reference in a new issue