Skip to content

Commit a1e5fa1

Browse files
release: Release 2 gems
* opentelemetry-instrumentation-dalli 0.27.0 (was 0.26.0) * opentelemetry-instrumentation-all 0.75.0 (was 0.74.0)
1 parent db1286a commit a1e5fa1

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.75.0 / 2025-04-15
4+
5+
* ADDED: Add `opentelemetry-instrumentation-grpc` to `-all`
6+
37
### v0.74.0 / 2025-02-11
48

59
* ADDED: Rdkafka support to v0.19 including

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

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

3+
### v0.27.0 / 2025-04-15
4+
5+
* ADDED: Support meta protocol instrumentation
6+
37
### v0.26.0 / 2025-01-16
48

59
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1

instrumentation/dalli/lib/opentelemetry/instrumentation/dalli/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 Dalli
10-
VERSION = '0.26.0'
10+
VERSION = '0.27.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)