Skip to content

Releases: open-telemetry/opentelemetry-ruby-contrib

opentelemetry-instrumentation-aws_sdk 0.6.0

20 Sep 00:17
2debf6f
Compare
Choose a tag to compare

v0.6.0 / 2024-09-19

  • ADDED: All AWS services emit traces

opentelemetry-instrumentation-all 0.65.0

20 Sep 00:17
2debf6f
Compare
Choose a tag to compare

v0.65.0 / 2024-09-19

  • ADDED: All AWS services emit traces

opentelemetry-instrumentation-trilogy 0.60.0

12 Sep 22:43
a174d03
Compare
Choose a tag to compare

v0.60.0 / 2024-09-12

  • BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.

opentelemetry-instrumentation-pg 0.29.0

12 Sep 22:43
a174d03
Compare
Choose a tag to compare

v0.29.0 / 2024-09-12

  • BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.

opentelemetry-instrumentation-mysql2 0.28.0

12 Sep 22:43
a174d03
Compare
Choose a tag to compare

v0.28.0 / 2024-09-12

  • BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.

opentelemetry-instrumentation-all 0.64.0

12 Sep 22:43
a174d03
Compare
Choose a tag to compare

v0.64.0 / 2024-09-12

  • BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.

opentelemetry-helpers-sql-obfuscation 0.2.0

12 Sep 22:43
a174d03
Compare
Choose a tag to compare

v0.2.0 / 2024-09-12

  • BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.

opentelemetry-instrumentation-action_view 0.7.3

25 Aug 17:42
f817d6b
Compare
Choose a tag to compare

v0.7.3 / 2024-08-23

  • FIXED: ActionView Support Legacy Formats

opentelemetry-instrumentation-active_job 0.7.7

21 Aug 17:47
e15f2d9
Compare
Choose a tag to compare

v0.7.7 / 2024-08-21

  • FIXED: Propagate context between enqueue and perform

opentelemetry-instrumentation-active_record 0.7.4

19 Aug 12:49
a564817
Compare
Choose a tag to compare

v0.7.4 / 2024-08-19

  • FIXED: Use ActiveSupport from top-level namespace (NoMethodError on_load)