Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions instrumentation/action_pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-action_pack

### v0.14.1 / 2025-10-07

* FIXED: Unify rack middleware_args

### v0.14.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionPack
VERSION = '0.14.0'
VERSION = '0.14.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_job

### v0.9.2 / 2025-10-07

* DOCS: Enhance README

### v0.9.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
VERSION = '0.9.1'
VERSION = '0.9.2'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rack

### v0.28.2 / 2025-10-07

* FIXED: Unify rack middleware_args

### v0.28.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rack
VERSION = '0.28.1'
VERSION = '0.28.2'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/sinatra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-sinatra

### v0.27.1 / 2025-10-07

* FIXED: Unify rack middleware_args

### v0.27.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Sinatra
VERSION = '0.27.0'
VERSION = '0.27.1'
end
end
end