Skip to content

Commit

Permalink
release: Release 6 gems
Browse files Browse the repository at this point in the history
* opentelemetry-instrumentation-rails 0.33.2 (was 0.33.1)
* opentelemetry-instrumentation-active_support 0.7.0 (was 0.6.0)
* opentelemetry-instrumentation-active_model_serializers 0.20.4 (was 0.20.3)
* opentelemetry-instrumentation-action_mailer 0.2.1 (was 0.2.0)
* opentelemetry-instrumentation-action_view 0.7.4 (was 0.7.3)
* opentelemetry-instrumentation-all 0.69.2 (was 0.69.1)
  • Loading branch information
opentelemetrybot committed Dec 19, 2024
1 parent e745deb commit 4a01063
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 6 deletions.
4 changes: 4 additions & 0 deletions instrumentation/action_mailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-action_mailer

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

* (No significant changes)

### v0.2.0 / 2024-10-22

* ADDED: Subscribe to process.action_mailer notifications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionMailer
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/action_view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-action_view

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

* (No significant changes)

### v0.7.3 / 2024-08-23

* FIXED: ActionView Support Legacy Formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionView
VERSION = '0.7.3'
VERSION = '0.7.4'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/active_model_serializers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_model_serializers

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

* (No significant changes)

### v0.20.3 / 2024-12-04

* FIXED: Use ActiveSupport::Notifications subscriber to serialize events.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveModelSerializers
VERSION = '0.20.3'
VERSION = '0.20.4'
end
end
end
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/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-all

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

* (No significant changes)

### v0.69.1 / 2024-11-26

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module All
VERSION = '0.69.1'
VERSION = '0.69.2'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rails

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

* (No significant changes)

### v0.33.1 / 2024-11-26

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rails
VERSION = '0.33.1'
VERSION = '0.33.2'
end
end
end

0 comments on commit 4a01063

Please sign in to comment.