From 2eae129629fbba2fb197d958e0d0496b6f4fcbad Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Fri, 19 May 2023 11:13:42 +0200 Subject: [PATCH] Draft changelog for upcoming release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36ebecfe..cf7031151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Unreleased + +**Features**: + +- Add a new `(tower-)axum-matched-path` feature to use the `MatchedPath` as transaction name, along with attaching the request metadata to the transaction. + +**Fixes**: + +- Fix rate-limiting/filtering of raw envelopes. + +**Thank you**: + +Features, fixes and improvements in this release have been contributed by: + +- [@Turbo87](https://github.com/Turbo87) + ## 0.31.0 **Breaking Changes**: