Skip to content

Commit 15d33fd

Browse files
chore: release main
1 parent 989da17 commit 15d33fd

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"instrumentation/rake": "0.2.2",
99
"instrumentation/rdkafka": "0.4.6",
1010
"instrumentation/trilogy": "0.59.3",
11-
"instrumentation/active_support": "0.5.1",
11+
"instrumentation/active_support": "0.5.2",
1212
"instrumentation/action_mailer": "0.1.0",
1313
"instrumentation/action_view": "0.7.0",
1414
"instrumentation/action_pack": "0.9.0",
15-
"instrumentation/active_job": "0.7.1",
15+
"instrumentation/active_job": "0.7.2",
1616
"instrumentation/resque": "0.5.2",
1717
"instrumentation/bunny": "0.21.3",
1818
"instrumentation/active_record": "0.7.2",
@@ -29,7 +29,7 @@
2929
"instrumentation/delayed_job": "0.22.2",
3030
"instrumentation/ethon": "0.21.7",
3131
"instrumentation/excon": "0.22.3",
32-
"instrumentation/faraday": "0.24.4",
32+
"instrumentation/faraday": "0.24.5",
3333
"instrumentation/mongo": "0.22.3",
3434
"instrumentation/mysql2": "0.27.1",
3535
"instrumentation/net_http": "0.22.6",

instrumentation/active_job/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-instrumentation-active_job
22

3+
## [0.7.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_job/v0.7.1...opentelemetry-instrumentation-active_job/v0.7.2) (2024-06-20)
4+
5+
6+
### Performance Improvements
7+
8+
* Reduce Context Allocations in ActiveJob ([#1018](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1018)) ([989da17](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/989da17c33c345ad285f70a0821078a6e21d389d))
9+
310
### v0.7.1 / 2023-11-23
411

512
* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)

instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/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 ActiveJob
10-
VERSION = '0.7.1'
10+
VERSION = '0.7.2'
1111
end
1212
end
1313
end

instrumentation/active_support/CHANGELOG.md

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

3+
## [0.5.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_support/v0.5.1...opentelemetry-instrumentation-active_support/v0.5.2) (2024-06-20)
4+
5+
6+
### Features
7+
8+
* ActiveSupport user specified span kind ([#1016](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1016)) ([a9c45e7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a9c45e7c36ffd769bb89207572ca5ebd3aa9852d))
9+
10+
11+
### Bug Fixes
12+
13+
* Include span kind in ActiveSupport Instrumentation helper ([#1036](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1036)) ([a324938](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a3249381392bbfdb7ce06a69bcc6840a0d955c7b))
14+
315
### v0.5.2 / 2024-06-20
416

517
* ADDED: ActiveSupport user specified span kind

instrumentation/faraday/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-instrumentation-faraday
22

3+
## [0.24.5](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-faraday/v0.24.4...opentelemetry-instrumentation-faraday/v0.24.5) (2024-06-20)
4+
5+
6+
### Bug Fixes
7+
8+
* compatibility with Faraday v1 ([#1032](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1032)) ([76c37d7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/76c37d75191dd3f9f26e08bf71ad9c5f90242540))
9+
310
### v0.24.5 / 2024-06-20
411

512
* FIXED: Compatibility with Faraday v1

0 commit comments

Comments
 (0)