Skip to content

Commit 369c200

Browse files
otelbot-ruby-contrib[bot]otelbot[bot]kaylareopelle
authored
release: Release 5 gems (#1644)
* release: Release 5 gems * opentelemetry-instrumentation-all 0.79.1 (was 0.79.0) * opentelemetry-instrumentation-rails 0.36.1 (was 0.36.0) * opentelemetry-instrumentation-action_pack 0.13.0 (was 0.12.3) * opentelemetry-instrumentation-sinatra 0.26.0 (was 0.25.0) * opentelemetry-instrumentation-rack 0.27.0 (was 0.26.0) * chore: Update changelog entries, versions The rails and all packages need a minor version bump due to the changes in action_pack and sinatra. The changelog entry now includes a link to the PR. * chore: Add PR to rack changelog * chore: Bump version to 0.80.0 for all --------- Co-authored-by: otelbot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent cd9772a commit 369c200

File tree

12 files changed

+77
-57
lines changed

12 files changed

+77
-57
lines changed

instrumentation/action_pack/CHANGELOG.md

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

3+
### v0.13.0 / 2025-08-19
4+
5+
* ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable compatibility for Rack integration [#1594](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1594)
6+
37
### v0.12.3 / 2025-06-16
48

59
* FIXED: Action_pack always assuming sdk spans
@@ -30,7 +34,7 @@
3034

3135
### v0.9.0 / 2024-01-09
3236

33-
* BREAKING CHANGE: Use ActiveSupport instead of patches #703
37+
* BREAKING CHANGE: Use ActiveSupport instead of patches #703
3438

3539
### v0.8.0 / 2023-11-22
3640

@@ -45,32 +49,32 @@
4549
### v0.7.0 / 2023-06-05
4650

4751
* ADDED: Use Rack Middleware Helper
48-
* FIXED: Base config options
52+
* FIXED: Base config options
4953

5054
### v0.6.0 / 2023-04-17
5155

5256
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
5357

54-
* ADDED: Drop support for EoL Ruby 2.7
58+
* ADDED: Drop support for EoL Ruby 2.7
5559

5660
### v0.5.0 / 2023-02-01
5761

58-
* BREAKING CHANGE: Drop Rails 5 Support
62+
* BREAKING CHANGE: Drop Rails 5 Support
5963

60-
* ADDED: Drop Rails 5 Support
61-
* FIXED: Drop Rails dependency for ActiveSupport Instrumentation
64+
* ADDED: Drop Rails 5 Support
65+
* FIXED: Drop Rails dependency for ActiveSupport Instrumentation
6266

6367
### v0.4.1 / 2023-01-14
6468

6569
* FIXED: String-ify code.function Span attribute
66-
* DOCS: Fix gem homepage
67-
* DOCS: More gem documentation fixes
70+
* DOCS: Fix gem homepage
71+
* DOCS: More gem documentation fixes
6872

6973
### v0.4.0 / 2022-12-06
7074

71-
* BREAKING CHANGE: Remove enable_recognize_route and span_naming options
75+
* BREAKING CHANGE: Remove enable_recognize_route and span_naming options
7276

73-
* FIXED: Remove enable_recognize_route and span_naming options
77+
* FIXED: Remove enable_recognize_route and span_naming options
7478

7579
### v0.3.2 / 2022-11-16
7680

@@ -82,29 +86,29 @@
8286

8387
### v0.3.0 / 2022-10-14
8488

85-
* ADDED: Name ActionPack spans with the HTTP method and route
89+
* ADDED: Name ActionPack spans with the HTTP method and route
8690

8791
### v0.2.1 / 2022-10-04
8892

89-
* FIXED: Ensures the correct route is add to http.route span attribute
93+
* FIXED: Ensures the correct route is add to http.route span attribute
9094

9195
### v0.2.0 / 2022-06-09
9296

9397
* Upgrading Base dependency version
94-
* FIXED: Broken test file requirements
98+
* FIXED: Broken test file requirements
9599

96100
### v0.1.4 / 2022-05-02
97101

98-
* FIXED: Use rails request's filtered path as http.target attribute
99-
* FIXED: RubyGems Fallback
102+
* FIXED: Use rails request's filtered path as http.target attribute
103+
* FIXED: RubyGems Fallback
100104

101105
### v0.1.3 / 2021-12-01
102106

103-
* FIXED: Instrumentation of Rails 7
107+
* FIXED: Instrumentation of Rails 7
104108

105109
### v0.1.2 / 2021-10-06
106110

107-
* FIXED: Prevent high cardinality rack span name as a default
111+
* FIXED: Prevent high cardinality rack span name as a default
108112

109113
### v0.1.1 / 2021-09-29
110114

instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/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 ActionPack
10-
VERSION = '0.12.3'
10+
VERSION = '0.13.0'
1111
end
1212
end
1313
end

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.80.0 / 2025-08-19
4+
5+
ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable compatibility for Rack. This includes an integration with Action Pack (Rails) and Sinatra instrumentation libraries. [#1594](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1594)
6+
37
### v0.79.0 / 2025-08-18
48

59
* ADDED: Add HTTPX instrumentation to all

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.79.0'
10+
VERSION = '0.80.0'
1111
end
1212
end
1313
end

instrumentation/all/opentelemetry-instrumentation-all.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ Gem::Specification.new do |spec|
5151
spec.add_dependency 'opentelemetry-instrumentation-pg', '~> 0.30.0'
5252
spec.add_dependency 'opentelemetry-instrumentation-que', '~> 0.9.0'
5353
spec.add_dependency 'opentelemetry-instrumentation-racecar', '~> 0.4.0'
54-
spec.add_dependency 'opentelemetry-instrumentation-rack', '~> 0.26.0'
55-
spec.add_dependency 'opentelemetry-instrumentation-rails', '~> 0.36.0'
54+
spec.add_dependency 'opentelemetry-instrumentation-rack', '~> 0.27.0'
55+
spec.add_dependency 'opentelemetry-instrumentation-rails', '~> 0.37.0'
5656
spec.add_dependency 'opentelemetry-instrumentation-rake', '~> 0.3.1'
5757
spec.add_dependency 'opentelemetry-instrumentation-rdkafka', '~> 0.7.0'
5858
spec.add_dependency 'opentelemetry-instrumentation-redis', '~> 0.26.1'
5959
spec.add_dependency 'opentelemetry-instrumentation-resque', '~> 0.6.0'
6060
spec.add_dependency 'opentelemetry-instrumentation-restclient', '~> 0.24.0'
6161
spec.add_dependency 'opentelemetry-instrumentation-ruby_kafka', '~> 0.22.0'
6262
spec.add_dependency 'opentelemetry-instrumentation-sidekiq', '~> 0.26.0'
63-
spec.add_dependency 'opentelemetry-instrumentation-sinatra', '~> 0.25.0'
63+
spec.add_dependency 'opentelemetry-instrumentation-sinatra', '~> 0.26.0'
6464
spec.add_dependency 'opentelemetry-instrumentation-trilogy', '~> 0.61.0'
6565

6666
if spec.respond_to?(:metadata)

instrumentation/rack/CHANGELOG.md

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

3+
### v0.27.0 / 2025-08-19
4+
5+
* ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable compatibility [#1594](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1594)
6+
37
### v0.26.0 / 2025-01-16
48

59
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
@@ -59,21 +63,21 @@
5963

6064
### v0.23.1 / 2023-06-05
6165

62-
* FIXED: Base config options
66+
* FIXED: Base config options
6367

6468
### v0.23.0 / 2023-04-17
6569

66-
* BREAKING CHANGE: Remove retain_middleware_names Rack Option
67-
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
70+
* BREAKING CHANGE: Remove retain_middleware_names Rack Option
71+
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
6872

69-
* ADDED: Remove retain_middleware_names Rack Option
70-
* ADDED: Drop support for EoL Ruby 2.7
71-
* ADDED: Use Rack::Events for instrumentation
73+
* ADDED: Remove retain_middleware_names Rack Option
74+
* ADDED: Drop support for EoL Ruby 2.7
75+
* ADDED: Use Rack::Events for instrumentation
7276

7377
### v0.22.1 / 2023-01-14
7478

75-
* DOCS: Fix gem homepage
76-
* DOCS: More gem documentation fixes
79+
* DOCS: Fix gem homepage
80+
* DOCS: More gem documentation fixes
7781

7882
### v0.22.0 / 2022-11-16
7983

@@ -86,17 +90,17 @@
8690
### v0.21.0 / 2022-06-09
8791

8892
* Upgrading Base dependency version
89-
* FIXED: Broken test file requirements
93+
* FIXED: Broken test file requirements
9094

9195
### v0.20.2 / 2022-05-02
9296

93-
* FIXED: Update server instrumentation to not reflect 400 status as error
97+
* FIXED: Update server instrumentation to not reflect 400 status as error
9498

9599
### v0.20.1 / 2021-12-01
96100

97-
* FIXED: [Instrumentation Rack] Log content type http header
98-
* FIXED: Use monotonic clock where possible
99-
* FIXED: Rack to stop using api env getter
101+
* FIXED: [Instrumentation Rack] Log content type http header
102+
* FIXED: Use monotonic clock where possible
103+
* FIXED: Rack to stop using api env getter
100104

101105
### v0.20.0 / 2021-10-06
102106

@@ -114,18 +118,18 @@ forwards the uri path. More details on this is available in the readme.
114118

115119
### v0.19.2 / 2021-08-18
116120

117-
* FIXED: Rack middleware assuming script_name presence
121+
* FIXED: Rack middleware assuming script_name presence
118122

119123
### v0.19.1 / 2021-08-12
120124

121-
* DOCS: Update docs to rely more on environment variable configuration
125+
* DOCS: Update docs to rely more on environment variable configuration
122126

123127
### v0.19.0 / 2021-06-23
124128

125-
* BREAKING CHANGE: Total order constraint on span.status=
129+
* BREAKING CHANGE: Total order constraint on span.status=
126130

127-
* ADDED: Add Tracer.non_recording_span to API
128-
* FIXED: Total order constraint on span.status=
131+
* ADDED: Add Tracer.non_recording_span to API
132+
* FIXED: Total order constraint on span.status=
129133

130134
### v0.18.0 / 2021-05-21
131135

instrumentation/rack/lib/opentelemetry/instrumentation/rack/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 Rack
10-
VERSION = '0.26.0'
10+
VERSION = '0.27.0'
1111
end
1212
end
1313
end

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

3+
### v0.37.0 / 2025-08-19
4+
5+
ADDED: Add action_pack `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable compatibility for Rack integration [#1594](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1594)
6+
37
### v0.36.0 / 2025-02-04
48

59
* ADDED: Add active_storage instrumentation to `rails`

instrumentation/rails/lib/opentelemetry/instrumentation/rails/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 Rails
10-
VERSION = '0.36.0'
10+
VERSION = '0.37.0'
1111
end
1212
end
1313
end

instrumentation/rails/opentelemetry-instrumentation-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727

2828
spec.add_dependency 'opentelemetry-api', '~> 1.0'
2929
spec.add_dependency 'opentelemetry-instrumentation-action_mailer', '~> 0.4.0'
30-
spec.add_dependency 'opentelemetry-instrumentation-action_pack', '~> 0.12.0'
30+
spec.add_dependency 'opentelemetry-instrumentation-action_pack', '~> 0.13.0'
3131
spec.add_dependency 'opentelemetry-instrumentation-action_view', '~> 0.9.0'
3232
spec.add_dependency 'opentelemetry-instrumentation-active_job', '~> 0.8.0'
3333
spec.add_dependency 'opentelemetry-instrumentation-active_record', '~> 0.9.0'

0 commit comments

Comments
 (0)