v1.33.0
What's Changed
Breaking Changes
Important
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, before updating to this release of Elastic APM agent.
Enhancements
- Update MongoDB.Driver PackageReference to 3.0.0 by @badge2033 in #2580
- Add traceStateValue parameter to DistributedTracingData.TryDeserializ… by @otemnov in #2607
- Add TLSv1.3 support for .NET 3 or higher by @JeremyBessonElastic in #2625
- Add isHandled=true for handled exceptions by @JeremyBessonElastic in #2626
Bug Fixes
- Fix payload sender when failing with no http response error by @JeremyBessonElastic in #2606
- Avoid shallow exception thrown already existing activity parent by @JeremyBessonElastic in #2613
- Add a null check on transaction for Error by @JeremyBessonElastic in #2618
- Fix log template resulting in
NullReferenceExceptionby @JTeeuwissen in #2560 - Fix detection of API key and secret token by @monty241 in #2562
- Avoid
NullReferenceExceptionon 401 Unauthorized by @monty241 in #2561 - Fix the CaptureBody in AspNetCore by @JeremyBessonElastic in #2623
New Contributors
- @kruskall made their first contribution in #2589
- @Olexandr88 made their first contribution in #2631
- @JTeeuwissen made their first contribution in #2560
- @james-Solutions made their first contribution in #2590
- @monty241 made their first contribution in #2562
- @badge2033 made their first contribution in #2580
- @otemnov made their first contribution in #2607
Full Changelog: v1.32.2...v1.33.0