Changes
- Add support for direct log submission (#2240, #2332)
- Add Unix Domain Sockets (UDS) Transport (#2142)
- [AppSec] Prepare the public beta of the product
- [Serverless] auto instrument lambda handler (#2233)
- [AAS] Allow using custom metrics or tracing without automatic tracing (#2186)
- [AAS] Azure functions enabled by default, but still unpluggable (#2326)
- [AAS] Default debug logs to false (#2314)
- [CLI] Invest in our CLI tool to ease onboarding
- Add
SpanContext.None(#2309) - Add initial support for
x-datadog-tagspropagation header (horizontal propagation) (#2178) - Move some static readonly fields to const (#2292)
- Documentation
- Add TryParse function from WSTRING to int (#2369)
Fixes
- Fix recording for
405 Method Not Allowedin ASP.NET Core integration (#2333) - Add
#if NETFRAMEWORKto System.Web integrations #2294 - Avoid potential exception in Security constructor #2235
Build / Test
- [DEPENDABOT] Ignore Patches (#2315)
- [Build] Add a no-op pipeline for PRs without code changes (#2378, #2347, 2334, 2303, #2296, #2342, 2287)
- [Release] Make the rellease process faster (#2377, #2375, #2351, #2346, #2335, #2279)
- [Build] Add env variable in CI builds to select a specific ref for the continuous profiler build (#2345)
- Don't install the .NET tool in the CI build (#2363)
- Add retry to cosmosdb initialization (#2348)
- Fix some test data (#2329)
- Bump the version of SourceLink (#2319)
- Use a source generator to build InstrumentationDefinitions (#2288, #2305)
- Update Verify files and version (#2301)
- CI Improvements (#2306)
- Update TagsList generation output and add verification action (#2285)
- Run adhoc throughput test (#2248)
- [Test Package Versions Bump] Updating package versions (#2284)
- SpanContextPropagator unit tests (#2273)