Skip to content

Commit

Permalink
chore(main): release opentelemetry-instrumentation-redis 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 27, 2024
1 parent 0c52658 commit e5cdbf0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"instrumentation/que": "0.7.1",
"instrumentation/rack": "0.24.0",
"instrumentation/rails": "0.30.0",
"instrumentation/redis": "0.25.3",
"instrumentation/redis": "0.26.0",
"instrumentation/restclient": "0.22.3",
"instrumentation/rspec": "0.3.2",
"instrumentation/ruby_kafka": "0.21.0",
Expand Down
19 changes: 19 additions & 0 deletions instrumentation/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release History: opentelemetry-instrumentation-redis

## [0.26.0](https://github.com/solarwinds/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-redis-v0.25.3...opentelemetry-instrumentation-redis/v0.26.0) (2024-03-27)


### ⚠ BREAKING CHANGES

* Drop support for EoL Ruby 2.7 ([#389](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/389))

### Features

* Drop support for EoL Ruby 2.7 ([#389](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/389)) ([233dfd0](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/233dfd0dae81346e9687090f9d8dfb85215e0ba7))
* redis-rb 5.0 and redis-client support ([#121](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/121)) ([0063fc1](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/0063fc10ca307d4f147ec5c0ecc1a9969b989a2f))


### Bug Fixes

* Base config options ([#499](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/499)) ([7304e86](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/7304e86e9a3beba5c20f790b256bbb54469411ca))
* regex non-match with obfuscation limit (issue [#486](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/486)) ([#488](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/488)) ([6a9c330](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/6a9c33088c6c9f39b2bc30247a3ed825553c07d4))
* Remove inline linter rules ([#608](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/608)) ([bc4a937](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/bc4a937ed2a0d1898f0f19ae45a2b3a0ef9a067c))

### v0.25.3 / 2023-08-03

* FIXED: Remove inline linter rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Redis
VERSION = '0.25.3'
VERSION = '0.26.0'
end
end
end

0 comments on commit e5cdbf0

Please sign in to comment.