Skip to content

Commit 8eafa05

Browse files
authored
Merge branch 'main' into gcp-lb-propagator
2 parents ffb1fbb + a171fb1 commit 8eafa05

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.1 / 2025-04-21
4+
5+
* FIXED: Only prepend Dalli patch if binary protocol defined
6+
37
### v0.27.0 / 2025-04-15
48

59
* ADDED: Support meta protocol instrumentation

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

0 commit comments

Comments
 (0)