Skip to content

Commit 5693b9b

Browse files
Cleanup Changelog (#1897)
1 parent 285f515 commit 5693b9b

File tree

1 file changed

+16
-51
lines changed

1 file changed

+16
-51
lines changed

CHANGELOG.md

Lines changed: 16 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,11 @@
22

33
## 3.21.0
44

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
5+
_Includes Sentry.Maui Preview 3_
316

327
## Features
338

349
- Add ISentryTransactionProcessor ([#1862](https://github.com/getsentry/sentry-dotnet/pull/1862))
35-
- Move Array option over to use List<T> ([#1866](https://github.com/getsentry/sentry-dotnet/pull/1866))
3610
- Added 'integrations' to SdkVersion ([#1820](https://github.com/getsentry/sentry-dotnet/pull/1820))
3711
- Updated Sentry Android SDK to version 6.3.0 ([#1826](https://github.com/getsentry/sentry-dotnet/pull/1826))
3812
- Add the Sentry iOS SDK ([#1829](https://github.com/getsentry/sentry-dotnet/pull/1829))
@@ -84,34 +58,30 @@
8458

8559
## 3.19.0
8660

61+
_Includes Sentry.Maui Preview 2_
62+
8763
### Features
8864

8965
- Expose `EnumerateChainedExceptions` ([#1733](https://github.com/getsentry/sentry-dotnet/pull/1733))
9066
- Android Scope Sync ([#1737](https://github.com/getsentry/sentry-dotnet/pull/1737))
67+
- Enable logging in MAUI ([#1738](https://github.com/getsentry/sentry-dotnet/pull/1738))
9168
- Support `IntPtr` and `UIntPtr` serialization ([#1746](https://github.com/getsentry/sentry-dotnet/pull/1746))
9269
- Log Warning when secret is detected in DSN ([#1749](https://github.com/getsentry/sentry-dotnet/pull/1749))
9370
- Catch permission exceptions on Android ([#1750](https://github.com/getsentry/sentry-dotnet/pull/1750))
94-
- Send client report when flushing queue ([#1757](https://github.com/getsentry/sentry-dotnet/pull/1757))
95-
96-
### Fixes
97-
98-
- Don't allow `SentryDiagnosticListenerIntegration` to be added multiple times ([#1748](https://github.com/getsentry/sentry-dotnet/pull/1748))
99-
- Don't allow newlines in diagnostic logger messages ([#1756](https://github.com/getsentry/sentry-dotnet/pull/1756))
100-
101-
## Sentry.Maui 3.19.0-preview.2
102-
103-
### Features
104-
105-
- Enable logging in MAUI ([#1738](https://github.com/getsentry/sentry-dotnet/pull/1738))
10671
- Enable offline caching in MAUI ([#1753](https://github.com/getsentry/sentry-dotnet/pull/1753))
72+
- Send client report when flushing queue ([#1757](https://github.com/getsentry/sentry-dotnet/pull/1757))
10773

10874
### Fixes
10975

11076
- Set MAUI minimum version ([#1728](https://github.com/getsentry/sentry-dotnet/pull/1728))
77+
- Don't allow `SentryDiagnosticListenerIntegration` to be added multiple times ([#1748](https://github.com/getsentry/sentry-dotnet/pull/1748))
11178
- Catch permission exceptions for MAUI ([#1750](https://github.com/getsentry/sentry-dotnet/pull/1750))
79+
- Don't allow newlines in diagnostic logger messages ([#1756](https://github.com/getsentry/sentry-dotnet/pull/1756))
11280

11381
## 3.18.0
11482

83+
_Includes Sentry.Maui Preview 1_
84+
11585
### Features
11686

11787
- Move tunnel functionality into Sentry.AspNetCore ([#1645](https://github.com/getsentry/sentry-dotnet/pull/1645))
@@ -125,6 +95,13 @@
12595
- Set Java/Android SDK options ([#1694](https://github.com/getsentry/sentry-dotnet/pull/1694))
12696
- Refactor and update Android options ([#1705](https://github.com/getsentry/sentry-dotnet/pull/1705))
12797
- Add Android OS information to the event context ([#1716](https://github.com/getsentry/sentry-dotnet/pull/1716))
98+
- Added a new `Sentry.Maui` integration library for the [.NET MAUI](https://dotnet.microsoft.com/apps/maui) platform:
99+
- Initial MAUI support ([#1663](https://github.com/getsentry/sentry-dotnet/pull/1663))
100+
- Continue with adding MAUI support ([#1670](https://github.com/getsentry/sentry-dotnet/pull/1670))
101+
- MAUI events become extra context in Sentry events ([#1706](https://github.com/getsentry/sentry-dotnet/pull/1706))
102+
- Add options for PII breadcrumbs from MAUI events ([#1709](https://github.com/getsentry/sentry-dotnet/pull/1709))
103+
- Add device information to the event context ([#1713](https://github.com/getsentry/sentry-dotnet/pull/1713))
104+
- Add platform OS information to the event context ([#1717](https://github.com/getsentry/sentry-dotnet/pull/1717))
128105

129106
### Fixes
130107

@@ -139,18 +116,6 @@
139116
- Add type checking in contexts TryGetValue ([#1700](https://github.com/getsentry/sentry-dotnet/pull/1700))
140117
- Restore serialization of the `Platform` name ([#1702](https://github.com/getsentry/sentry-dotnet/pull/1702))
141118

142-
## Sentry.Maui 3.18.0-preview.1
143-
144-
### Features
145-
146-
- Added a new `Sentry.Maui` integration library for the [.NET MAUI](https://dotnet.microsoft.com/apps/maui) platform:
147-
- Initial MAUI support ([#1663](https://github.com/getsentry/sentry-dotnet/pull/1663))
148-
- Continue with adding MAUI support ([#1670](https://github.com/getsentry/sentry-dotnet/pull/1670))
149-
- MAUI events become extra context in Sentry events ([#1706](https://github.com/getsentry/sentry-dotnet/pull/1706))
150-
- Add options for PII breadcrumbs from MAUI events ([#1709](https://github.com/getsentry/sentry-dotnet/pull/1709))
151-
- Add device information to the event context ([#1713](https://github.com/getsentry/sentry-dotnet/pull/1713))
152-
- Add platform OS information to the event context ([#1717](https://github.com/getsentry/sentry-dotnet/pull/1717))
153-
154119
## 3.17.1
155120

156121
### Fixes

0 commit comments

Comments
 (0)