Skip to content

Commit f2e6fd8

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored andcommitted
release: Release 2 gems (open-telemetry#1508)
* release: Release 2 gems * opentelemetry-instrumentation-httpx 0.2.1 (was 0.2.0) * opentelemetry-resource-detector-aws 0.2.0 (was 0.1.0) * ci: force --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 5dc0c52 commit f2e6fd8

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

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.2.1 / 2025-04-29
4+
5+
* FIXED: Httpx instrumentation trace context propagation
6+
37
### v0.2.0 / 2025-01-16
48

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

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

resources/aws/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-resource-detector-aws
22

3+
### v0.2.0 / 2025-04-29
4+
5+
* ADDED: Contribute aws ecs resource detector
6+
37
### v0.1.0 / 2025-04-09
48

59
Initial release.

resources/aws/lib/opentelemetry/resource/detector/aws/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Resource
99
module Detector
1010
module AWS
11-
VERSION = '0.1.0'
11+
VERSION = '0.2.0'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)