Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-04 | 1.0 kB | |
v1.73.2 source code.tar.gz | 2025-07-04 | 2.5 MB | |
v1.73.2 source code.zip | 2025-07-04 | 3.2 MB | |
Totals: 3 Items | 5.7 MB | 0 |
What's Changed
[!NOTE] This is a patch release of the last
v1
version before the v1 transitional releasev1.74.0
planned for May/June 2025. The Go tracer v1 transitional version is essentially a wrapper that preserves the API from v1 but uses v2 under the hood.The transitional version can co-exist with v2 in the same service, which enables you to migrate services gradually. Using the v1 transitional version - starting at
v1.74.0
- doesn’t require any code changes, but it also won’t support any new features of the new v2 tracer.The v1 transitional version is planned for release in late May/early June 2025 as v1.74.0.
Application Performance Monitoring (APM)
- fix(tracer): Baggage extraction by @mtoffl01 https://github.com/DataDog/dd-trace-go/pull/3692
- fix(internal/baggage): fix data race on baggage map read/write by @mtoffl01 https://github.com/DataDog/dd-trace-go/pull/3721
Full Changelog: https://github.com/DataDog/dd-trace-go/compare/v1.73.1...v1.73.2