From 498b289e2645376de13c667fa93a011af9f3a388 Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Wed, 10 Apr 2024 15:20:51 +0200 Subject: [PATCH] Prepare 4.7.0 (#1733) Co-authored-by: Alex Bouma --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c22f1ff15..9f10b9a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # CHANGELOG +## 4.7.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.7.0. + +### Features + +- Improve debugging experience by emitting more logs from the SDK [(#1705)](https://github.com/getsentry/sentry-php/pull/1705) +- Handle `metric_bucket` rate limits [(#1726)](https://github.com/getsentry/sentry-php/pull/1726) & [(#1728)](https://github.com/getsentry/sentry-php/pull/1728) + +### Bug Fixes + +- Fix deprecation notice when trying to serialize a callable [(#1732)](https://github.com/getsentry/sentry-php/pull/1732) + +### Misc + +- Deprecated `SpanStatus::resourceExchausted()`. Use `SpanStatus::resourceExhausted()` instead [(#1725)](https://github.com/getsentry/sentry-php/pull/1725) +- Update metric normalization [(#1729)](https://github.com/getsentry/sentry-php/pull/1729) + ## 4.6.1 The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.6.1.