Skip to content

Commit

Permalink
chore(main): release opentelemetry-helpers-mysql 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 21, 2024
1 parent c95e919 commit 36a2112
Show file tree
Hide file tree
Showing 3 changed files with 18 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,5 +1,5 @@
{
"helpers/mysql": "0.0.0",
"helpers/mysql": "1.0.0",
"helpers/sql_obfuscation": "0.0.0",
"instrumentation/gruf": "0.1.1",
"instrumentation/grape": "0.1.6",
Expand Down
16 changes: 16 additions & 0 deletions helpers/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release History: opentelemetry-helpers-mysql

## 1.0.0 (2024-02-21)


### ⚠ BREAKING CHANGES

* Move shared sql behavior to helper gems ([#529](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/529))

### 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))


### Code Refactoring

* Move shared sql behavior to helper gems ([#529](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/529)) ([c89d681](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/c89d6814f167f6adf3d2f1105e62e5987c8f5f49))

### v0.1.0 / 2024-02-08

Initial release.
2 changes: 1 addition & 1 deletion helpers/mysql/lib/opentelemetry/helpers/mysql/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Helpers
module MySQL
VERSION = '0.1.0'
VERSION = '1.0.0'
end
end
end

0 comments on commit 36a2112

Please sign in to comment.