Skip to content

Commit

Permalink
release: Release 2 gems
Browse files Browse the repository at this point in the history
* opentelemetry-instrumentation-active_support 0.7.0 (was 0.6.0)
* opentelemetry-instrumentation-koala 0.20.6 (was 0.20.5)
  • Loading branch information
opentelemetrybot committed Dec 19, 2024
1 parent e745deb commit 2c74439
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions instrumentation/active_support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_support

### v0.7.0 / 2024-12-19

* ADDED: Enable support for `Regexp` patterns when subscribing to Active Support's instrumentation Events

### v0.6.0 / 2024-07-02

* BREAKING CHANGE: Custom ActiveSupport Span Names
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveSupport
VERSION = '0.6.0'
VERSION = '0.7.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/koala/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-koala

### v0.20.6 / 2024-12-19

* FIXED: Loosen the koala pin to ~> 3.0

### v0.20.5 / 2024-06-18

* FIXED: Relax otel common gem constraints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Koala
VERSION = '0.20.5'
VERSION = '0.20.6'
end
end
end

0 comments on commit 2c74439

Please sign in to comment.