Skip to content

Commit 5fb5d91

Browse files
committed
release: 3.21.0
1 parent 988a9a3 commit 5fb5d91

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.21.0
4+
5+
### Various fixes & improvements
6+
7+
- Add ISentryTransactionProcessor (#1862) by @SimonCropp
8+
- Stop using `server-os` and `server-runtime` (#1893) by @mattjohnsonpint
9+
- Fix Sentry interfering with MAUI's focus events (#1891) by @mattjohnsonpint
10+
- Copy context info from iOS (#1884) by @mattjohnsonpint
11+
- Flush caching transport with main flush (#1890) by @mattjohnsonpint
12+
- Parse "Mono Unity IL2CPP" correctly in platform runtime name (#1742) by @bitsandfoxes
13+
- Fix detection of .NET Framework 4.8.1 (#1885) by @mattjohnsonpint
14+
- null check HttpContext in SystemWebVersionLocator (#1881) by @SimonCropp
15+
- Move Array option over to use List<T> (#1866) by @SimonCropp
16+
- Apply WinUI 3 exception handler in Sentry core (#1863) by @mattjohnsonpint
17+
- Fix environment name casing issue (#1861) by @SimonCropp
18+
- Allow some mobile options to be modified from defaults (#1857) by @mattjohnsonpint
19+
- Set default `Release` and `Distribution` for iOS and Android (#1856) by @mattjohnsonpint
20+
- fix: Skip attachment if stream is empty (#1854) by @bitsandfoxes
21+
- Add `Distribution` properties to go along with `Release` info (#1851) by @mattjohnsonpint
22+
- Add and configure options for the iOS SDK (#1849) by @mattjohnsonpint
23+
- Add MacCatalyst target and sample app (#1848) by @mattjohnsonpint
24+
- Add API for deliberately crashing an app (#1842) by @mattjohnsonpint
25+
- Serilog integration tests (#1828) by @SimonCropp
26+
- Enable Scope Sync for iOS (#1834) by @mattjohnsonpint
27+
- Add Native iOS Support (#1829) by @mattjohnsonpint
28+
- Logging loop with n log sentry (#1824) by @SimonCropp
29+
- Update Sentry Android SDK to version 6.3.0 (#1826) by @mattjohnsonpint
30+
- feat: Added 'integrations' to SdkVersion (#1820) by @bitsandfoxes
431

532
## Features
633

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-
<Version>3.20.1</Version>
4+
<Version>3.21.0</Version>
55
<LangVersion>10</LangVersion>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory).assets\Sentry.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)