Skip to content

Commit 343d921

Browse files
authored
chore: fixup changelog (#2837)
1 parent f5c2644 commit 343d921

File tree

1 file changed

+28
-20
lines changed

1 file changed

+28
-20
lines changed

CHANGELOG.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Fixes
66

7-
- `CaptureFailedRequests` and `FailedRequestStatusCodes` are now getting respected by the Cocoa SDK. This is relevant for MAUI apps where requests are getting handled natively ([#2744](https://github.com/getsentry/sentry-dotnet/issues/2744))
7+
- `CaptureFailedRequests` and `FailedRequestStatusCodes` are now getting respected by the Cocoa SDK. This is relevant for MAUI apps where requests are getting handled natively. ([#2826](https://github.com/getsentry/sentry-dotnet/issues/2826))
88

99
### Dependencies
1010

@@ -128,7 +128,7 @@
128128

129129
- Graphql client ([#2538](https://github.com/getsentry/sentry-dotnet/pull/2538))
130130

131-
### Fixes
131+
### Fixes
132132

133133
- Android: Fix proguard/r8 mapping file upload ([#2574](https://github.com/getsentry/sentry-dotnet/pull/2574))
134134

@@ -199,7 +199,7 @@
199199

200200
### Fixes
201201

202-
- Builds targeting Android with `r8` enabled no longer crash during SDK init. The package now contains the required proguard rules ([#2450]https://github.com/getsentry/sentry-dotnet/pull/2450)
202+
- Builds targeting Android with `r8` enabled no longer crash during SDK init. The package now contains the required proguard rules ([#2450](https://github.com/getsentry/sentry-dotnet/pull/2450))
203203
- Fix Sentry logger options for MAUI and Azure Functions ([#2423](https://github.com/getsentry/sentry-dotnet/pull/2423))
204204

205205
### Dependencies
@@ -257,7 +257,7 @@
257257

258258
### Fixes
259259

260-
- Status messages when uploading symbols or sources are improved. ([#2307](https://github.com/getsentry/sentry-dotnet/issues/2307))
260+
- Status messages when uploading symbols or sources are improved. ([#2307](https://github.com/getsentry/sentry-dotnet/issues/2307))
261261

262262
### Dependencies
263263

@@ -294,7 +294,6 @@
294294
- CachedTransport gracefully handles malformed envelopes during processing ([#2371](https://github.com/getsentry/sentry-dotnet/pull/2371))
295295
- Remove extraneous iOS simulator resources when building MAUI apps using Visual Studio "Hot Restart" mode, to avoid hitting Windows max path ([#2384](https://github.com/getsentry/sentry-dotnet/pull/2384))
296296

297-
298297
### Dependencies
299298

300299
- Bump Cocoa SDK from v8.6.0 to v8.7.1 ([#2359](https://github.com/getsentry/sentry-dotnet/pull/2359), [#2370](https://github.com/getsentry/sentry-dotnet/pull/2370))
@@ -592,7 +591,7 @@ See the [MSBuild Setup](https://docs.sentry.io/platforms/dotnet/configuration/ms
592591

593592
## 3.21.0
594593

595-
_Includes Sentry.Maui Preview 3_
594+
Includes Sentry.Maui Preview 3
596595

597596
### Features
598597

@@ -648,7 +647,7 @@ _Includes Sentry.Maui Preview 3_
648647

649648
## 3.19.0
650649

651-
_Includes Sentry.Maui Preview 2_
650+
Includes Sentry.Maui Preview 2
652651

653652
### Features
654653

@@ -670,7 +669,7 @@ _Includes Sentry.Maui Preview 2_
670669

671670
## 3.18.0
672671

673-
_Includes Sentry.Maui Preview 1_
672+
Includes Sentry.Maui Preview 1
674673

675674
### Features
676675

@@ -1471,9 +1470,7 @@ Removed `-beta` from dependencies.
14711470
Major version bumped due to these breaking changes:
14721471

14731472
1. `Sentry.Protocol` version 2.0.0
1474-
1475-
* Remove StackTrace from SentryEvent [#38](https://github.com/getsentry/sentry-dotnet-protocol/pull/38) - StackTrace is either part of Thread or SentryException.
1476-
1473+
- Remove StackTrace from SentryEvent [#38](https://github.com/getsentry/sentry-dotnet-protocol/pull/38) - StackTrace is either part of Thread or SentryException.
14771474
2. Removed `ContextLine` #223
14781475
3. Use `StackTrace` from `Threads` #222
14791476
4. `FlushAsync` added to `ISentryClient` #214
@@ -1538,9 +1535,7 @@ Thanks @josh-degraw for:
15381535
Major version bumped due to these breaking changes:
15391536

15401537
1. `Sentry.Protocol` version 2.0.0
1541-
1542-
* Remove StackTrace from SentryEvent [#38](https://github.com/getsentry/sentry-dotnet-protocol/pull/38) - StackTrace is either part of Thread or SentryException.
1543-
1538+
- Remove StackTrace from SentryEvent [#38](https://github.com/getsentry/sentry-dotnet-protocol/pull/38) - StackTrace is either part of Thread or SentryException.
15441539
2. Removed `ContextLine` #223
15451540
3. Use `StackTrace` from `Threads` #222
15461541
4. `FlushAsync` added to `ISentryClient` #214
@@ -1587,6 +1582,7 @@ Bug fix: Don't override user #199
15871582
## 1.1.3-beta2
15881583

15891584
Feature:
1585+
15901586
- MaxRequestSize for ASP.NET and ASP.NET Core #174
15911587
- InAppInclude #171
15921588

@@ -1595,10 +1591,12 @@ Fix: Diagnostic log order: #173 by @scolestock
15951591
## 1.1.3-beta
15961592

15971593
Fixed:
1594+
15981595
- Read the hub to take latest Client: 8f4b5ba1a3
15991596
- Uses Sentry.Protocol 1.0.4 4035e25
16001597

16011598
Feature
1599+
16021600
- Overload to `AddSentry` #163 by @F1nZeR
16031601
- ASP.NET Core `AddSentry` has now `ConfigureScope`: #160
16041602

@@ -1613,14 +1611,17 @@ ASP.NET Core integration issue when containers are built on the ServiceCollectio
16131611
## 1.1.2-beta
16141612

16151613
Fixed:
1614+
16161615
- ASP.NET Core integration issue when containers are built on the ServiceCollection after SDK is initialized (#157, #103 )
16171616

16181617
## 1.1.1
16191618

16201619
Fixed:
1620+
16211621
- Serilog bug that self log would recurse #156
16221622

16231623
Feature:
1624+
16241625
- log4net environment via xml configuration #150 (Thanks Sébastien Pierre)
16251626

16261627
## 1.1.0
@@ -1669,12 +1670,14 @@ Lowering Newtonsoft.Json requirements; #138
16691670
## 1.0.1-beta
16701671

16711672
Features:
1673+
16721674
- Use log entry to improve grouping #125
16731675
- Use .NET Core SDK 2.1.401
16741676
- Make `AddProcessors` extension methods on Options public #115
16751677
- Format InternalsVisibleTo to avoid iOS issue: 94e28b3
16761678

16771679
Bug fixes:
1680+
16781681
- Disabled SDK throws on shutdown: #124
16791682
- Log4net only init if current hub is disabled #119
16801683

@@ -1738,6 +1741,7 @@ Bug fixes:
17381741
- Request body compressed
17391742

17401743
All packages are:
1744+
17411745
- Strong named
17421746
- Tested on Windows, Linux and macOS
17431747
- Tested on .NET Core, .NET Framework and Mono
@@ -1759,7 +1763,7 @@ Download it directly from GitHub or using NuGet:
17591763
| **Sentry.Extensions.Logging** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.Extensions.Logging.svg)](https://www.nuget.org/packages/Sentry.Extensions.Logging) |
17601764
| **Sentry.Log4Net** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.Log4Net.svg)](https://www.nuget.org/packages/Sentry.Log4Net) |
17611765

1762-
# 1.0.0-rc2
1766+
## 1.0.0-rc2
17631767

17641768
Features and improvements:
17651769

@@ -1781,7 +1785,7 @@ Download it directly below from GitHub or using NuGet:
17811785
| **Sentry.Extensions.Logging** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.Extensions.Logging.svg)](https://www.nuget.org/packages/Sentry.Extensions.Logging) |
17821786
| **Sentry.Log4Net** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.Log4Net.svg)](https://www.nuget.org/packages/Sentry.Log4Net) |
17831787

1784-
# 1.0.0-rc
1788+
## 1.0.0-rc
17851789

17861790
Features and improvements:
17871791

@@ -1813,7 +1817,7 @@ Download it directly below from GitHub or using NuGet:
18131817
| **Sentry.Extensions.Logging** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.Extensions.Logging.svg)](https://www.nuget.org/packages/Sentry.Extensions.Logging) |
18141818
| **Sentry.Log4Net** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.Log4Net.svg)](https://www.nuget.org/packages/Sentry.Log4Net) |
18151819

1816-
# 0.0.1-preview5
1820+
## 0.0.1-preview5
18171821

18181822
Features:
18191823

@@ -1830,7 +1834,7 @@ Bug fixes:
18301834
- On-prem without chuncked support for gzip #71
18311835
- Exception.Data key is not string #77
18321836

1833-
##### [Watch on youtube](https://www.youtube.com/watch?v=xK6a1goK_w0) how to use the ASP.NET Core integration
1837+
**[Watch on youtube](https://www.youtube.com/watch?v=xK6a1goK_w0) how to use the ASP.NET Core integration**
18341838

18351839
Download it directly below from GitHub or using NuGet:
18361840

@@ -1859,6 +1863,7 @@ Bug fixes:
18591863
- ASP.NET Core integration throws when Serilog added #65, #68, #67
18601864

18611865
Improvements to [the docs](https://getsentry.github.io/sentry-dotnet) like:
1866+
18621867
- Release discovery
18631868
- `ConfigureScope` clarifications
18641869
- Documenting samples
@@ -1892,8 +1897,8 @@ Features and improvements:
18921897

18931898
Bug fixes:
18941899

1895-
# 46 Strong name
1896-
# 40 Logger provider gets disposed/flushes events
1900+
- Strong name
1901+
- Logger provider gets disposed/flushes events
18971902

18981903
[Watch on youtube](https://www.youtube.com/watch?v=xK6a1goK_w0) how to use the ASP.NET Core integration.
18991904

@@ -1910,6 +1915,7 @@ Download it directly from GitHub or using NuGet:
19101915
This second release includes bug fixes and more features. Test coverage increased to 93%
19111916

19121917
Features and improvements:
1918+
19131919
- Added `CaptureMessage`
19141920
- `BeforeSend` callback errors are sent as breadcrumbs
19151921
- `ASP.NET Core` integration doesn't add tags added by `Microsoft.Extensions.Logging`
@@ -1919,6 +1925,7 @@ Features and improvements:
19191925
- Filter kestrel log eventid 13 (application error) when already captured by the middleware
19201926

19211927
Bugs fixed:
1928+
19221929
- Fixed #28
19231930
- HTTP Proxy set to HTTP message handler
19241931

@@ -1935,6 +1942,7 @@ Download it directly from GitHub or using NuGet:
19351942
Our first preview of the SDK:
19361943

19371944
Main features:
1945+
19381946
- Easy ASP.NET Core integration, single line: `UseSentry`.
19391947
- Captures unhandled exceptions in the middleware pipeline
19401948
- Captures exceptions handled by the framework `UseExceptionHandler` and Error page display.

0 commit comments

Comments
 (0)