|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | +## [Release 2.9.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v2.9.0) |
| 7 | + |
| 8 | +## Summary |
| 9 | + |
| 10 | +This version mainly contains Tracer bug fixes: |
| 11 | +- Avoid a Stackoverflow exception in the context of ci-app or Azure functions when using different versions of the Tracer for automatic and custom instrumentation |
| 12 | +- Fix the order of precedence of the parameters to connect to the Trace agent. |
| 13 | + |
| 14 | + |
| 15 | +## Changes |
| 16 | + |
| 17 | +### Tracer |
| 18 | +* [Tracer] Fix precedence in ExporterSettings (#2737) |
| 19 | +* Call get_Instance instead of GetDistributedTracer in case of version mismatch (#2767) |
| 20 | +* Don't check agent connectivity when tracing is disabled (#2772) |
| 21 | +* Fix number of spans in telemetry tests (#2786) |
| 22 | +* Throw `ArgumentNullException` when trying to set `Tracer.Instance` to `null` (#2437) |
| 23 | +* Instrument custom methods using New Relic attributes (#2780) |
| 24 | + |
| 25 | +### CI App |
| 26 | +* [CiApp] - Avoid setting env:none if not environment variable has been set (#2783) |
| 27 | + |
| 28 | +### ASM |
| 29 | +* [ASM] Little waf metrics changes (#2745) |
| 30 | + |
| 31 | +### Continuous Profiler |
| 32 | +* [Profiler] Remove classes/files part of the old pipeline (#2750) |
| 33 | +* [Profiler] build profiler linux in AzDo (#2761) |
| 34 | +* [Profiler] Rename `pid` tag into `process id` (#2789) |
| 35 | +* [Profiler] Rename tests apps with "Samples." prefix instead of "Datadog.Demos." (#2788) |
| 36 | + |
| 37 | +### Serverless |
| 38 | +* Convert AWS lambda tests to using snapshots (#2681) |
| 39 | + |
| 40 | +### Fixes |
| 41 | +* Delete obsolete AutomapperTest sample (#2771) |
| 42 | + |
| 43 | +### Build / Test |
| 44 | +* [Release] Trigger AAS release automatically (#2721) |
| 45 | +* Stop building 1.x branch daily (#2732) |
| 46 | +* Monitor the pipeline from a final stage (#2746) |
| 47 | +* [Build] Don't build twice docker image in ITests (#2760) |
| 48 | +* Split benchmarks between 6 different agents (#2763) |
| 49 | +* Fix all sample package versions and `UpdateVersion` task (#2766) |
| 50 | +* Remove timeouts from .NET install and add default timeout (#2768) |
| 51 | +* Write integration test logs directly to `build_data` directory (#2773) |
| 52 | +* Refactor Windows Integration tests (#2779) |
| 53 | +* Use the same .NET SDK version in GitHub Actions as we do in Azure Devops (#2781) |
| 54 | +* Improve git checkout to handle rebases on Benchmark VMs (#2782) |
| 55 | +* Run `git clean -ffdx` in checkout code (#2785) |
| 56 | +* Add missing GraphQL 5 tests (#2757) |
| 57 | + |
| 58 | +### Miscellaneous |
| 59 | +* [All] - Refactor ITags/TagsList tracer implementation (#2753) |
| 60 | +* Minor UDS support updates (#2787) |
| 61 | +* Remove dependency to libuuid (#2792) |
| 62 | +* [Test Package Versions Bump] Updating package versions (#2795) |
| 63 | + |
| 64 | + |
| 65 | +[Changes since 2.8.0](https://github.com/DataDog/dd-trace-dotnet/compare/v2.8.0...v2.9.0) |
| 66 | + |
5 | 67 | ## [Release 2.8.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v2.8.0)
|
6 | 68 |
|
7 | 69 | ## Summary
|
|
0 commit comments