|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 6.5.1 |
| 4 | + |
| 5 | +### Features ✨ |
| 6 | + |
| 7 | +- feat: propagate trace to `sentry-android` and `sentry-cocoa` by @bitsandfoxes in [#5244](https://github.com/getsentry/sentry-dotnet/pull/5244) |
| 8 | +- 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) |
| 9 | +- feat: Implement strict trace continuation by @giortzisg in [#4981](https://github.com/getsentry/sentry-dotnet/pull/4981) |
| 10 | +- feat: Add support to send OTEL traces via OTLP by @jamescrosswell in [#4899](https://github.com/getsentry/sentry-dotnet/pull/4899) |
| 11 | + |
| 12 | +### Fixes 🐛 |
| 13 | + |
| 14 | +- fix(unity): update `SentryEvent` to have `IsCaptured` to allow dropping screenshots of filtered events by @JoshuaMoelans in [#5162](https://github.com/getsentry/sentry-dotnet/pull/5162) |
| 15 | +- fix: return early from AddSentryOtlpExporter when DSN is the disable-SDK sentinel by @jamescrosswell in [#5247](https://github.com/getsentry/sentry-dotnet/pull/5247) |
| 16 | +- fix: sync default tags to native layer by @bitsandfoxes in [#5214](https://github.com/getsentry/sentry-dotnet/pull/5214) |
| 17 | +- fix: Memory leak when filtered Activities get garbage collected before `PruneFilteredSpans` runs by @jamescrosswell in [#5186](https://github.com/getsentry/sentry-dotnet/pull/5186) |
| 18 | + |
| 19 | +### Dependencies ⬆️ |
| 20 | + |
| 21 | +#### Deps |
| 22 | + |
| 23 | +- chore(deps): update CLI to v3.4.3 by @github-actions in [#5251](https://github.com/getsentry/sentry-dotnet/pull/5251) |
| 24 | +- chore(deps): update Native SDK to v0.14.2 by @github-actions in [#5229](https://github.com/getsentry/sentry-dotnet/pull/5229) |
| 25 | +- chore(deps): update Cocoa SDK to v9.13.0 by @github-actions in [#5221](https://github.com/getsentry/sentry-dotnet/pull/5221) |
| 26 | +- chore(deps): update CLI to v3.4.2 by @github-actions in [#5220](https://github.com/getsentry/sentry-dotnet/pull/5220) |
| 27 | +- chore(deps): update Cocoa SDK to v9.12.1 by @github-actions in [#5207](https://github.com/getsentry/sentry-dotnet/pull/5207) |
| 28 | +- chore(deps): update Cocoa SDK to v9.12.0 by @github-actions in [#5179](https://github.com/getsentry/sentry-dotnet/pull/5179) |
| 29 | +- chore(deps): update CLI to v3.4.1 by @github-actions in [#5171](https://github.com/getsentry/sentry-dotnet/pull/5171) |
| 30 | +- chore(deps): update Native SDK to v0.13.8 by @github-actions in [#5165](https://github.com/getsentry/sentry-dotnet/pull/5165) |
| 31 | +- chore(deps): update Java SDK to v8.40.0 by @github-actions in [#5161](https://github.com/getsentry/sentry-dotnet/pull/5161) |
| 32 | +- chore(deps): update Cocoa SDK to v9.11.0 by @github-actions in [#5160](https://github.com/getsentry/sentry-dotnet/pull/5160) |
| 33 | +- chore(deps): update CLI to v3.4.0 by @github-actions in [#5145](https://github.com/getsentry/sentry-dotnet/pull/5145) |
| 34 | +- chore(deps): update Java SDK to v8.39.1 by @github-actions in [#5144](https://github.com/getsentry/sentry-dotnet/pull/5144) |
| 35 | + |
| 36 | +### Other |
| 37 | + |
| 38 | +- ci: update the Update Dependencies workflow by @Flash0ver in [#5175](https://github.com/getsentry/sentry-dotnet/pull/5175) |
| 39 | +- release: 6.5.0 by @JoshuaMoelans in [b0274763](https://github.com/getsentry/sentry-dotnet/commit/b0274763bab7530273d9d115b9e07b11b8895581) |
| 40 | +- perf(logs): avoid string allocation when no parameters are passed by @Flash0ver in [#4697](https://github.com/getsentry/sentry-dotnet/pull/4697) |
| 41 | +- chore: fix missing skill by @jamescrosswell in [#5134](https://github.com/getsentry/sentry-dotnet/pull/5134) |
| 42 | + |
3 | 43 | ## 6.5.0 |
4 | 44 |
|
5 | 45 | ### Features ✨ |
|
0 commit comments