From 3743f380110b12a78d452c94da74005a1530cea5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:35:44 +0000 Subject: [PATCH 1/2] chore(reqwest-middleware): release v0.5.2 --- reqwest-middleware/CHANGELOG.md | 11 +++++++++++ reqwest-middleware/Cargo.toml | 2 +- reqwest-tracing/CHANGELOG.md | 6 ++++++ reqwest-tracing/Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/reqwest-middleware/CHANGELOG.md b/reqwest-middleware/CHANGELOG.md index 9d34b92..d162811 100644 --- a/reqwest-middleware/CHANGELOG.md +++ b/reqwest-middleware/CHANGELOG.md @@ -4,6 +4,17 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.2](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-middleware-v0.5.1...reqwest-middleware-v0.5.2) - 2026-05-19 + +### Added + +- *(reqwest-middleware)* `stream` feature exported. ([#246](https://github.com/TrueLayer/reqwest-middleware/pull/246)) +- expose internal reqwest::Client as reference ([#209](https://github.com/TrueLayer/reqwest-middleware/pull/209)) + +### Other + +- Adjust third-party middleware list in readme ([#282](https://github.com/TrueLayer/reqwest-middleware/pull/282)) + ## [0.5.1](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-middleware-v0.5.0...reqwest-middleware-v0.5.1) - 2026-02-05 ### Other diff --git a/reqwest-middleware/Cargo.toml b/reqwest-middleware/Cargo.toml index d2e4f5a..6126b63 100644 --- a/reqwest-middleware/Cargo.toml +++ b/reqwest-middleware/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-middleware" -version = "0.5.1" +version = "0.5.2" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Wrapper around reqwest to allow for client middleware chains." diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index 1f191f6..d25b5d8 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.8.0](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-tracing-v0.7.0...reqwest-tracing-v0.8.0) - 2026-05-19 + +### Added + +- [**breaking**] support opentelemetry 0.32 ([#284](https://github.com/TrueLayer/reqwest-middleware/pull/284)) + ## [0.7.0](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-tracing-v0.6.0...reqwest-tracing-v0.7.0) - 2026-02-05 ### Added diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index 9f0473b..70724d4 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.7.0" +version = "0.8.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest." From 5f6c348ca2df249c0dec62bfe1f38d534cb4b4a8 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Tue, 19 May 2026 13:43:07 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Ethan Brierley --- reqwest-tracing/CHANGELOG.md | 2 +- reqwest-tracing/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index d25b5d8..9dfe491 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- [**breaking**] support opentelemetry 0.32 ([#284](https://github.com/TrueLayer/reqwest-middleware/pull/284)) +- support opentelemetry 0.32 ([#284](https://github.com/TrueLayer/reqwest-middleware/pull/284)) ## [0.7.0](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-tracing-v0.6.0...reqwest-tracing-v0.7.0) - 2026-02-05 diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index 70724d4..8d0ae8b 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.8.0" +version = "0.7.1" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."