From 8a7a62f604971b89857aedd6cb1f42baedb91c0a Mon Sep 17 00:00:00 2001 From: jamescrosswell <728212+jamescrosswell@users.noreply.github.com> Date: Thu, 28 May 2026 05:05:00 +0000 Subject: [PATCH] release: 6.6.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ Directory.Build.props | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5620d375e..2816f09939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 6.6.0 + +### Features ✨ + +- feat: propagate trace to `sentry-android` and `sentry-cocoa` by @bitsandfoxes in [#5244](https://github.com/getsentry/sentry-dotnet/pull/5244) +- feat: User.Id can now be overriden (set to null) in Global mode by @jamescrosswell in [#5039](https://github.com/getsentry/sentry-dotnet/pull/5039) +- feat: Implement strict trace continuation by @giortzisg in [#4981](https://github.com/getsentry/sentry-dotnet/pull/4981) + +### Fixes 🐛 + +- fix: return early from AddSentryOtlpExporter when DSN is the disable-SDK sentinel by @jamescrosswell in [#5247](https://github.com/getsentry/sentry-dotnet/pull/5247) +- fix: sync default tags to native layer by @bitsandfoxes in [#5214](https://github.com/getsentry/sentry-dotnet/pull/5214) + +### Dependencies ⬆️ + +#### Deps + +- chore(deps): update Cocoa SDK to v9.14.0 by @github-actions[bot] in [#5252](https://github.com/getsentry/sentry-dotnet/pull/5252) +- chore(deps): update Java SDK to v8.42.0 by @github-actions[bot] in [#5208](https://github.com/getsentry/sentry-dotnet/pull/5208) + +### Other + +- release: 6.6.0 by @jamescrosswell in [0140be0a](https://github.com/getsentry/sentry-dotnet/commit/0140be0a3b98ee01ff53097a5289bc6e7b703957) +- chore: update scripts/update-cli.ps1 to 3.4.3 by @github-actions[bot] in [#5251](https://github.com/getsentry/sentry-dotnet/pull/5251) +- ci: update the Update Dependencies workflow by @Flash0ver in [#5175](https://github.com/getsentry/sentry-dotnet/pull/5175) +- chore: update modules/sentry-native to 0.14.2 by @github-actions[bot] in [#5229](https://github.com/getsentry/sentry-dotnet/pull/5229) +- chore: update modules/sentry-cocoa to 9.13.0 by @github-actions[bot] in [#5221](https://github.com/getsentry/sentry-dotnet/pull/5221) +- chore: update scripts/update-cli.ps1 to 3.4.2 by @github-actions[bot] in [#5220](https://github.com/getsentry/sentry-dotnet/pull/5220) +- chore: update modules/sentry-cocoa to 9.12.1 by @github-actions[bot] in [#5207](https://github.com/getsentry/sentry-dotnet/pull/5207) + ## 6.5.0 ### Features ✨ diff --git a/Directory.Build.props b/Directory.Build.props index 90406e2a97..1ab7f22a22 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 6.5.0 + 6.6.0 14.0 true true