From f6b0457ca62e773ca18697c5ce886f53bdbcb9ea Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Wed, 6 Nov 2024 10:49:44 +0100 Subject: [PATCH 1/2] Prepare 4.10.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d841b01d..c7474642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 4.10.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.10.0. + +### Features + +- The SDK was updated to support PHP 8.4 [(#952)](https://github.com/getsentry/sentry-laravel/pull/952) + +### Misc + +- The SDK does no longer emit Metrics. All public Metrics APIs are now no-op, intneral APIs were removed [(#951)](https://github.com/getsentry/sentry-laravel/pull/951) + ## 4.9.0 The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.9.0. From 49300dc14f81a666eea761e11e633b175bc1fe57 Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Wed, 6 Nov 2024 12:44:14 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Alex Bouma --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7474642..4d7dd787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry La ### Misc -- The SDK does no longer emit Metrics. All public Metrics APIs are now no-op, intneral APIs were removed [(#951)](https://github.com/getsentry/sentry-laravel/pull/951) +- The SDK does no longer emit Metrics. All public Metrics APIs are now no-op, internal APIs were removed [(#951)](https://github.com/getsentry/sentry-laravel/pull/951) ## 4.9.0