|
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | +## [Release 3.13.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.13.0) |
| 20 | + |
| 21 | +## Summary |
| 22 | + |
| 23 | +- Fix RabbitMQ V7+ headers being overwritten (thanks @johang88)! |
| 24 | +- Update the default value of `DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED` to `true` |
| 25 | +- Fix `Microsoft.Extensions.Telemetry` logging integration in `9.3.0` |
| 26 | +- [Test Optimization] Flaky Test Management feature |
| 27 | +- Temporarily remove instrumentation for Protobuf Schema tagging |
| 28 | + |
| 29 | +## Changes |
| 30 | + |
| 31 | +### Tracer |
| 32 | +* [Tracing] Update the default value of DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED to true (#6751) |
| 33 | +* [Tracer] Fix Rabbitmq7 header injection overwrites user supplied basic properties [from external PR #6730] (#6753) |
| 34 | +* Fix Microsoft.Extensions.Telemetry logging integration in 9.3.0 (#6773) |
| 35 | +* Refactor RabbitMQ test sample (#6778) |
| 36 | +* Clarify doc comment for DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED (#6791) |
| 37 | +* fix: container ID prefix in metadata and related tests (#6793) |
| 38 | + |
| 39 | +### CI Visibility |
| 40 | +* [Test Optimization] Flaky Test Management feature (#6740) |
| 41 | +* [Test Optimization] Add missing `test_session` metric (#6776) |
| 42 | + |
| 43 | +### ASM |
| 44 | +* [ASM] Fix IAST Grpc DotNet flaky test (#6772) |
| 45 | + |
| 46 | +### Continuous Profiler |
| 47 | +* [Profiler] Change profiler to use the libdatadog dynamic library instead (#6301) |
| 48 | + |
| 49 | +### Debugger |
| 50 | +* Skip the failing debugger tests (#6755) |
| 51 | + |
| 52 | +### Serverless |
| 53 | +* Add AWS Lamda testing for .NET 9 (#6779) |
| 54 | + |
| 55 | +### Fixes |
| 56 | +* [BUG]: RabbitMQ Basic Properties overwritten to default values (#6723) |
| 57 | +* Fix: Rabbitmq7 header injection overwrites user supplied basic properties (#6730) |
| 58 | +* Remove instrumentation for Protobuf Schema tagging (#6792) |
| 59 | + |
| 60 | +### Build / Test |
| 61 | +* Fix dependabot configuration for gh-actions-packages group (#6696) |
| 62 | +* [IAST] LDAP flakiness fix (#6706) |
| 63 | +* [fleet installer] Add some integration tests (#6714) |
| 64 | +* [Test Package Versions Bump] Updating package versions (#6732) |
| 65 | +* [CI] Stop running windows throughput tests (#6752) |
| 66 | +* Remove profiler throughput tests and bump timeouts (#6757) |
| 67 | +* feat: add dev container for consistent development environment (#6761) |
| 68 | +* [Benchmarks] Migrate linux throughput tests (#6765) |
| 69 | +* ssi tests onepipeline (#6767) |
| 70 | +* Remove graphql scenarios from CI system tests (#6768) |
| 71 | +* Pin github actions to sha (#6774) |
| 72 | +* Disable the merge queue (#6780) |
| 73 | +* Update dependabot to scan composite actions (#6784) |
| 74 | + |
| 75 | +### Miscellaneous |
| 76 | +* [fleet installer] Try to fix Gac Installer issue when older versions are already installed (#6715) |
| 77 | +* add kafka topic to messaging.destination.name tag (#6758) |
| 78 | +* [fleet installer] Split the `install` command in two (#6766) |
| 79 | +* [fleet installer] Update logging for fleet installer (#6782) |
| 80 | + |
| 81 | + |
| 82 | +[Changes since 3.12.0](https://github.com/DataDog/dd-trace-dotnet/compare/v3.12.0...v3.13.0) |
| 83 | + |
18 | 84 | ## [Release 3.12.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.12.0) |
19 | 85 |
|
20 | 86 | ## Summary |
|
0 commit comments