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

### v0.9.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.9.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
VERSION = '0.9.0'
VERSION = '0.9.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_record

### v0.10.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.10.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveRecord
VERSION = '0.10.0'
VERSION = '0.10.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/active_support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_support

### v0.9.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.9.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveSupport
VERSION = '0.9.0'
VERSION = '0.9.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-anthropic

### v0.2.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.2.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Anthropic
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/aws_lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-aws_lambda

### v0.5.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.5.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module AwsLambda
VERSION = '0.5.0'
VERSION = '0.5.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/aws_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-aws_sdk

### v0.9.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.9.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module AwsSdk
VERSION = '0.9.0'
VERSION = '0.9.1'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,8 @@
### v0.17.0 / 2021-04-22

* Initial release.

### v0.24.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
* FIXED: Min OTel Ruby API 1.7
4 changes: 4 additions & 0 deletions instrumentation/bunny/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-bunny

### v0.23.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.23.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Bunny
VERSION = '0.23.0'
VERSION = '0.23.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/concurrent_ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-concurrent_ruby

### v0.23.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.23.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ConcurrentRuby
VERSION = '0.23.0'
VERSION = '0.23.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/dalli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-dalli

### v0.28.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.28.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Dalli
VERSION = '0.28.0'
VERSION = '0.28.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/delayed_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-delayed_job

### v0.24.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.24.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module DelayedJob
VERSION = '0.24.0'
VERSION = '0.24.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/ethon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-ethon

### v0.24.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.24.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Ethon
VERSION = '0.24.0'
VERSION = '0.24.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/excon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-excon

### v0.25.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.25.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Excon
VERSION = '0.25.0'
VERSION = '0.25.1'
end
end
end
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.29.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.29.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
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.29.0'
VERSION = '0.29.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-graphql

### v0.30.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.30.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module GraphQL
VERSION = '0.30.0'
VERSION = '0.30.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-grpc

### v0.3.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.3.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Grpc
VERSION = '0.3.0'
VERSION = '0.3.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/gruf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-gruf

### v0.4.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.4.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Gruf
VERSION = '0.4.0'
VERSION = '0.4.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-http

### v0.26.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.26.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module HTTP
VERSION = '0.26.0'
VERSION = '0.26.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/http_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-http_client

### v0.25.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.25.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module HttpClient
VERSION = '0.25.0'
VERSION = '0.25.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/httpx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-httpx

### v0.4.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.4.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module HTTPX
VERSION = '0.4.0'
VERSION = '0.4.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/koala/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-koala

### v0.22.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.22.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Koala
VERSION = '0.22.0'
VERSION = '0.22.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/lmdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-lmdb

### v0.24.1 / 2025-09-30

* FIXED: Min OTel Ruby API 1.7

### v0.24.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Loading