Releases: elastic/apm-agent-dotnet
Releases · elastic/apm-agent-dotnet
v1.34.1
What's Changed
Bug fixes
- Remove redundant println from profiler by @stevejgordon in #2662
- Ensure we always start an Activity even when OTelBridge disabled by @stevejgordon in #2656
Misc
- Add the target framework moniker to the preamble logs by @JeremyBessonElastic in #2661
- Fix MongoDb test failure in integration tests by @stevejgordon in #2646
New Contributors
- @theletterf made their first contribution in #2650
Full Changelog: v1.34.0...v1.34.1
v1.34.0
What's Changed
Enhancements
- Add support for configuring proxy URL, username and password by @JeremyBessonElastic in #2643
Misc
- Update and fix release notes + breaking changes by @stevejgordon in #2645
- Remove post release step to backport docs to 1.x by @stevejgordon in #2644
- [docs] Replace placeholder URLs by @colleenmcginnis in #2647
- deps: Bump updatecli version to v0.106.0 by @elastic-observability-automation[bot] in #2649
- Bump the github-actions group across 3 directories with 2 updates by @dependabot[bot] in #2651
Full Changelog: v1.33.0...v1.34.0
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
NullReferenceException
by @JTeeuwissen in #2560 - Fix detection of API key and secret token by @monty241 in #2562
- Avoid
NullReferenceException
on 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
v1.32.0
v1.31.0
What's Changed
- Remove net 6.0 targets by @stevejgordon in #2498
- Phase one logger optimisations by @stevejgordon in #2503
- Cleanup unused files in .ci directory by @stevejgordon in #2494
- Fixes and enhancements for Azure Functions (isolated worker) by @stevejgordon in #2505
- Bump docker/metadata-action from 5.5.1 to 5.6.1 in the github-actions group by @dependabot in #2497
- Update Azure Function service name logic by @stevejgordon in #2508
- Update Azure Functions documentation by @stevejgordon in #2507
- github-actions: dependabot cannot use the id-token:write by @v1v in #2510
- ci(updatecli): add policies autodiscovery, bump updatecli version and specs/jsons policies by @v1v in #2511
- Bump docker/build-push-action from 6.9.0 to 6.10.0 in the github-actions group by @dependabot in #2509
- Update changelog for 1.31.0 release by @stevejgordon in #2514
- Make deploy.sh executable by @stevejgordon in #2515
Full Changelog: v1.30.1...v1.31.0
v1.30.1
What's Changed
- Bump the github-actions group with 2 updates by @dependabot in #2459
- Move to nuget central package management by @Mpdreamz in #2467
- Increase logging of testcontainer by @Mpdreamz in #2468
- github-actions: use ephemeral github tokens by @v1v in #2469
- Try to remove netcoreapp2.0 from Elastic.Apm.Profiler.Managed.Loader by @Mpdreamz in #2471
- Fix span linking for Azure ServiceBus by @stevejgordon in #2474
- Add troubleshooting section for unblocking DLLs by @stevejgordon in #2481
- Switch to dotnet format rather than dotnet-format tool by @stevejgordon in #2480
- Apply formatting fixes using
dotnet format
by @stevejgordon in #2483 - Support K8S_ATTACH environment variable for activation by @stevejgordon in #2482
- Bump actions/attest-build-provenance from 1.4.3 to 1.4.4 in the github-actions group by @dependabot in #2479
- Add release notes for 1.30.1 by @stevejgordon in #2486
Full Changelog: v1.30.0...v1.30.1
v1.30.0
What's Changed
- Improve OTel bridge compatibility with existing Azure instrumentation by @stevejgordon in #2455
- Revert skipping of System.Web by @stevejgordon in #2457
- Limit attribute count and truncate values in ElasticActivityListener by @Mpdreamz in #2461
- Add IntakeResponse deserialization for detailed error logging by @Mpdreamz in #2460
Full Changelog: v1.29.0...v1.30.0
v1.29.0
What's Changed
- Add test-reporter workflow again by @reakaleek in #2440
- ci: fix trigger by @reakaleek in #2441
- No longer parse request cookies, but ensure they are still redacted in the
Cookie
header string by @stevejgordon in #2444 - Release notes for 1.29.0 by @stevejgordon in #2447
Full Changelog: v1.28.6...v1.29.0
v1.28.6
What's Changed
- Exclude default processes and services by @stevejgordon in #2431
- Bump upload-artifact to v4 by @reakaleek in #2438
- Ensure isEnabled = false won't start worker loop by @Mpdreamz in #2436
- Release notes for 1.28.6 by @Mpdreamz in #2439
Full Changelog: v1.28.5...v1.28.6
v1.28.5
What's Changed
- Relax ECS container ID regex by @stevejgordon in #2430
Full Changelog: v1.28.4...v1.28.5