From 0628ccf417c2f0f7b1aa5fa600ae73e22c27156a Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Mon, 7 Jul 2025 15:15:12 +0200 Subject: [PATCH] Prepare 5.3.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db5b004b..d011c1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## 5.3.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.3.0. + +### Features + +- Implement `NamespacedPoolInterface` for `TraceableCacheAdapterForV3` [(#927)](https://github.com/getsentry/sentry-symfony/pull/927) + +### Misc + +- Update minimum required version of `sentry/sentry` to `^4.14.1` +- Remove support for `traceparent` header [(#928)](https://github.com/getsentry/sentry-symfony/pull/928) + ## 5.2.0 The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.2.0.