Skip to content
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

chore: release main #1030

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"helpers/mysql": "0.1.1",
"helpers/sql_obfuscation": "0.1.1",
"instrumentation/base": "0.22.4",
"instrumentation/graphql": "0.28.2",
"instrumentation/base": "0.22.5",
"instrumentation/graphql": "0.28.3",
"instrumentation/gruf": "0.2.1",
"instrumentation/racecar": "0.3.2",
"instrumentation/racecar": "0.3.3",
"instrumentation/rake": "0.2.2",
"instrumentation/rdkafka": "0.4.6",
"instrumentation/trilogy": "0.59.3",
"instrumentation/active_support": "0.5.1",
"instrumentation/action_mailer": "0.1.0",
"instrumentation/action_view": "0.7.0",
"instrumentation/action_pack": "0.9.0",
"instrumentation/active_job": "0.7.1",
"instrumentation/rdkafka": "0.4.7",
"instrumentation/trilogy": "0.60.0",
"instrumentation/active_support": "0.6.0",
"instrumentation/action_mailer": "0.1.1",
"instrumentation/action_view": "0.7.1",
"instrumentation/action_pack": "0.9.1",
"instrumentation/active_job": "0.7.2",
"instrumentation/resque": "0.5.2",
"instrumentation/bunny": "0.21.3",
"instrumentation/active_record": "0.7.2",
"instrumentation/aws_sdk": "0.5.2",
"instrumentation/aws_lambda": "0.1.0",
"instrumentation/active_record": "0.8.0",
"instrumentation/aws_sdk": "0.5.3",
"instrumentation/aws_lambda": "0.1.1",
"instrumentation/lmdb": "0.22.2",
"instrumentation/http": "0.23.3",
"instrumentation/http_client": "0.22.6",
Expand All @@ -29,21 +29,21 @@
"instrumentation/delayed_job": "0.22.2",
"instrumentation/ethon": "0.21.7",
"instrumentation/excon": "0.22.3",
"instrumentation/faraday": "0.24.4",
"instrumentation/faraday": "0.24.5",
"instrumentation/mongo": "0.22.3",
"instrumentation/mysql2": "0.27.1",
"instrumentation/mysql2": "0.28.0",
"instrumentation/net_http": "0.22.6",
"instrumentation/pg": "0.27.3",
"instrumentation/que": "0.8.1",
"instrumentation/rack": "0.24.5",
"instrumentation/rails": "0.30.2",
"instrumentation/grape": "0.1.8",
"instrumentation/pg": "0.28.0",
"instrumentation/que": "0.8.2",
"instrumentation/rack": "0.24.6",
"instrumentation/rails": "0.30.3",
"instrumentation/grape": "0.1.9",
"instrumentation/redis": "0.25.6",
"instrumentation/restclient": "0.22.6",
"instrumentation/rspec": "0.3.3",
"instrumentation/ruby_kafka": "0.21.1",
"instrumentation/sidekiq": "0.25.5",
"instrumentation/sinatra": "0.23.5",
"instrumentation/sinatra": "0.23.6",
"instrumentation/all": "0.56.0",
"processor/baggage": "0.2.0",
"propagator/ottrace": "0.21.2",
Expand Down
7 changes: 7 additions & 0 deletions instrumentation/action_mailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-action_mailer

## [0.1.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-action_mailer/v0.1.0...opentelemetry-instrumentation-action_mailer/v0.1.1) (2024-11-24)


### Features

