1.6.0
github-actions
released this
15 Nov 18:48
·
6214 commits
to master
since this release
Added
- Trace level tags propagation in distributed tracing (#2260)
- [hanami]: Hanami 1.x instrumentation (#2230)
- [pg, mysql2]: option
comment_propagation
for SQL comment propagation, default isdisabled
(#2339)(#2324)
Changed
- [rack, sinatra]: Squash nested spans and improve patching mechanism.
No need toregister Datadog::Tracing::Contrib::Sinatra::Tracer
(#2217) - [rails, rack]: Fix Non-GET request method with rails exception controller (#2317)
- Upgrade to libdatadog 0.9.0.1.0 (#2302)
- Remove legacy profiling transport (#2062)
Fixed
- [redis]: Fix redis instance configuration, not on
client
(#2363)
# Change your code from
Datadog.configure_onto(redis.client, service_name: '...')
# to
Datadog.configure_onto(redis, service_name: '...')
- Allow
DD_TAGS
values to have the colon character (#2292) - Ensure that
TraceSegment
can be reported correctly when they are dropped (#2335) - Docs: Fixes upgrade guide on configure_onto (#2307)
- Fix environment logger with IO transport (#2313)
Read the full changeset and the release milestone