Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions instrumentation/rdkafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rdkafka

### v0.7.0 / 2025-05-06

* ADDED: Update gem version requirement of rdkafka

### v0.6.0 / 2025-02-11

* ADDED: Rdkafka support to v0.19 including
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rdkafka
VERSION = '0.6.0'
VERSION = '0.7.0'
end
end
end
4 changes: 4 additions & 0 deletions propagator/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-propagator-xray

### v0.24.0 / 2025-05-06

* ADDED: Contribute xray lambda propagator

### v0.23.0 / 2025-01-16

* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Propagator
module XRay
VERSION = '0.23.0'
VERSION = '0.24.0'
end
end
end
4 changes: 4 additions & 0 deletions resources/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-resource-detector-aws

### v0.3.0 / 2025-05-06

* ADDED: Contribute aws lambda resource detector

### v0.2.0 / 2025-04-29

* ADDED: Contribute aws ecs resource detector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Resource
module Detector
module AWS
VERSION = '0.2.0'
VERSION = '0.3.0'
end
end
end
Expand Down