Skip to content

Commit

Permalink
release: Release 5 gems (#1162)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people committed Sep 12, 2024
1 parent 1f6659c commit a174d03
Show file tree
Hide file tree
Showing 11 changed files with 243 additions and 228 deletions.
8 changes: 6 additions & 2 deletions helpers/sql-obfuscation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Release History: opentelemetry-helpers-sql-obfuscation
# Release History: opentelemetry-helpers-sql-obfuscation

### v0.2.0 / 2024-09-12

- 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.

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

* FIXED: Relax otel common gem constraints
- FIXED: Relax otel common gem constraints

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Helpers
module SqlObfuscation
VERSION = '0.1.1'
VERSION = '0.2.0'
end
end
end
Loading

0 comments on commit a174d03

Please sign in to comment.