Skip to content

Commit b1750b2

Browse files
committed
release: Release 5 gems
* opentelemetry-instrumentation-aws_sdk 0.8.2 (was 0.8.1) * opentelemetry-instrumentation-http_client 0.24.0 (was 0.23.0) * opentelemetry-instrumentation-ethon 0.23.0 (was 0.22.0) * opentelemetry-instrumentation-net_http 0.23.1 (was 0.23.0) * opentelemetry-instrumentation-restclient 0.24.0 (was 0.23.0)
1 parent 98446e7 commit b1750b2

File tree

10 files changed

+25
-5
lines changed

10 files changed

+25
-5
lines changed

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

3+
### v0.8.2 / 2025-07-29
4+
5+
* FIXED: Net_http and aws_sdk ci fix
6+
37
### v0.8.1 / 2025-05-13
48

59
* DOCS: Use AWS SDK v3 in example

instrumentation/aws_sdk/lib/opentelemetry/instrumentation/aws_sdk/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 AwsSdk
10-
VERSION = '0.8.1'
10+
VERSION = '0.8.2'
1111
end
1212
end
1313
end

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

3+
### v0.23.0 / 2025-07-29
4+
5+
* ADDED: Ethon HTTP semantic convention stability migration
6+
37
### v0.22.0 / 2025-01-16
48

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

instrumentation/ethon/lib/opentelemetry/instrumentation/ethon/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 Ethon
10-
VERSION = '0.22.0'
10+
VERSION = '0.23.0'
1111
end
1212
end
1313
end

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

3+
### v0.24.0 / 2025-07-29
4+
5+
* ADDED: HTTPClient semantic convention stability migration
6+
37
### v0.23.0 / 2025-01-16
48

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

instrumentation/http_client/lib/opentelemetry/instrumentation/http_client/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 HttpClient
10-
VERSION = '0.23.0'
10+
VERSION = '0.24.0'
1111
end
1212
end
1313
end

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

3+
### v0.23.1 / 2025-07-29
4+
5+
* FIXED: Net_http and aws_sdk ci fix
6+
37
### v0.23.0 / 2025-01-16
48

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

instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Instrumentation
99
module Net
1010
module HTTP
11-
VERSION = '0.23.0'
11+
VERSION = '0.23.1'
1212
end
1313
end
1414
end

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

3+
### v0.24.0 / 2025-07-29
4+
5+
* ADDED: Rest-client HTTP semantic convention stability migration
6+
37
### v0.23.0 / 2025-01-16
48

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

instrumentation/restclient/lib/opentelemetry/instrumentation/restclient/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 RestClient
10-
VERSION = '0.23.0'
10+
VERSION = '0.24.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)