Skip to content

Commit

Permalink
chore(main): release opentelemetry-instrumentation-gruf 0.1.2
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 96f1e05
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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
13 changes: 13 additions & 0 deletions instrumentation/gruf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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-07)


### Features

* Add Gruf instrumentation ([#188](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/188)) ([ac0c3c6](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/ac0c3c698386f623cea00cb4a558f93c5fbeaba1))


### 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.1.1 / 2023-10-16

* FIXED: Remove activesupport dependency
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.1.1'
VERSION = '0.1.2'
end
end
end

0 comments on commit 96f1e05

Please sign in to comment.