Releases: doximity/ruby-activerecord-opentracing
Releases · doximity/ruby-activerecord-opentracing
v0.6.2
What's Changed
- Add database role tag to traces by @davidbrusius in #16
New Contributors
- @davidbrusius made their first contribution in #16
Full Changelog: v0.6.1...v0.6.2
v0.6.1
- Update for ruby 3.x compatibility
- Splat hash when passing method expecting keyword args
v0.6.0
Improved peer address tag to reflect the current database when using the mysql adapter
v0.5.2
- Fixed query tagging for empty queries
v0.5.1
Fixed circleci issues related to gem publishing.
v0.5.0
- Added db.query_type and db.query_category tags
- Added forwards compatibility code for the connection_config for rails 6.2
v0.4.0
- add sql sanitization