|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | +## [Release 3.27.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.27.0) |
| 34 | + |
| 35 | +## Summary |
| 36 | + |
| 37 | +Various bug fixes and optimizations. Includes fix for Runtime Metrics that could be missing and more accurate telemetry reporting. |
| 38 | + |
| 39 | +## Changes |
| 40 | + |
| 41 | +### Tracer |
| 42 | +* Remove unused dynamic settings (#7487) |
| 43 | +* Fix incorrect usages of TracerManager PerTraceSettings (#7488) |
| 44 | +* Add additional compiler flags to allow `required` (#7501) |
| 45 | +* Fix .NET 10 RC1 bugs (#7506) |
| 46 | +* fix(telemetry): correct heartbeat interval calculation (#7507) |
| 47 | +* Fix `ManualInstrumentationConfigSource` and introduce base type (#7508) |
| 48 | +* Allow optimized creating of composite configuration source (#7509) |
| 49 | +* Move partial flush settings from `ExporterSettings` to `TracerSettings` (#7516) |
| 50 | +* fix: change Language value from '.NET' to 'dotnet' in trace headers (#7523) |
| 51 | +* Hide problematic public APIs using `[EditorBrowsable]` (#7531) |
| 52 | +* Add a Continuous Profiler availability check (#7534) |
| 53 | + |
| 54 | +### ASM |
| 55 | +* [AAP] Update waf version to v1.28.0 (#7494) |
| 56 | +* [AAP] Update waf to v1.28.1 (#7524) |
| 57 | +* [AAP] Test endpoint collection with APM tracing disabled (#7535) |
| 58 | + |
| 59 | +### Debugger |
| 60 | +* [Dynamic Instrumentation] Added native hot standby mode to support Remote Enablement and Stable Config (#7441) |
| 61 | +* [Dynamic Instrumentation] Avoid async instrumentation if the type `AsyncMethodDebuggerInvokerV2` does not exist (#7513) |
| 62 | + |
| 63 | +### Serverless |
| 64 | +* [Azure Functions] bump `Datadog.Serverless.Compat` nuget package reference (#7497) |
| 65 | + |
| 66 | +### Fixes |
| 67 | +* More cleanup in native loader code (#7475) |
| 68 | +* Fix dependabot again by allowing private feed access (#7480) |
| 69 | +* [Tracer] Updating Statsd in RuntimeEventListener (#7512) |
| 70 | + |
| 71 | +### Miscellaneous |
| 72 | +* [OTEL] Metrics API Support - Configurations & Telemetry (#7420) |
| 73 | + * This feature is incomplete and still in development |
| 74 | +* Simplify Windows benchmarks credential setup (#7498) |
| 75 | +* Allow passing fallback values to `IntegrationSettingsCollection` (#7510) |
| 76 | +* Add AGENTS.md file (#7539) |
| 77 | + |
| 78 | +### Build / Test |
| 79 | +* Timeout error installer_smoke_tests (#7468) |
| 80 | +* Attempt to improve Kafka timeout flake in tests (#7474) |
| 81 | +* Try fixing ASAN job crashes (#7476) |
| 82 | +* Update Windows macrobenchmark tooling (#7481) |
| 83 | +* Update Windows microbenchmark tooling (#7482) |
| 84 | +* [Hands-off config] add integration test (#7483) |
| 85 | +* [Test Package Versions Bump] Updating package versions (#7484) |
| 86 | +* Check for errors when signing (#7490) |
| 87 | +* Sign artifacts using 0.3.5 of the `dd wcs` tool (#7492) |
| 88 | +* Decrease Nuke restore verbosity job (#7493) |
| 89 | +* Decrease log level when uncompressing files in Nuke (#7496) |
| 90 | +* Fix macos build (#7503) |
| 91 | +* Mark kafkatests as flaky (#7505) |
| 92 | +* Upload execution benchmark log files and cleanup (#7521) |
| 93 | +* chore(CI): add ForceDebugRun variable for debug control system tests (#7528) |
| 94 | +* Ensure `execution_benchmarks` download the profiler (#7529) |
| 95 | +* Capture timeout exceptions in IAST tests (#7533) |
| 96 | +* Fix the `verify_app_trimming_changes_are_persisted` job (#7542) |
| 97 | + |
| 98 | + |
| 99 | +[Changes since 3.26.3](https://github.com/DataDog/dd-trace-dotnet/compare/v3.26.3...v3.27.0) |
31 | 100 |
|
32 | 101 | ## [Release 3.26.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.26.0) |
33 | 102 |
|
|
0 commit comments