Skip to content

Commit b3f8ad6

Browse files
release: Release 2 items (#2037)
1 parent 49b804e commit b3f8ad6

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
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.29.2 / 2026-02-27
4+
5+
* FIXED: Replace return with implicit block value in compatible block (#2029)
6+
37
### v0.29.1 / 2026-02-24
48

59
* FIXED: Skip instrumenting dalli 4.2.0 (#1982)

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

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

3+
### v0.6.1 / 2026-02-27
4+
5+
* FIXED: Httpx support to ~> 1.6 adapt to request init_time (#2030)
6+
37
### v0.6.0 / 2026-01-13
48

59
* ADDED: HTTP Client Semconv v1.17 Span Naming

instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/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 HTTPX
10-
VERSION = '0.6.0'
10+
VERSION = '0.6.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)