Skip to content

Commit 92c2e65

Browse files
chore(main): release opentelemetry-instrumentation-delayed_job 0.23.0
1 parent e76e0b5 commit 92c2e65

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"instrumentation/active_model_serializers": "0.20.1",
2626
"instrumentation/concurrent_ruby": "0.21.2",
2727
"instrumentation/dalli": "0.25.0",
28-
"instrumentation/delayed_job": "0.22.1",
28+
"instrumentation/delayed_job": "0.23.0",
2929
"instrumentation/ethon": "0.21.3",
3030
"instrumentation/excon": "0.22.0",
3131
"instrumentation/faraday": "0.23.4",

instrumentation/delayed_job/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Release History: opentelemetry-instrumentation-delayed_job
22

3+
## [0.23.0](https://github.com/yoheyk/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-delayed_job-v0.22.1...opentelemetry-instrumentation-delayed_job/v0.23.0) (2024-02-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop DelayedJob ActiveRecord in Tests ([#685](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/685))
9+
* Drop support for EoL Ruby 2.7 ([#389](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/389))
10+
* Remove parent repo libraries ([#3](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/3))
11+
12+
### Features
13+
14+
* Drop support for EoL Ruby 2.7 ([#389](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/389)) ([233dfd0](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/233dfd0dae81346e9687090f9d8dfb85215e0ba7))
15+
16+
17+
### Bug Fixes
18+
19+
* Base config options ([#499](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/499)) ([7304e86](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/7304e86e9a3beba5c20f790b256bbb54469411ca))
20+
* broken test file requirements ([#1286](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/1286)) ([3ec7d8a](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/3ec7d8a456dbd3c9bbad7b397a3da8b8a311d8e3))
21+
* Drop DelayedJob ActiveRecord in Tests ([#685](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/685)) ([fc5a75f](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/fc5a75f16951ae434aa973a4ae07017fddcd38e5))
22+
* Rails 7.0.3 test suite incompatibility ([#1236](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/1236)) ([c8e89e8](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/c8e89e802bc302ede08bb33657cd3152a492fda9))
23+
* regex non-match with obfuscation limit (issue [#486](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/486)) ([#488](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/488)) ([6a9c330](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/6a9c33088c6c9f39b2bc30247a3ed825553c07d4))
24+
25+
26+
### Code Refactoring
27+
28+
* Remove parent repo libraries ([#3](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/3)) ([3e85d44](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/3e85d4436d338f326816c639cd2087751c63feb1))
29+
330
### v0.22.1 / 2023-11-23
431

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

instrumentation/delayed_job/lib/opentelemetry/instrumentation/delayed_job/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module DelayedJob
10-
VERSION = '0.22.1'
10+
VERSION = '0.23.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)