Skip to content

Commit e758013

Browse files
release: Release 43 gems (#1750)
1 parent 3a13234 commit e758013

File tree

152 files changed

+418
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+418
-141
lines changed

instrumentation/action_mailer/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

7-
%w[7.1.0 7.2.0].each do |version|
7+
%w[7.1.0 7.2.0 8.0.0].each do |version|
88
appraise "action_mailer-#{version}" do
99
gem 'rails', "~> #{version}"
1010
end

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

3+
### v0.6.1 / 2025-10-22
4+
5+
* FIXED: Update opentelemetry-instrumentation-base dependency
6+
37
### v0.6.0 / 2025-10-21
48

59
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1

instrumentation/action_mailer/lib/opentelemetry/instrumentation/action_mailer/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 ActionMailer
10-
VERSION = '0.6.0'
10+
VERSION = '0.6.1'
1111
end
1212
end
1313
end

instrumentation/action_mailer/opentelemetry-instrumentation-action_mailer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
2727

28-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.9'
28+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.10'
2929

3030
if spec.respond_to?(:metadata)
3131
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"

instrumentation/action_pack/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

7-
%w[7.1.0 7.2.0].each do |version|
7+
%w[7.1.0 7.2.0 8.0.0].each do |version|
88
appraise "action_pack-#{version}" do
99
gem 'rails', "~> #{version}"
1010
end

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

3+
### v0.15.1 / 2025-10-22
4+
5+
* FIXED: Update opentelemetry-instrumentation-base dependency
6+
37
### v0.15.0 / 2025-10-21
48

59
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1

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

instrumentation/action_pack/opentelemetry-instrumentation-action_pack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
2727

28-
spec.add_dependency 'opentelemetry-instrumentation-rack', '~> 0.21'
28+
spec.add_dependency 'opentelemetry-instrumentation-rack', '~> 0.29'
2929

3030
if spec.respond_to?(:metadata)
3131
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"

instrumentation/action_view/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

7-
%w[7.1.0 7.2.0].each do |version|
7+
%w[7.1.0 7.2.0 8.0.0].each do |version|
88
appraise "action_view-#{version}" do
99
gem 'rails', "~> #{version}"
1010
end

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

3+
### v0.11.1 / 2025-10-22
4+
5+
* FIXED: Update opentelemetry-instrumentation-base dependency
6+
37
### v0.11.0 / 2025-10-21
48

59
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1

0 commit comments

Comments
 (0)