Skip to content

Commit 45d0a54

Browse files
github-actions[bot]opentelemetrybotarielvalentin
authored
release: Release opentelemetry-instrumentation-active_model_serializers 0.20.3 (was 0.20.2) (#1287)
* release: Release opentelemetry-instrumentation-active_model_serializers 0.20.3 (was 0.20.2) * docs: Update instrumentation/active_model_serializers/CHANGELOG.md * ci: Workaround for JRuby Fixes #1289 * squash: Make the release tooling happy --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Ariel Valentin <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent 92d59eb commit 45d0a54

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

instrumentation/action_mailer/Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ gemspec
1111
group :test do
1212
gem 'opentelemetry-instrumentation-base', path: '../base'
1313
gem 'opentelemetry-instrumentation-active_support', path: '../active_support'
14+
# Add jar-dependencies gem only if the Ruby runtime is JRuby
15+
# https://github.com/jruby/jruby/issues/7262
16+
gem 'jar-dependencies', '0.4.1', platforms: :jruby
1417
end

instrumentation/active_model_serializers/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-active_model_serializers
22

3+
### v0.20.3 / 2024-12-04
4+
5+
* FIXED: Use ActiveSupport::Notifications subscriber to serialize events.
6+
37
### v0.20.2 / 2024-07-23
48

59
* DOCS: Add cspell to CI

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

+1-1
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.2'
10+
VERSION = '0.20.3'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)