|
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
| 35 | + |
| 36 | +## [Release 3.30.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.30.0) |
| 37 | + |
| 38 | +## Summary |
| 39 | + |
| 40 | +- [Tracer] Add support for Azure Event Hubs |
| 41 | +- [Test Optimization] Add support for MSTest 4.x.x |
| 42 | +- [OpenTelemetry] OTLP Logs API Support |
| 43 | +- [Continuous Profiler] Performance improvements |
| 44 | + |
| 45 | +## Changes |
| 46 | + |
| 47 | +### Tracer |
| 48 | +* [Tracer] Add Azure Event Hubs instrumentation (#7620) |
| 49 | +* [OTEL] OTLP Logs API Support (#7680) |
| 50 | +* [Tracer] Add new process tags (#7651) |
| 51 | +* small follow up on process tags (#7743) |
| 52 | +* Removing Forgiven Nulls (#7745) |
| 53 | +* Add fix for whitespace in exporter settings and metrics URL (#7747) |
| 54 | +* Fix ad-hoc use of `TracerSettings` to use `MutableSettings` where appropriate (#7543) |
| 55 | +* Fix calls to `IsIntegrationEnabled()`, `IsErrorStatusCode()`, and `GetIntegrationAnalyticsSampleRate()` (#7544) |
| 56 | +* Enforce that you can't update exporter settings to point to UDS on Windows (#7721) |
| 57 | + |
| 58 | +### CI Visibility |
| 59 | +* [Test Optimization] MsTest support updates (#7663) |
| 60 | + |
| 61 | +### Continuous Profiler |
| 62 | +* [Profiler] Perf improvements + cleanup (#7696) |
| 63 | +* [crashtracker] Fix native and managed callstacks merge (#7703) |
| 64 | +* [Profiler] Don't take tracer stable config notification when kill switch detected (#7705) |
| 65 | + |
| 66 | +### Fixes |
| 67 | +* Protect against `claimsPrincipal` being `null` (#7719) |
| 68 | + |
| 69 | +### Build / Test |
| 70 | +* [Config Registry] 1/5 Add gitlab step and json configuration file and yaml for doc (#7548) |
| 71 | +* managed loader: refactor for testability, add unit tests (#7594) |
| 72 | +* Update to .NET RC2 (#7659) |
| 73 | +* [Test Package Versions Bump] Updating package versions (#7673) |
| 74 | +* Run dsm-throughput macrobenchmarks on master push & schedule (#7686) |
| 75 | +* Update `.gitignore` to ignore local Claude Code settings (#7691) |
| 76 | +* Comment out new test agent on Windows (#7692) |
| 77 | +* [Test Package Versions Bump] Updating package versions (#7693) |
| 78 | +* Remove CodeQL workflow (#7701) |
| 79 | +* [Test Package Versions Bump] Updating package versions (#7712) |
| 80 | +* Update Linux VMs (#7718) |
| 81 | +* [Test Package Versions Bump] Updating package versions (#7726) |
| 82 | +* Split integration tests in groups (#7733) |
| 83 | +* [Tracer] Fix EventHubs flaky batch test (#7734) |
| 84 | + |
| 85 | +### Miscellaneous |
| 86 | +* [onboarding] make `DD_DOTNET_TRACER_HOME` optional in managed loader (#7568) |
| 87 | +* Revert "make `DD_DOTNET_TRACER_HOME` optional in managed loader (#7568)" (#7704) |
| 88 | +* [Config registry] 2/5 Reorganize keys, split config keys and platform keys (#7688) |
| 89 | +* [Docs] Improve docs on troubleshooting CI failures (#7707) |
| 90 | +* Add VBCSCompiler to exclude list (#7694) |
| 91 | + |
| 92 | +[Changes since 3.29.0](https://github.com/DataDog/dd-trace-dotnet/compare/v3.29.0...v3.30.0) |
34 | 93 |
|
35 | 94 | ## [Release 3.29.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.29.0) |
36 | 95 |
|
|
0 commit comments