diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4f2fb0487..a5d20d538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "helpers/mysql": "0.0.0", "helpers/sql_obfuscation": "0.0.0", - "instrumentation/gruf": "0.1.1", + "instrumentation/gruf": "0.1.2", "instrumentation/grape": "0.1.6", "instrumentation/racecar": "0.3.0", "instrumentation/rake": "0.2.1", diff --git a/instrumentation/gruf/CHANGELOG.md b/instrumentation/gruf/CHANGELOG.md index 942d02b20..5cc1bd35a 100644 --- a/instrumentation/gruf/CHANGELOG.md +++ b/instrumentation/gruf/CHANGELOG.md @@ -1,5 +1,19 @@ # Release History: opentelemetry-instrumentation-gruf +## [0.1.2](https://github.com/yoheyk/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-gruf-v0.1.1...opentelemetry-instrumentation-gruf/v0.1.2) (2024-02-21) + + +### Features + +* Add Gruf instrumentation ([#188](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/188)) ([ac0c3c6](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/ac0c3c698386f623cea00cb4a558f93c5fbeaba1)) +* Add support gruf 2.19 ([#872](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/872)) ([6eaadb4](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/6eaadb4f924b2a85a7700ef384976c8bb7a649ea)) + + +### 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 dependence on activesupport ([#687](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/687)) ([aaac9bb](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/aaac9bbe8dc3b28cf0f5963145926f24b02a0e7d)) + ### v0.2.0 / 2024-02-20 * ADDED: Add support gruf 2.19 diff --git a/instrumentation/gruf/lib/opentelemetry/instrumentation/gruf/version.rb b/instrumentation/gruf/lib/opentelemetry/instrumentation/gruf/version.rb index 49b772fc0..6d750a29b 100644 --- a/instrumentation/gruf/lib/opentelemetry/instrumentation/gruf/version.rb +++ b/instrumentation/gruf/lib/opentelemetry/instrumentation/gruf/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module Gruf - VERSION = '0.2.0' + VERSION = '0.1.2' end end end