|
1 | 1 | # Datadog .NET Tracer (`dd-trace-dotnet`) Release Notes
|
2 | 2 |
|
| 3 | + |
| 4 | +## [Release 2.2.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v2.2.0) |
| 5 | + |
| 6 | +## Changes |
| 7 | +* Add support for direct log submission (#2240, #2332) |
| 8 | +* Add UDS Transport (#2142) |
| 9 | +* [AppSec] Prepare the public beta of the product |
| 10 | + * Rate Limiter for appsec traces (#2350) |
| 11 | + * Conform to new standard logs docs and remove some spammy logs (#2129) |
| 12 | + * Refactoring of instrumentation gateway, call security at end request for 404 rules (#2251) |
| 13 | +* [Serverless] auto instrument lambda handler (#2233) |
| 14 | +* [AAS] Allow using custom metrics or tracing without automatic tracing (#2186) |
| 15 | +* [AAS] Azure functions enabled by default, but still unpluggable (#2326) |
| 16 | +* [AAS] Default debug logs to false (#2314) |
| 17 | +* [CLI] Invest in our CLI tool to ease onboarding |
| 18 | + * Add process checks to the CLI (#2323) |
| 19 | + * Add a test to detect when the CLI home folder is missing (#2320) |
| 20 | + * Add new command line arguments (#2295) |
| 21 | + * Migrate CLI to Spectre.Console (#2254) |
| 22 | + * Add artifact tests for the dd-trace tool artifacts (#2280) |
| 23 | +* Add SpanContext.None (#2309) |
| 24 | +* Add initial support for x-datadog-tags propagation header (horizontal propagation) (#2178) |
| 25 | +* Move some static readonly fields to const (#2292) |
| 26 | +* Documentation |
| 27 | + * Add documentation for new InstrumentationDefinitions generator (#2317, #2310) |
| 28 | + * Delete outdated blog entry (#2304) |
| 29 | +* Add TryParse function from WSTRING to int (#2369) |
| 30 | + |
| 31 | +## Fixes |
| 32 | +* Fix recording for `405 Method Not Allowed` in ASP.NET Core integration (#2333) |
| 33 | +* Add `#if NETFRAMEWORK` to System.Web integrations #2294 |
| 34 | +* Avoid potential exception in Security constructor #2235 |
| 35 | + |
| 36 | +## Build / Test |
| 37 | +* [DEPENDABOT] Ignore Patches (#2315) |
| 38 | +* [Build] Add a no-op pipeline for PRs without code changes (#2378, #2347, 2334, 2303, #2296, #2342, 2287) |
| 39 | +* [Release] Make the rellease process faster (#2377, #2375, #2351, #2346, #2335, #2279) |
| 40 | + * Make releases instant(ish) (#2324) |
| 41 | + * Automatic upload of MSIs and Nugets (#2340) |
| 42 | +* [Build] Add env variable in CI builds to select a specific ref for the continuous profiler build (#2345) |
| 43 | +* Don't install the .NET tool in the CI build (#2363) |
| 44 | +* Add retry to cosmosdb initialization (#2348) |
| 45 | +* Fix some test data (#2329) |
| 46 | +* Bump the version of SourceLink (#2319) |
| 47 | +* Use a source generator to build InstrumentationDefinitions (#2288, #2305) |
| 48 | +* Update Verify files and version (#2301) |
| 49 | +* CI Improvements (#2306) |
| 50 | +* Update TagsList generation output and add verification action (#2285) |
| 51 | +* Run adhoc throughput test (#2248) |
| 52 | +* [Test Package Versions Bump] Updating package versions (#2284) |
| 53 | +* SpanContextPropagator unit tests (#2273) |
| 54 | + |
| 55 | + |
| 56 | +[Changes since 2.1.1](https://github.com/DataDog/dd-trace-dotnet/compare/v2.1.1...v2.2.0) |
| 57 | + |
| 58 | + |
| 59 | + |
3 | 60 | ## [Release 2.1.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v2.1.0)
|
4 | 61 |
|
5 | 62 | ## Changes
|
|
0 commit comments