From 0ed7fd9f1f9de201d5e4e1f3bd22b4d5146d71dd Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Mon, 30 Oct 2023 15:39:26 +0100 Subject: [PATCH] Merge master (#1608) --- CHANGELOG.md | 18 ++++++++++++++++++ src/Client.php | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb581d1b0..28d402977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # CHANGELOG +## 3.22.0 + +The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.22.0. + +### Features + +- Adopt Starfish HTTP attributes in spans and breadcrumbs [(#1581)](https://github.com/getsentry/sentry-php/pull/1581) + +### Bug Fixes + +- Don't add empty HTTP fragment or query strings to breadcrumb data [(#1588)](https://github.com/getsentry/sentry-php/pull/1588) + +### Misc + +- Remove obsolete `tags` option depreaction [(#1588)](https://github.com/getsentry/sentry-php/pull/1588) +- Run CI on PHP 8.3 [(1591)](https://github.com/getsentry/sentry-php/pull/1591) +- Add support for `symfony/options-resolver: ^7.0` [(1597)](https://github.com/getsentry/sentry-php/pull/1597) + ## 3.21.0 The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.21.0. diff --git a/src/Client.php b/src/Client.php index 2f43cff0f..f93e6210f 100644 --- a/src/Client.php +++ b/src/Client.php @@ -34,7 +34,7 @@ final class Client implements ClientInterface /** * The version of the SDK. */ - public const SDK_VERSION = '3.21.0'; + public const SDK_VERSION = '3.22.0'; /** * @var Options The client options