1.0.0
Upgrading
If you are using automatic instrumentation and mostly default configurations, you only need to update the version of ddtrace.
If you use custom instrumentation, additional configuration options, or have advanced usages, check out the upgrade guide for all upgrading details.
Highlights
This release brings semantic versioning to ddtrace
.
There are countless improvements since v0.54.2. Many defaults that have been updated to facilitate the onboarding experience and clean up your configuration file.
For a comprehensive guide when upgrading from 0.x to 1.0, see: https://github.com/DataDog/dd-trace-rb/blob/master/docs/UpgradeGuide.md
A special thank you goes to our 136 contributors, most of them not members of Datadog! 🙇
Changes since v1.0.0.beta2
Added
- GraphQL 2.0 support (#1982)
Changed
- AppSec: Update libddwaf to 1.3.0 (#1981)
Fixed
- Rails log correlation (#1989) (@cwoodcox)
- Resource not inherited from lazily annotated spans (#1983)
- AppSec: Query address for libddwaf (#1990)
Refactored
- Docs: Add undocumented Rake option (#1980) (@ecdemis123)
- Improvements to test suite & CI (#1970, #1974, #1991)
- Improvements to documentation (#1984)
Read the full changeset and the release milestone.