|
1 | 1 | # Changelog |
2 | 2 |
|
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 |
4 | 31 |
|
5 | 32 | ## Features |
6 | 33 |
|
|
0 commit comments