Skip to content

Commit 62e4b1c

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored
release: Release 2 gems (#1566)
* release: Release opentelemetry-instrumentation-http 0.25.0 (was 0.24.0) * Update instrumentation/http/CHANGELOG.md * chore: Bump all with http change, edit changelog * Update instrumentation/http/CHANGELOG.md --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 7837db8 commit 62e4b1c

File tree

5 files changed

+24
-16
lines changed

5 files changed

+24
-16
lines changed

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

3+
### v0.78.0 / 2025-06-17
4+
5+
* ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable to HTTP.rb instrumentation [#1547](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1547)
6+
37
### v0.77.0 / 2025-06-03
48

59
* ADDED: Suppress internal spans with Faraday instrumentation

instrumentation/all/lib/opentelemetry/instrumentation/all/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 All
10-
VERSION = '0.77.0'
10+
VERSION = '0.78.0'
1111
end
1212
end
1313
end

instrumentation/all/opentelemetry-instrumentation-all.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
4040
spec.add_dependency 'opentelemetry-instrumentation-graphql', '~> 0.29.0'
4141
spec.add_dependency 'opentelemetry-instrumentation-grpc', '~> 0.2.0'
4242
spec.add_dependency 'opentelemetry-instrumentation-gruf', '~> 0.3.0'
43-
spec.add_dependency 'opentelemetry-instrumentation-http', '~> 0.24.0'
43+
spec.add_dependency 'opentelemetry-instrumentation-http', '~> 0.25.0'
4444
spec.add_dependency 'opentelemetry-instrumentation-http_client', '~> 0.23.0'
4545
spec.add_dependency 'opentelemetry-instrumentation-koala', '~> 0.21.0'
4646
spec.add_dependency 'opentelemetry-instrumentation-lmdb', '~> 0.23.0'

instrumentation/http/CHANGELOG.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-http
22

3+
### v0.25.0 / 2025-06-17
4+
5+
* ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable [#1547](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1547)
6+
37
### v0.24.0 / 2025-01-16
48

59
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
@@ -24,44 +28,44 @@
2428

2529
### v0.23.1 / 2023-06-05
2630

27-
* FIXED: Base config options
31+
* FIXED: Base config options
2832

2933
### v0.23.0 / 2023-05-15
3034

31-
* ADDED: Add span_preprocessor hook
35+
* ADDED: Add span_preprocessor hook
3236

3337
### v0.22.0 / 2023-04-17
3438

35-
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
39+
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
3640

37-
* ADDED: Drop support for EoL Ruby 2.7
41+
* ADDED: Drop support for EoL Ruby 2.7
3842

3943
### v0.21.0 / 2023-01-14
4044

41-
* ADDED: Add request/response hooks to more http clients
42-
* DOCS: Fix gem homepage
43-
* DOCS: More gem documentation fixes
45+
* ADDED: Add request/response hooks to more http clients
46+
* DOCS: Fix gem homepage
47+
* DOCS: More gem documentation fixes
4448

4549
### v0.20.0 / 2022-06-09
4650

4751
* Upgrading Base dependency version
48-
* FIXED: Broken test file requirements
52+
* FIXED: Broken test file requirements
4953

5054
### v0.19.6 / 2022-05-05
5155

5256
* (No significant changes)
5357

5458
### v0.19.5 / 2022-05-02
5559

56-
* FIXED: RubyGems Fallback
60+
* FIXED: RubyGems Fallback
5761

5862
### v0.19.4 / 2022-02-02
5963

60-
* FIXED: Excessive hash creation on context attr merging
64+
* FIXED: Excessive hash creation on context attr merging
6165

6266
### v0.19.3 / 2021-12-01
6367

64-
* FIXED: Change net attribute names to match the semantic conventions spec for http
68+
* FIXED: Change net attribute names to match the semantic conventions spec for http
6569

6670
### v0.19.2 / 2021-09-29
6771

@@ -73,9 +77,9 @@
7377

7478
### v0.19.0 / 2021-06-23
7579

76-
* BREAKING CHANGE: Total order constraint on span.status=
80+
* BREAKING CHANGE: Total order constraint on span.status=
7781

78-
* FIXED: Total order constraint on span.status=
82+
* FIXED: Total order constraint on span.status=
7983

8084
### v0.18.0 / 2021-05-21
8185

instrumentation/http/lib/opentelemetry/instrumentation/http/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 HTTP
10-
VERSION = '0.24.0'
10+
VERSION = '0.25.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)