Skip to content

Commit a174d03

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored
release: Release 5 gems (#1162)
* release: Release 4 gems * opentelemetry-helpers-sql-obfuscation 0.2.0 (was 0.1.1) * opentelemetry-instrumentation-trilogy 0.60.0 (was 0.59.3) * opentelemetry-instrumentation-mysql2 0.28.0 (was 0.27.2) * opentelemetry-instrumentation-pg 0.29.0 (was 0.28.0) * chore: Update changelogs, bump instrumentation-all * chore: Fix spelling --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 1f6659c commit a174d03

File tree

11 files changed

+243
-228
lines changed

11 files changed

+243
-228
lines changed

helpers/sql-obfuscation/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Release History: opentelemetry-helpers-sql-obfuscation
1+
# Release History: opentelemetry-helpers-sql-obfuscation
2+
3+
### v0.2.0 / 2024-09-12
4+
5+
- BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
26

37
### v0.1.1 / 2024-06-18
48

5-
* FIXED: Relax otel common gem constraints
9+
- FIXED: Relax otel common gem constraints
610

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

helpers/sql-obfuscation/lib/opentelemetry/helpers/sql_obfuscation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Helpers
99
module SqlObfuscation
10-
VERSION = '0.1.1'
10+
VERSION = '0.2.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)