From 4f741333ea0e03805a58796be962c345750c67d4 Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Wed, 5 Aug 2026 16:45:45 +0200 Subject: [PATCH] Prepare 4.30.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e682bc3..95b66e955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # CHANGELOG +## 4.30.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.30.0. + +### Features + +- Add support for `guzzlehttp/psr7` 3.x and `guzzlehttp/promises` 3.x. [(#2164)](https://github.com/getsentry/sentry-php/pull/2164) + +### Bug Fixes + +- Strip breadcrumb metadata when capturing out-of-memory errors to prevent events with large breadcrumbs from being silently dropped. [(#2150)](https://github.com/getsentry/sentry-php/pull/2150) + +### Misc + +- Use the SDK's internal options resolver and fall back to safe defaults when option values are invalid. [(#2151)](https://github.com/getsentry/sentry-php/pull/2151) +- Improve `RingBuffer` performance by using native PHP arrays. [(#2159)](https://github.com/getsentry/sentry-php/pull/2159) +- Improve stack trace construction performance. [(#2160)](https://github.com/getsentry/sentry-php/pull/2160) +- Correct `BreadcrumbHandler` PHPDoc parameter types for static analysis tools. [(#2152)](https://github.com/getsentry/sentry-php/pull/2152) + ## 4.29.0 The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.29.0.