Skip to content

Releases: DataDog/dd-trace-rb

0.14.1

21 Aug 22:35
951117b
Compare
Choose a tag to compare

Changed

  • Reduce verbosity of connection errors in log (#515)

Fixed

Read the full changeset and the release milestone.

0.14.0

15 Aug 18:32
a055f58
Compare
Choose a tag to compare

Added

  • RestClient integration (#422, #460)
  • DelayedJob integration (#393 #444)
  • Version information to integrations (#483)
  • Tracer#active_root_span helper (#503)

Changed

  • Resque to flush traces when Job finishes instead of using SyncWriter (#474)
  • ActiveRecord to allow configuring multiple databases (#451)
  • Integrations configuration settings (#450, #452, #451)

Fixed

  • Context propagation for distributed traces when context is full (#502)
  • Rake shutdown tracer after execution (#487) (@kissrobber)
  • Deprecation warnings fired using Unicorn (#508)

Read the full changeset and the release milestone.

0.14.0.rc1

08 Aug 20:44
03b6168
Compare
Choose a tag to compare
0.14.0.rc1 Pre-release
Pre-release

Added

  • RestClient integration (#422, #460)
  • Tracer#active_root_span helper (#503)

Fixed

  • Context propagation for distributed traces when context is full (#502)

Read the full changeset

0.13.2

07 Aug 15:19
1e5a7b8
Compare
Choose a tag to compare

Fixed

  • Context propagation for distributed traces when context is full (#502)

Read the full changeset and the release milestone.

0.14.0.beta2

25 Jul 08:39
Compare
Choose a tag to compare
0.14.0.beta2 Pre-release
Pre-release

Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.14.0.beta2

Git diff: v0.14.0.beta1...v0.14.0.beta2

Fixed

Read the full changeset

0.14.0.beta1

24 Jul 15:29
Compare
Choose a tag to compare
0.14.0.beta1 Pre-release
Pre-release

Changed

  • Resque to flush traces when Job finishes instead of using SyncWriter (#474)
  • ActiveRecord to allow configuring multiple databases (#451)
  • Integrations configuration settings (#450, #452, #451)

Fixed

  • Ruby warnings during tests (#499)
  • Tests failing intermittently on Ruby 1.9.3 (#497)

Added

  • DelayedJob integration (#393 #444)
  • Version information to integrations (#483)

Read the full changeset

0.13.1

17 Jul 17:04
e13cd29
Compare
Choose a tag to compare

Changed

Fixed

  • Workers not shutting down quickly in some short running processes (#475)
  • Missing documentation for mysql2 and Rails (#476, #488)
  • Missing variable in rescue block (#481) (@kitop)
  • Unclosed spans in ActiveSupport::Notifications with multithreading (#431, #478) (@senny)

Read the full changeset and the release milestone.

0.13.0

20 Jun 18:06
862314f
Compare
Choose a tag to compare

Changes to quantization

Quantization behavior for MongoDB can be configured: see the API documentation for Mongo

Changelog

Added

Fixed

  • Excon close spans on errors (#426) (@jeffjo)
  • Elasticsearch improve quantization of ids (#458)
  • Mongo allow enabling quantization of collection name (#463)

Refactored

  • Hash quantization into core library (#410)
  • Mongo uses Hash quantization library (#463)

Changed

  • Hash quantization truncates arrays with nested objects (#463)

Read the full changeset and the release milestone

0.12.1

12 Jun 16:40
3692677
Compare
Choose a tag to compare

Changed

  • Cache configuration Proxy objects (#446)
  • freeze more constant strings, to improve memory usage (#446)
  • Utils#truncate to use slightly less memory (#446)

Fixed

Refactored

  • ActionController patching strategy using modules. (#439)
  • ActionView tracing strategy. (#445, #447)

Read the full changeset and the release milestone.

0.13.0.beta1

08 May 19:17
a50ff58
Compare
Choose a tag to compare
0.13.0.beta1 Pre-release
Pre-release

Read the full changeset.

Added

  • Sequel integration (supporting Ruby 2.0+) (#171) (@randy-girard, @twe4ked)
  • gRPC integration (supporting Ruby 2.2+) (#379, #403) (@Jared-Prime)
  • ActiveModelSerializers integration (#340) (@sullimander)
  • Excon integration (#211) (@walterking)
  • Rake integration (supporting Ruby 2.0+, Rake 12.0+) (#409)
  • Request queuing tracing to Rack (experimental) (#272)
  • ActiveSupport::Notifications::Event helper for event tracing (#400)
  • Request and response header tags to Rack (#389)

Refactored

  • Hash quantization into core library (#410)