Skip to content

Commit

Permalink
chore(main): release opentelemetry-instrumentation-base 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 7, 2024
1 parent e76e0b5 commit ca5eb21
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"instrumentation/active_job": "0.7.1",
"instrumentation/resque": "0.5.0",
"instrumentation/bunny": "0.21.1",
"instrumentation/base": "0.22.3",
"instrumentation/base": "0.23.0",
"instrumentation/active_record": "0.7.0",
"instrumentation/aws_sdk": "0.5.0",
"instrumentation/lmdb": "0.22.1",
Expand Down
29 changes: 28 additions & 1 deletion instrumentation/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Release History: opentelemetry-instrumentation-base

## [0.23.0](https://github.com/yoheyk/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-base-v0.22.3...opentelemetry-instrumentation-base/v0.23.0) (2024-02-07)


### ⚠ BREAKING CHANGES

* GraphQL instrumentation: support new tracing API ([#453](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/453))
* Drop support for EoL Ruby 2.7 ([#389](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/389))
* Remove parent repo libraries ([#3](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/3))
* This requires upgrading both the SDK and Instrumentation gem in tandem

### Features

* 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))
* GraphQL instrumentation: support new tracing API ([#453](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/453)) ([5d87786](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/5d87786984b42e795af4646a3e9ca240c56573e9))


### Bug Fixes

* 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))
* Remove inline linter rules ([#608](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/608)) ([bc4a937](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/bc4a937ed2a0d1898f0f19ae45a2b3a0ef9a067c))


### Code Refactoring

* Remove parent repo libraries ([#3](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/3)) ([3e85d44](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/3e85d4436d338f326816c639cd2087751c63feb1))
* Use Registry Gem ([#1220](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/1220)) ([e533817](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/e533817ba387bbfd6270e5c4d0ae42452dd7d9dc))

### v0.22.3 / 2023-11-23

* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
Expand Down Expand Up @@ -56,4 +83,4 @@

### v0.17.0 / 2021-04-22

* Initial release.
* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module Instrumentation
VERSION = '0.22.3'
VERSION = '0.23.0'
end
end

0 comments on commit ca5eb21

Please sign in to comment.