From ae708d2793417bb39196773fd2b2de3b7fe201ae Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Mon, 20 Oct 2025 14:52:48 +0200 Subject: [PATCH] Prepare 4.17.0` --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7710789d0..53119b8a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## 4.17.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.17.0. + +### Bug Fixes + +- Empty strings will no longer display `` when serialized. [(#1940)](https://github.com/getsentry/sentry-php/pull/1940) + +### Misc + +- Replace polyfill methods with PHP 7.2 equivalents. [(#1922)](https://github.com/getsentry/sentry-php/pull/1922) +- Remove `symfony/phpunit-bridge` as a dev dependency. [(#1930)](https://github.com/getsentry/sentry-php/pull/1930) +- Update `sentry.origin` to be consistent with other SDKs. [(#1938)](https://github.com/getsentry/sentry-php/pull/1938) + ## 4.16.0 The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.16.0.