From cabd791b07c6d65547bbb825772fa20290c831fe Mon Sep 17 00:00:00 2001 From: rahul Date: Sun, 5 Jul 2026 02:59:57 +0000 Subject: [PATCH 1/2] feat(sdk): add June 2026 release notes for php Co-Authored-By: Claude Opus 4.6 Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com> --- content/changelog/2026-06-php-sdk-releases.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/changelog/2026-06-php-sdk-releases.md diff --git a/content/changelog/2026-06-php-sdk-releases.md b/content/changelog/2026-06-php-sdk-releases.md new file mode 100644 index 0000000..cf82d36 --- /dev/null +++ b/content/changelog/2026-06-php-sdk-releases.md @@ -0,0 +1,29 @@ +--- +title: PHP SDK Releases — June 2026 +slug: 2026-06-php-sdk-releases +summary: SentryPropagator for OpenTelemetry, gen_ai span v2 protocol, and Proxy-Authorization header scrubbing by default. +categories: + - SDK +platform: + - php +broadcastCategory: sdk_update +published: false +date: 2026-06-30 +author: rahulchhabria@sentry.io +--- + +Releases covered: **4.28.0 · 4.29.0** + +| Version | Date | Link | +|---------|------|------| +| 4.29.0 | Jun 2026 | [Release notes](https://github.com/getsentry/sentry-php/releases/tag/4.29.0) | +| 4.28.0 | Jun 2026 | [Release notes](https://github.com/getsentry/sentry-php/releases/tag/4.28.0) | + +## What changed + +- **SentryPropagator for OpenTelemetry (4.28.0):** New `SentryPropagator` class to inject and extract `sentry-trace` headers in OpenTelemetry propagation contexts. +- **gen_ai span v2 protocol (4.29.0):** `gen_ai` spans are now sent using the span v2 protocol, aligning with other SDKs. +- **Proxy-Authorization scrubbed by default (4.29.0):** `Proxy-Authorization` request headers are now scrubbed in addition to `Authorization`. +- **Bug fixes (4.28.0 · 4.29.0):** Feature flag values now correctly serialize as a JSON list when a flag is updated multiple times; fatal error handler state is reset when starting a new runtime context. + +_Tagged by @rahulchhabria_ From 24cb6699bc67f42c67e55eceeb8b11852fdf00f6 Mon Sep 17 00:00:00 2001 From: rahul Date: Sun, 5 Jul 2026 03:13:48 +0000 Subject: [PATCH 2/2] chore: remove tagged line from php changelog entry Co-Authored-By: Claude Opus 4.6 Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com> --- content/changelog/2026-06-php-sdk-releases.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/changelog/2026-06-php-sdk-releases.md b/content/changelog/2026-06-php-sdk-releases.md index cf82d36..38d4ac2 100644 --- a/content/changelog/2026-06-php-sdk-releases.md +++ b/content/changelog/2026-06-php-sdk-releases.md @@ -25,5 +25,3 @@ Releases covered: **4.28.0 · 4.29.0** - **gen_ai span v2 protocol (4.29.0):** `gen_ai` spans are now sent using the span v2 protocol, aligning with other SDKs. - **Proxy-Authorization scrubbed by default (4.29.0):** `Proxy-Authorization` request headers are now scrubbed in addition to `Authorization`. - **Bug fixes (4.28.0 · 4.29.0):** Feature flag values now correctly serialize as a JSON list when a flag is updated multiple times; fatal error handler state is reset when starting a new runtime context. - -_Tagged by @rahulchhabria_