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/faraday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-faraday

### v0.27.0 / 2025-06-03

* ADDED: Suppress internal spans with Faraday instrumentation

### v0.26.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 Instrumentation
module Faraday
VERSION = '0.26.0'
VERSION = '0.27.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rake

### v0.3.1 / 2025-06-03

* FIXED: Handle force_flush for rake task with arguments

### v0.3.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 Instrumentation
module Rake
VERSION = '0.3.0'
VERSION = '0.3.1'
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.4.0 / 2025-06-03

* ADDED: Contribute aws eks resource detector

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

* ADDED: Contribute aws lambda 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.3.0'
VERSION = '0.4.0'
end
end
end
Expand Down