-
Notifications
You must be signed in to change notification settings - Fork 180
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
release: Release 4 gems #1161
release: Release 4 gems #1161
Conversation
* opentelemetry-helpers-sql-obfuscation 0.2.0 (was 0.1.1) * opentelemetry-instrumentation-pg 0.29.0 (was 0.28.0) * opentelemetry-instrumentation-mysql2 0.28.0 (was 0.27.2) * opentelemetry-instrumentation-trilogy 0.60.0 (was 0.59.3)
* BREAKING CHANGE: Return message when sql is over the obfuscation limit | ||
|
||
* FIXED: Return message when sql is over the obfuscation limit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arielvalentin - Is this too wordy for a changelog entry? I have another option that's a little more concise in another comment below. I think these should be edited regardless, since the same message is listed twice.
Whatever we pick, I'll apply to the other changelogs.
* BREAKING CHANGE: Return message when sql is over the obfuscation limit | |
* FIXED: Return message when sql is over the obfuscation limit | |
* BREAKING CHANGE: Return a message when sql is over the obfuscation limit. Fixes a bug that sent un-obfuscated statements when sql was over the obfuscation limit and the statement had prepended comments. |
* BREAKING CHANGE: Return message when sql is over the obfuscation limit | ||
|
||
* FIXED: Return message when sql is over the obfuscation limit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* BREAKING CHANGE: Return message when sql is over the obfuscation limit | |
* FIXED: Return message when sql is over the obfuscation limit | |
* BREAKING CHANGE: Return message when sql is over the obfuscation limit | |
* FIXED: SQL statements with prepended comments that exceeded the obfuscation limit would be sent unsanitized |
Closing, we need to update |
Release PR closed without merging. |
This pull request prepares new gem releases for the following gems:
For each gem, this pull request modifies the gem version and provides an initial changelog entry based on conventional commit messages. You can edit these changes before merging, to release a different version or to alter the changelog text.
The generated changelog entries have been copied below:
opentelemetry-helpers-sql-obfuscation
v0.2.0 / 2024-09-10
BREAKING CHANGE: Return message when sql is over the obfuscation limit
FIXED: Return message when sql is over the obfuscation limit
opentelemetry-instrumentation-pg
v0.29.0 / 2024-09-10
BREAKING CHANGE: Return message when sql is over the obfuscation limit
FIXED: Return message when sql is over the obfuscation limit
opentelemetry-instrumentation-mysql2
v0.28.0 / 2024-09-10
BREAKING CHANGE: Return message when sql is over the obfuscation limit
FIXED: Return message when sql is over the obfuscation limit
opentelemetry-instrumentation-trilogy
v0.60.0 / 2024-09-10
BREAKING CHANGE: Return message when sql is over the obfuscation limit
FIXED: Return message when sql is over the obfuscation limit