|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | +## [Release 2.13.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v2.13.0) |
| 11 | + |
| 12 | +## Summary |
| 13 | + |
| 14 | +- The `http.route`, http.url`, `http.useragenet`, and `http.client_ip` tags have been standardised |
| 15 | + - As part of this change, the (obfuscated) querystring is now reported in `http.url`. Set `DD_HTTP_SERVER_TAG_QUERY_STRING=false` to disable querystring collection. |
| 16 | +- Fixes a bug where `x-datadog-tags` propagation header was added even when empty or disabled |
| 17 | +- Add support for continuous profiler on Cent0S7 |
| 18 | + |
| 19 | +## Changes |
| 20 | + |
| 21 | +### Tracer |
| 22 | +* [Tracer] Fix span properties (#2918) |
| 23 | +* [Tracer][AAS] Add Resource Id on chunks to avoid double billing (#2960) |
| 24 | +* Add support for Multipart form data to ApiWebRequest and HttpClientRequest (#2962) |
| 25 | +* Add FNV-64bit hash implementation for Data Streams Monitoring (#2973) |
| 26 | +* [Tracer] Do not add x-datadog-tags header when empty or disabled (#3001) |
| 27 | +* [Profiler] Fix Arm64 installer smoke tests (#3002) |
| 28 | + |
| 29 | +### ASM |
| 30 | +* [ASM] Tags standardization, http.route, http.url, http.useragent, http.client_ip (#2915) |
| 31 | +* Non-backtracking regex from .NET 7.0 (#3009, #3022, #3025) |
| 32 | + |
| 33 | +### Continuous Profiler |
| 34 | +* [Profiler] Refactor raw sample processing (#2917) |
| 35 | +* [Profiler] Ensure the profiler run on CentOS7 (#2950) |
| 36 | +* [Profiler] Deactivate profiling on linux if wrapper library is not used (#2967) |
| 37 | +* [Profiler] Bump libddprof to libdatadog (former libddprof) 0.7.0 (#2970) |
| 38 | +* [Profiler] Run Profiler unit tests in container in Github Actions (#2975) |
| 39 | +* [Profiler] Minor cleanup (#2977) |
| 40 | +* [Profiler] Remove shared managed code (#2978) |
| 41 | +* [Profiler] Use net6.0 for integration tests (#2987) |
| 42 | +* [Profiler] Deactivate profiler on ARM64 (#2994) |
| 43 | + |
| 44 | +### Debugger |
| 45 | +* [Debugger] Introducing the Live Debugger product (#2965) |
| 46 | +* Temporarily disable Live Debugger (#3012) |
| 47 | +* Increase WaitForExit time in `DebuggerSampleProcessHelper` (#3013) |
| 48 | + |
| 49 | +### Build / Test |
| 50 | +* Installer test tweaks (#2963) |
| 51 | +* [Test Package Versions Bump] Updating package versions (#2972) |
| 52 | +* Update vendored version of Newtonsoft.Json (#2980) |
| 53 | +* Fix Aerospike tests and convert to snapshots (#2985) |
| 54 | +* Remove confusing DD_HEADER_TAGS configuration in OwinWebApi2Tests (#2986) |
| 55 | +* Ignore `process_id` in smoke test snapshots on Linux (#3003) |
| 56 | +* [CI] Allow throughput to run on benchmark branches (#3005) |
| 57 | +* Fix the path to the native loader (#3006) |
| 58 | +* Try disabling telemetry in ci (#3010) |
| 59 | +* [Tracer] Add Fluent API to validate integration spans and produce documentation of tracing integrations -- Redo (#3011) |
| 60 | +* Downgrade version of `dotenv` installed with `fpm` (#3014) |
| 61 | +* Use macos-11 for builds instead of macos-10.15 as that is deprecated (#3035) |
| 62 | + |
| 63 | +### Miscellaneous |
| 64 | +* [CI Visibility] - Add support for CoveragePayload message pack serialization (#2969) |
| 65 | +* [CI Visibility] Send Code Coverage Payload to the agentless endpoint (#2983) |
| 66 | + |
| 67 | + |
| 68 | +[Changes since 2.12.0](https://github.com/DataDog/dd-trace-dotnet/compare/v2.12.0...v2.13.0) |
| 69 | + |
9 | 70 | ## [Release 2.12.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v2.12.0)
|
10 | 71 |
|
11 | 72 | ## Summary
|
|
0 commit comments