Skip to content

Commit 7429182

Browse files
committed
chore: Bump all with http change, edit changelog
1 parent 35b85cc commit 7429182

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### v0.25.0 / 2025-06-17
44

5-
* ADDED: Introduce `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable to control what semantic conventions will be sent. The old conventions will be sent by default. See README for details.
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)
66

77
### v0.24.0 / 2025-01-16
88

@@ -28,44 +28,44 @@
2828

2929
### v0.23.1 / 2023-06-05
3030

31-
* FIXED: Base config options
31+
* FIXED: Base config options
3232

3333
### v0.23.0 / 2023-05-15
3434

35-
* ADDED: Add span_preprocessor hook
35+
* ADDED: Add span_preprocessor hook
3636

3737
### v0.22.0 / 2023-04-17
3838

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

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

4343
### v0.21.0 / 2023-01-14
4444

45-
* ADDED: Add request/response hooks to more http clients
46-
* DOCS: Fix gem homepage
47-
* 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
4848

4949
### v0.20.0 / 2022-06-09
5050

5151
* Upgrading Base dependency version
52-
* FIXED: Broken test file requirements
52+
* FIXED: Broken test file requirements
5353

5454
### v0.19.6 / 2022-05-05
5555

5656
* (No significant changes)
5757

5858
### v0.19.5 / 2022-05-02
5959

60-
* FIXED: RubyGems Fallback
60+
* FIXED: RubyGems Fallback
6161

6262
### v0.19.4 / 2022-02-02
6363

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

6666
### v0.19.3 / 2021-12-01
6767

68-
* 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
6969

7070
### v0.19.2 / 2021-09-29
7171

@@ -77,9 +77,9 @@
7777

7878
### v0.19.0 / 2021-06-23
7979

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

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

8484
### v0.18.0 / 2021-05-21
8585

0 commit comments

Comments
 (0)