Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release opentelemetry-instrumentation-gruf 0.1.2 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions instrumentation/gruf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Gruf
VERSION = '0.2.0'
VERSION = '0.1.2'
end
end
end