Skip to content

Commit 7a87c31

Browse files
chore: release main
1 parent 7bda424 commit 7a87c31

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"instrumentation/action_pack": "0.10.0",
66
"instrumentation/action_view": "0.7.3",
77
"instrumentation/active_job": "0.7.8",
8-
"instrumentation/active_model_serializers": "0.20.2",
8+
"instrumentation/active_model_serializers": "0.20.3",
99
"instrumentation/active_record": "0.8.1",
1010
"instrumentation/active_support": "0.6.0",
1111
"instrumentation/all": "0.69.0",

instrumentation/active_model_serializers/CHANGELOG.md

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

3+
## [0.20.3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_model_serializers/v0.20.2...opentelemetry-instrumentation-active_model_serializers/v0.20.3) (2024-12-10)
4+
5+
6+
### Bug Fixes
7+
8+
* use AS::N subscriber for serialize events ([#1075](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1075)) ([92d59eb](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/92d59eb33cf7fd58242cde22a7346960078ff29f))
9+
310
### v0.20.3 / 2024-12-04
411

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

0 commit comments

Comments
 (0)