Skip to content

Commit 4a01063

Browse files
release: Release 6 gems
* 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)
1 parent e745deb commit 4a01063

File tree

12 files changed

+30
-6
lines changed

12 files changed

+30
-6
lines changed

instrumentation/action_mailer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-action_mailer
22

3+
### v0.2.1 / 2024-12-19
4+
5+
* (No significant changes)
6+
37
### v0.2.0 / 2024-10-22
48

59
* ADDED: Subscribe to process.action_mailer notifications

instrumentation/action_mailer/lib/opentelemetry/instrumentation/action_mailer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module ActionMailer
10-
VERSION = '0.2.0'
10+
VERSION = '0.2.1'
1111
end
1212
end
1313
end

instrumentation/action_view/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-action_view
22

3+
### v0.7.4 / 2024-12-19
4+
5+
* (No significant changes)
6+
37
### v0.7.3 / 2024-08-23
48

59
* FIXED: ActionView Support Legacy Formats

instrumentation/action_view/lib/opentelemetry/instrumentation/action_view/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module ActionView
10-
VERSION = '0.7.3'
10+
VERSION = '0.7.4'
1111
end
1212
end
1313
end

instrumentation/active_model_serializers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-active_model_serializers
22

3+
### v0.20.4 / 2024-12-19
4+
5+
* (No significant changes)
6+
37
### v0.20.3 / 2024-12-04
48

59
* FIXED: Use ActiveSupport::Notifications subscriber to serialize events.

instrumentation/active_model_serializers/lib/opentelemetry/instrumentation/active_model_serializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module ActiveModelSerializers
10-
VERSION = '0.20.3'
10+
VERSION = '0.20.4'
1111
end
1212
end
1313
end

instrumentation/active_support/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-active_support
22

3+
### v0.7.0 / 2024-12-19
4+
5+
* ADDED: Enable support for `Regexp` patterns when subscribing to Active Support's instrumentation Events
6+
37
### v0.6.0 / 2024-07-02
48

59
* BREAKING CHANGE: Custom ActiveSupport Span Names

instrumentation/active_support/lib/opentelemetry/instrumentation/active_support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module ActiveSupport
10-
VERSION = '0.6.0'
10+
VERSION = '0.7.0'
1111
end
1212
end
1313
end

instrumentation/all/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-all
22

3+
### v0.69.2 / 2024-12-19
4+
5+
* (No significant changes)
6+
37
### v0.69.1 / 2024-11-26
48

59
* (No significant changes)

instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module All
10-
VERSION = '0.69.1'
10+
VERSION = '0.69.2'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)