Skip to content

Commit fa417e4

Browse files
authored
Update and fix release notes + breaking changes (#2645)
As titled
1 parent f35853c commit fa417e4

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ To learn how to upgrade, check out [Upgrading](/reference/upgrading.md).
1717
% **Action**<br> Steps for mitigating deprecation impact.
1818
% ::::
1919

20-
## 1.13.0 [elastic-apm-net-agent-1130-breaking-changes]
20+
## 1.33.0 [elastic-apm-net-agent-1330-breaking-changes]
21+
**Release date:** August 19, 2025
22+
23+
This release bumps the minimum `MongoDb.Driver` package to 3.0.0 to unblock consumers who wish to use the latest MongoDb versions. 3.0+. In 3.0, types were moved from `MongoDb.Driver.Core` into `MongoDb.Driver` and deprecated types were removed. To avoid type conflicts, consumers using verions of MongoDb < 3.0.0 will need to first update MongoDb NuGet packages, before updating to this release of Elastic APM agent.
24+
25+
## 1.31.0 [elastic-apm-net-agent-1310-breaking-changes]
2126
**Release date:** December 2, 2024
2227

2328
We no longer ship net6.0 targets as .NET 6 is now out of support. Applications targetting net6.0 will continue to work, but fall down to the netstandard2.0 target which may not be as optimised. We therefore recommend updating your application to net8.0 or net9.0 prior to installing 1.31.0 of the Elastic.Apm.* packages.

docs/release-notes/index.md

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,30 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020

2121
% ### Fixes [elastic-apm-net-agent-versionext-fixes]
2222

23+
## 1.33.0 [elastic-apm-net-agent-1330-release-notes]
24+
**Release date:** August 19, 2025
25+
26+
### Features and enhancements [elastic-apm-net-agent-1330-features-enhancements]
27+
* Update `MongoDB.Driver` PackageReference to 3.0.0 [#2580](https://github.com/elastic/apm-agent-dotnet/pull/2580)
28+
* Add `traceStateValue` parameter to `DistributedTracingData.TryDeserialize` [#2607](https://github.com/elastic/apm-agent-dotnet/pull/2607)
29+
* Add TLSv1.3 support for .NET 3 or higher [#2625](https://github.com/elastic/apm-agent-dotnet/pull/2625)
30+
* Add `isHandled=true` for handled exceptions [#2626](https://github.com/elastic/apm-agent-dotnet/pull/2626)
31+
32+
### Fixes [elastic-apm-net-agent-1330-fixes]
33+
* Fix payload sender when failing with no http response error [#2606](https://github.com/elastic/apm-agent-dotnet/pull/2606)
34+
* Avoid shallow exception thrown already existing activity parent [#2613](https://github.com/elastic/apm-agent-dotnet/pull/2613)
35+
* Add a null check on transaction for Error [#2618](https://github.com/elastic/apm-agent-dotnet/pull/2618)
36+
* Fix log template resulting in `NullReferenceException` [#2560](https://github.com/elastic/apm-agent-dotnet/pull/2560)
37+
* Fix detection of API key and secret token [#2562](https://github.com/elastic/apm-agent-dotnet/pull/2562)
38+
* Avoid `NullReferenceException` on 401 Unauthorized [#2561](https://github.com/elastic/apm-agent-dotnet/pull/2561)
39+
* Fix `CaptureBody` in AspNetCore [#2623](https://github.com/elastic/apm-agent-dotnet/pull/2623)
40+
41+
## 1.32.0 [elastic-apm-net-agent-1320-release-notes]
42+
**Release date:** May 28, 2025
43+
44+
### Fixes [elastic-apm-net-agent-1320-fixes]
45+
* Fix NullReferenceException in TryToCompressRegular method in Span. [#2602](https://github.com/elastic/apm-agent-dotnet/pull/2602)
46+
2347
## 1.31.0 [elastic-apm-net-agent-1310-release-notes]
2448
**Release date:** December 2, 2024
2549

@@ -30,23 +54,29 @@ To check for security updates, go to [Security announcements for the Elastic sta
3054
* Fixes and enhancements for Azure Functions [#2505](https://github.com/elastic/apm-agent-dotnet/pull/2505)
3155
* Azure Function service name logic [#2508](https://github.com/elastic/apm-agent-dotnet/pull/2508)
3256

33-
## 1.31.1 [elastic-apm-net-agent-1311-release-notes]
34-
**Release date:** November 18, 2024
57+
## 1.30.1 [elastic-apm-net-agent-1301-release-notes]
58+
**Release date:** November 19, 2024
3559

36-
### Fixes [elastic-apm-net-agent-1311-fixes]
60+
### Fixes [elastic-apm-net-agent-1301-fixes]
3761
* Remove netcoreapp2.0 from Elastic.Apm.Profiler.Managed.Loader [#2471](https://github.com/elastic/apm-agent-dotnet/pull/2471)
3862
* Fix span linking for Azure ServiceBus [#2474](https://github.com/elastic/apm-agent-dotnet/pull/2474)
3963
* Support K8S_ATTACH environment variable for activation [#2482](https://github.com/elastic/apm-agent-dotnet/pull/2482)
4064

41-
## 1.31.0 [elastic-apm-net-agent-1310-release-notes]
65+
## 1.30.0 [elastic-apm-net-agent-1300-release-notes]
4266
**Release date:** October 11, 2024
4367

44-
### Fixes [elastic-apm-net-agent-1310-fixes]
68+
### Fixes [elastic-apm-net-agent-1300-fixes]
4569
* Improve OTel bridge compatibility with existing Azure instrumentation [#2455](https://github.com/elastic/apm-agent-dotnet/pull/2455)
4670
* Revert skipping of System.Web to fix profiler-based installation [#2457](https://github.com/elastic/apm-agent-dotnet/pull/2457)
4771
* Limit attribute count and truncate values in ElasticActivityListener [#2461](https://github.com/elastic/apm-agent-dotnet/pull/2461)
4872
* Add IntakeResponse deserialization for detailed error logging [#2460](https://github.com/elastic/apm-agent-dotnet/pull/2460)
4973

74+
## 1.29.0 [elastic-apm-net-agent-1290-release-notes]
75+
**Release date:** September 18, 2024
76+
77+
### Fixes [elastic-apm-net-agent-1290-fixes]
78+
* No longer parse request cookies, but ensure they are still redacted in the Cookie header string [#2444](https://github.com/elastic/apm-agent-dotnet/pull/2444)
79+
5080
## 1.28.6 [elastic-apm-net-agent-1286-release-notes]
5181
**Release date:** September 11, 2024
5282

0 commit comments

Comments
 (0)