Skip to content

Commit 84f76c5

Browse files
committed
release: Release 2 gems
* opentelemetry-instrumentation-rack 0.27.1 (was 0.27.0) * opentelemetry-instrumentation-all 0.81.0 (was 0.80.0)
1 parent 986777d commit 84f76c5

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

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.81.0 / 2025-09-16
4+
5+
* ADDED: Anthropic initial instrumentation
6+
37
### v0.80.0 / 2025-08-19
48

59
ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable compatibility for Rack. This includes an integration with Action Pack (Rails) and Sinatra instrumentation libraries. [#1594](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1594)

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.80.0'
10+
VERSION = '0.81.0'
1111
end
1212
end
1313
end

instrumentation/rack/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-rack
22

3+
### v0.27.1 / 2025-09-16
4+
5+
* DOCS: Typo in Rack::Instrumentation usage example of middleware_args
6+
37
### v0.27.0 / 2025-08-19
48

59
* ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable compatibility [#1594](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1594)

instrumentation/rack/lib/opentelemetry/instrumentation/rack/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 Rack
10-
VERSION = '0.27.0'
10+
VERSION = '0.27.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)