Skip to content

Commit 7ef9504

Browse files
release: Release opentelemetry-instrumentation-active_job 0.13.0 (was 0.12.0) (#2404)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 079474a commit 7ef9504

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

instrumentation/active_job/CHANGELOG.md

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

3+
## v0.13.0 / 2026-06-16
4+
5+
- ADDED: Add spans for Continuation (#2361)
6+
- ADDED: Add step.active_job span handler for Continuation
7+
38
## v0.12.0 / 2026-04-28
49

510
- BREAKING CHANGE: Min Rails 7.1 (enforced this time) (#2283)

instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/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 ActiveJob
10-
VERSION = '0.12.0'
10+
VERSION = '0.13.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)