Skip to content

Commit 2dbd799

Browse files
Merge branch 'release/6.4.0'
2 parents 545ac31 + 8a51de1 commit 2dbd799

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 6.4.0
4+
5+
### Features ✨
6+
7+
- feat: Add network details for session replay on iOS by @jamescrosswell in [#4891](https://github.com/getsentry/sentry-dotnet/pull/4891)
8+
- feat: Add option to exclude certain HTTP statuses from tracing by @jamescrosswell in [#5034](https://github.com/getsentry/sentry-dotnet/pull/5034)
9+
10+
### Fixes 🐛
11+
12+
- fix: memory leak when profiling is enabled by @jamescrosswell in [#5133](https://github.com/getsentry/sentry-dotnet/pull/5133)
13+
- fix: prevent redundant native exceptions on iOS by @jpnurmi in [#5126](https://github.com/getsentry/sentry-dotnet/pull/5126)
14+
- fix: prevent redundant native exceptions on Android/Mono by @jpnurmi in [#4676](https://github.com/getsentry/sentry-dotnet/pull/4676)
15+
- Note: opt in by setting `options.Native.ExperimentalOptions.SignalHandlerStrategy` to `Sentry.Android.SignalHandlerStrategy.ChainAtStart`
16+
17+
### Dependencies ⬆️
18+
19+
#### Deps
20+
21+
- chore(deps): update Cocoa SDK to v9.10.0 by @github-actions in [#5132](https://github.com/getsentry/sentry-dotnet/pull/5132)
22+
- chore(deps): update Cocoa SDK to v9.9.0 by @github-actions in [#5115](https://github.com/getsentry/sentry-dotnet/pull/5115)
23+
- chore(deps): update Java SDK to v8.38.0 by @github-actions in [#5124](https://github.com/getsentry/sentry-dotnet/pull/5124)
24+
325
## 6.3.2
426

527
### Dependencies ⬆️

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>6.3.2</VersionPrefix>
4+
<VersionPrefix>6.4.0</VersionPrefix>
55
<LangVersion>14.0</LangVersion>
66
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)