Skip to content

Commit

Permalink
Merge branch 'release/3.21.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 2, 2022
2 parents 988a9a3 + 5fb5d91 commit 285f515
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Changelog

## Unreleased
## 3.21.0

### Various fixes & improvements

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

## Features

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>3.20.1</Version>
<Version>3.21.0</Version>
<LangVersion>10</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory).assets\Sentry.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 285f515

Please sign in to comment.