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 7, 2024
1 parent e76e0b5 commit 1f3fd20
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 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
20 changes: 19 additions & 1 deletion helpers/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Release History: opentelemetry-helpers-mysql
# Changelog

## 1.0.0 (2024-02-07)


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

## Release History: opentelemetry-helpers-mysql
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.0.0'
VERSION = '1.0.0'
end
end
end

0 comments on commit 1f3fd20

Please sign in to comment.