* subscribe to process.action_mailer notifications ([#1185](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1185)) ([5b68a5b](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/5b68a5bb6bb7edb535bae52d7f2bbc96eb854755))

### v0.2.0 / 2024-10-22

* ADDED: Subscribe to process.action_mailer notifications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionMailer
VERSION = '0.2.0'
VERSION = '0.1.1'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/action_pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-action_pack

## [0.9.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-action_pack/v0.9.0...opentelemetry-instrumentation-action_pack/v0.9.1) (2024-11-24)


### Features

* Use Semconv Naming For ActionPack ([#1224](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1224)) ([acac4fd](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/acac4fd6b835b4ad8023e3bc6d8b454bc922c726))

### v0.10.0 / 2024-11-19

* ADDED: Use Semconv Naming For ActionPack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionPack
VERSION = '0.10.0'
VERSION = '0.9.1'
end
end
end
17 changes: 17 additions & 0 deletions instrumentation/action_view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History: opentelemetry-instrumentation-action_view

## [0.7.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-action_view/v0.7.0...opentelemetry-instrumentation-action_view/v0.7.1) (2024-11-24)


### Features

* Use Default Span Name Format ([#1039](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1039)) ([f999e70](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/f999e702430a55bc9f0fdf7b4748dc2f9b6341b8))


### Bug Fixes

* ActionView Support Legacy Formats ([#1134](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1134)) ([5a7bde5](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/5a7bde5cc4bec99823da3d00476deb7d53570c39))


### Reverts

* "feat: Use Default Span Name Format ([#1039](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1039))" ([#1107](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1107)) ([7e5c376](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/7e5c376cf8e3cfee28416b7854606a9ac3a6f964))

### v0.7.3 / 2024-08-23

* FIXED: ActionView Support Legacy Formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionView
VERSION = '0.7.3'
VERSION = '0.7.1'
end
end
end
18 changes: 18 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release History: opentelemetry-instrumentation-active_job

## [0.7.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_job/v0.7.1...opentelemetry-instrumentation-active_job/v0.7.2) (2024-11-24)


### Bug Fixes

* **active-job:** honour dynamic changes in configuration ([df6e43f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/df6e43f9a350afeca3066e2ceba0ed5112d9d47f))
* **active-job:** Honour dynamic changes in configuration ([#1079](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1079)) ([df6e43f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/df6e43f9a350afeca3066e2ceba0ed5112d9d47f))
* **active-job:** Prefix ::ActiveSupport when installing the instrumentation ([#1120](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1120)) ([c51c0ee](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/c51c0eed894429d33a4de3b8a981a84971c19611))
* **active-job:** Propagate context between enqueue and perform ([#1132](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1132)) ([9927df8](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/9927df8012a51a34653c36f373a2e8d9b19ed7cf))
* ActiveJob Propagate baggage information properly when performing ([#1214](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1214)) ([5b1c09d](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/5b1c09d2dbbd34cec698eb738fa01503e21db2cd))
* ActiveJob::Handlers.unsubscribe ([#1078](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1078)) ([8b9aba3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/8b9aba33e51f95255c9440f74664ca29ef08aed6))
* Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base ([#1104](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1104)) ([a9e6e1a](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a9e6e1a898f89ac6574a85f3f64429fbf4b457db))


### Performance Improvements

* Reduce Context Allocations in ActiveJob ([#1018](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1018)) ([989da17](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/989da17c33c345ad285f70a0821078a6e21d389d))

### v0.7.8 / 2024-10-24

* FIXED: ActiveJob Propagate baggage information properly when performing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
VERSION = '0.7.8'
VERSION = '0.7.2'
end
end
end
14 changes: 14 additions & 0 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release History: opentelemetry-instrumentation-active_record

## [0.8.0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_record/v0.7.2...opentelemetry-instrumentation-active_record/v0.8.0) (2024-11-24)


### ⚠ BREAKING CHANGES

* activerecord find_by_sql spans on Rails 7.0+ ([#1184](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1184))

### Bug Fixes

* activerecord find_by_sql spans on Rails 7.0+ ([#1184](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1184)) ([392b35e](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/392b35e78eddef5970e39e13e4cfbcbbaceb6878))
* pass block argument in ActiveRecord `find_by_sql` patch ([#1259](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1259)) ([16bef85](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/16bef8547c533e8691ef446244ba6603650e4018))
* Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base ([#1104](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1104)) ([a9e6e1a](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a9e6e1a898f89ac6574a85f3f64429fbf4b457db))
* use ActiveSupport from top-level namespace ([#1123](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1123)) ([9ce7e39](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/9ce7e3932293259e6c82cbf008722b57e4e7b41c))

### v0.8.1 / 2024-11-21

* FIXED: Pass block argument in ActiveRecord `find_by_sql` patch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveRecord
VERSION = '0.8.1'
VERSION = '0.8.0'
end
end
end
17 changes: 17 additions & 0 deletions instrumentation/active_support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History: opentelemetry-instrumentation-active_support

## [0.6.0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_support/v0.5.1...opentelemetry-instrumentation-active_support/v0.6.0) (2024-11-24)


### ⚠ BREAKING CHANGES

* Custom ActiveSupport Span Names ([#1014](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1014))

### Features

* ActiveSupport user specified span kind ([#1016](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1016)) ([a9c45e7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a9c45e7c36ffd769bb89207572ca5ebd3aa9852d))
* Custom ActiveSupport Span Names ([#1014](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1014)) ([e14d6b0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e14d6b0e69a27fd22d9bacabef3a99c32ce1fde9))


### Bug Fixes

* Include span kind in ActiveSupport Instrumentation helper ([#1036](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1036)) ([a324938](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a3249381392bbfdb7ce06a69bcc6840a0d955c7b))

### v0.6.0 / 2024-07-02

* BREAKING CHANGE: Custom ActiveSupport Span Names
Expand Down
7 changes: 7 additions & 0 deletions instrumentation/aws_lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-aws_lambda

## [0.1.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-aws_lambda/v0.1.0...opentelemetry-instrumentation-aws_lambda/v0.1.1) (2024-11-24)


### Bug Fixes

* register lambda span ([#1073](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1073)) ([e7377e0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e7377e0cb713adbacd721ea8dc0ab198f04b03cd))

### v0.1.1 / 2024-07-30

* FIXED: Register lambda span
Expand Down
8 changes: 8 additions & 0 deletions instrumentation/aws_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History: opentelemetry-instrumentation-aws_sdk

## [0.5.3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-aws_sdk/v0.5.2...opentelemetry-instrumentation-aws_sdk/v0.5.3) (2024-11-24)


### Features

* All AWS services emit traces ([#1150](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1150)) ([7671f4e](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/7671f4ee9dd37692e5f0e006ab2a263f7992dd0d))
* Integration with V3 telemetry provider ([#1186](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1186)) ([a71d905](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a71d905979982e74810e49372864580a165f08b4))

### v0.7.0 / 2024-10-08

* ADDED: Integration with V3 telemetry provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module AwsSdk
VERSION = '0.7.0'
VERSION = '0.5.3'
end
end
end
9 changes: 8 additions & 1 deletion instrumentation/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-base

## [0.22.5](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-base/v0.22.4...opentelemetry-instrumentation-base/v0.22.5) (2024-11-24)


### Bug Fixes

* fix the issue of wrong log msg ([#1105](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1105)) ([6dab627](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/6dab627424e88238d162dd21af8bf35e8a6174e3))

### v0.22.6 / 2024-08-15

* FIXED: Fix the issue of wrong log msg
Expand Down Expand Up @@ -69,4 +76,4 @@

### v0.17.0 / 2021-04-22

* Initial release.
* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module Instrumentation
VERSION = '0.22.6'
VERSION = '0.22.5'
end
end
7 changes: 7 additions & 0 deletions instrumentation/faraday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-faraday

## [0.24.5](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-faraday/v0.24.4...opentelemetry-instrumentation-faraday/v0.24.5) (2024-11-24)


### Bug Fixes

* compatibility with Faraday v1 ([#1032](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1032)) ([76c37d7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/76c37d75191dd3f9f26e08bf71ad9c5f90242540))

### v0.24.6 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Faraday
VERSION = '0.24.6'
VERSION = '0.24.5'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/grape/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-grape

## [0.1.9](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-grape/v0.1.8...opentelemetry-instrumentation-grape/v0.1.9) (2024-11-24)


### Features

* make the install of rack instrumentation by grape instrumentation optional ([#1043](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1043)) ([7dd1c5d](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/7dd1c5d3bd4c6e94268f46365343b58cb848fce1))

### v0.2.0 / 2024-07-02

* ADDED: Make the install of rack instrumentation by grape instrumentation optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Instrumentation
module Grape
# Current gem version
VERSION = '0.2.0'
VERSION = '0.1.9'
end
end
end
8 changes: 8 additions & 0 deletions instrumentation/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History: opentelemetry-instrumentation-graphql

## [0.28.3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-graphql/v0.28.2...opentelemetry-instrumentation-graphql/v0.28.3) (2024-11-24)


### Bug Fixes

* Add super calls to GraphqlTrace ([#1090](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1090)) ([117733a](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/117733a1f42b14631be3e92d4aadd092e3178da2))
* **graphql:** Add super calls to GraphqlTrace ([117733a](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/117733a1f42b14631be3e92d4aadd092e3178da2))

### v0.28.4 / 2024-07-30

* FIXED: Add super calls to GraphqlTrace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module GraphQL
VERSION = '0.28.4'
VERSION = '0.28.3'
end
end
end
11 changes: 11 additions & 0 deletions instrumentation/mysql2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History: opentelemetry-instrumentation-mysql2

## [0.28.0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-mysql2/v0.27.1...opentelemetry-instrumentation-mysql2/v0.28.0) (2024-11-24)


### ⚠ BREAKING CHANGES

* Return message when sql is over the obfuscation limit ([#1149](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1149))

### Bug Fixes

* Return message when sql is over the obfuscation limit ([#1149](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1149)) ([8e778ba](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/8e778ba768f8fb43779efadaa4223e300aff34ab))

### v0.28.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.
Expand Down
18 changes: 18 additions & 0 deletions instrumentation/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release History: opentelemetry-instrumentation-pg

## [0.28.0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-pg/v0.27.3...opentelemetry-instrumentation-pg/v0.28.0) (2024-11-24)


### ⚠ BREAKING CHANGES

* Return message when sql is over the obfuscation limit ([#1149](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1149))

### Features

* collect pg db.collection_name attribute ([#1087](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1087)) ([70fdad6](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/70fdad63cda07b976b0d0ce9c9566d5a93d1b978))


### Bug Fixes

* get correct table name if table name is quoted ([#1234](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1234)) ([192b262](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/192b26280794ffa572e9c891053adeac5c729277))
* **pg:** update versions to be tested (includes drop support for pg 1.2) ([#1108](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1108)) ([19c86ca](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/19c86ca72ae338fab29311c8a6fdcdac4410e636))
* Return message when sql is over the obfuscation limit ([#1149](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1149)) ([8e778ba](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/8e778ba768f8fb43779efadaa4223e300aff34ab))

### v0.29.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.
Expand Down
Loading