Skip to content

Commit

Permalink
chore: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Sep 12, 2024
1 parent b2e4db4 commit 3c23048
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 224 deletions.
4 changes: 2 additions & 2 deletions helpers/sql-obfuscation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

### 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 unsanitized.
- 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
193 changes: 95 additions & 98 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,288 +2,285 @@

### v0.64.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 unsanitized.
- 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.63.0 / 2024-08-15

* ADDED: Collect pg db.collection_name attribute
- ADDED: Collect pg db.collection_name attribute

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

* DOCS: Add cspell to CI
- DOCS: Add cspell to CI

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

* DOCS: Fix CHANGELOGs to reflect a past breaking change
* CHANGED: Update Rails Instrumentation
* CHANGED: Update Grape Instrumentation
* CHANGED: Update Sinatra Instrumentation
- DOCS: Fix CHANGELOGs to reflect a past breaking change
- CHANGED: Update Rails Instrumentation
- CHANGED: Update Grape Instrumentation
- CHANGED: Update Sinatra Instrumentation

### v0.61.0 / 2024-06-04

* ADDED: Add aws lambda to instrumentation-all
* FIXED: Add action_mailer to rails and all
- ADDED: Add aws lambda to instrumentation-all
- FIXED: Add action_mailer to rails and all

### v0.60.0 / 2024-02-20

* ADDED: Add support gruf 2.19
* ADDED: Faraday add support for internal spans
- ADDED: Add support gruf 2.19
- ADDED: Faraday add support for internal spans

### v0.59.0 / 2024-02-16

* BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
- BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).

### v0.58.0 / 2024-02-15

* CHANGED: upgrade mysql2 instrumentation
- CHANGED: upgrade mysql2 instrumentation

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

* BREAKING CHANGE: Move shared sql behavior to helper gems

- BREAKING CHANGE: Move shared sql behavior to helper gems

### v0.56.0 / 2024-01-09

* BREAKING CHANGE: Use ActiveSupport instead of patches #703
- BREAKING CHANGE: Use ActiveSupport instead of patches #703

### v0.55.0 / 2024-01-06

* CHANGED: Upgrade Trilogy and Rack [#796](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/796)
- CHANGED: Upgrade Trilogy and Rack [#796](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/796)

### v0.54.0 / 2023-11-28

* ADDED: Updated excon to include connect spans
- ADDED: Updated excon to include connect spans

### v0.53.0 / 2023-11-28

* CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)
- CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)

### v0.52.0 / 2023-11-21

* BREAKING CHANGE: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
* BREAKING CHANGE: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)
- BREAKING CHANGE: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
- BREAKING CHANGE: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)

* CHANGED: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
* CHANGED: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)
- CHANGED: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
- CHANGED: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)

### v0.51.1 / 2023-10-27

* ADDED: Instrument connect and ping (Trilogy)
- ADDED: Instrument connect and ping (Trilogy)

### v0.51.0 / 2023-10-16

* CHANGED: See [#695](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/695) for details
- CHANGED: See [#695](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/695) for details

### v0.50.1 / 2023-09-07

* BREAKING CHANGE: Align messaging instrumentation operation names (Resque)
- BREAKING CHANGE: Align messaging instrumentation operation names (Resque)

### v0.50.0 / 2023-09-07

* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
- BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)

### v0.40.0 / 2023-08-07

* ADDED: Add Gruf instrumentation
- ADDED: Add Gruf instrumentation

### v0.39.1 / 2023-06-05

* FIXED: Use latest bug fix version for all dependencies
- FIXED: Use latest bug fix version for all dependencies

### v0.39.0 / 2023-06-02

* BREAKING CHANGE: Separate logical MySQL host from connected host
* ADDED: Separate logical MySQL host from connected host
- BREAKING CHANGE: Separate logical MySQL host from connected host
- ADDED: Separate logical MySQL host from connected host

### v0.38.0 / 2023-05-31

* BREAKING CHANGE: Add database name for trilogy traces
- BREAKING CHANGE: Add database name for trilogy traces

* ADDED: Add database name for trilogy traces
- ADDED: Add database name for trilogy traces

### v0.37.0 / 2023-05-25

* ADDED: Add config[:obfuscation_limit] to pg and mysql2
* ADDED: Add Obfuscation Limit Option to Trilogy

- ADDED: Add config[:obfuscation_limit] to pg and mysql2
- ADDED: Add Obfuscation Limit Option to Trilogy

### v0.36.0 / 2023-05-18

* ADDED: GraphQL instrumentation: support new tracing API (#453)
* ADDED: Add span_preprocessor hook (#456)
* ADDED: add db.operation attribute for dalli (#458)
- ADDED: GraphQL instrumentation: support new tracing API (#453)
- ADDED: Add span_preprocessor hook (#456)
- ADDED: add db.operation attribute for dalli (#458)

### v0.35.0 / 2023-04-21

* ADDED: Re-add Grape instrumentation to opentelemetry-instrumentation-all
- ADDED: Re-add Grape instrumentation to opentelemetry-instrumentation-all

### v0.34.0 / 2023-04-17

* BREAKING CHANGE: Drop support for EoL Ruby 2.7
- BREAKING CHANGE: Drop support for EoL Ruby 2.7

* ADDED: Drop support for EoL Ruby 2.7
* ADDED: Add Grape instrumentation
- ADDED: Drop support for EoL Ruby 2.7
- ADDED: Add Grape instrumentation

### v0.33.0 / 2023-03-15

* BREAKING CHANGE: Add support for GraphQL 2.0.19
- BREAKING CHANGE: Add support for GraphQL 2.0.19

* FIXED: Add support for GraphQL 2.0.19
- FIXED: Add support for GraphQL 2.0.19

### v0.32.0 / 2023-03-13

* BREAKING CHANGE: Lock graphql max version to 2.0.17
* FIXED: Lock graphql max version to 2.0.17
* ADDED: Add with_attributes context propagation to Trilogy instrumentation
* ADDED: Add option to configure span name for trilogy
* FIXED: Ensure encoding errors handled during SQL obfuscation for Trilogy
- BREAKING CHANGE: Lock graphql max version to 2.0.17
- FIXED: Lock graphql max version to 2.0.17
- ADDED: Add with_attributes context propagation to Trilogy instrumentation
- ADDED: Add option to configure span name for trilogy
- FIXED: Ensure encoding errors handled during SQL obfuscation for Trilogy

### v0.31.0 / 2023-02-09

* BREAKING CHANGE: Drop Rails 5 support [#324](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/324)

- BREAKING CHANGE: Drop Rails 5 support [#324](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/324)

### v0.30.0 / 2023-01-31

* BREAKING CHANGE: Updates instrumentations [#303](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/303)
- BREAKING CHANGE: Updates instrumentations [#303](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/303)

### v0.29.0 / 2023-01-14

* BREAKING CHANGE: includes minor version updates in [#271](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/271)
- BREAKING CHANGE: includes minor version updates in [#271](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/271)

### v0.28.1 / 2023-01-14

* DOCS: Fix gem homepage
* DOCS: More gem documentation fixes
- DOCS: Fix gem homepage
- DOCS: More gem documentation fixes

### v0.28.0 / 2022-11-09

* ADDED: Bump minimum gem versions for opentelemetry-instrumentation-all
* ADDED: Instrumentation for racecar
* CHANGED: Update rails instrumentation
- ADDED: Bump minimum gem versions for opentelemetry-instrumentation-all
- ADDED: Instrumentation for racecar
- CHANGED: Update rails instrumentation

### v0.27.0 / 2022-10-14

* CHANGED: Update Rails instrumentation
- CHANGED: Update Rails instrumentation

### v0.26.0 / 2022-10-12

* ADDED: Upgrade min instrumentation versions See For Details https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/134
- ADDED: Upgrade min instrumentation versions See For Details https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/134

### v0.25.0 / 2022-06-09

* Bump all dependencies to use base 0.21.0
- Bump all dependencies to use base 0.21.0

### v0.24.1 / 2022-05-05

* (No significant changes)
- (No significant changes)

### v0.24.0 / 2022-05-02

* ADDED: Adds instrumentation for rdkafka
* FIXED: Add rdkafka to all
- ADDED: Adds instrumentation for rdkafka
- FIXED: Add rdkafka to all

### v0.23.0 / 2022-01-26

* ADDED: Add Trilogy Auto Instrumentation
* FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
* FIXED: add missing require for aws_sdk instrumentation #1054
- ADDED: Add Trilogy Auto Instrumentation
- FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
- FIXED: add missing require for aws_sdk instrumentation #1054

### v0.22.0 / 2021-12-01

* ADDED: Move activesupport notification subscriber out of action_view gem
- ADDED: Move activesupport notification subscriber out of action_view gem

### v0.21.3 / 2021-10-07

* (No significant changes)
- (No significant changes)

### v0.21.2 / 2021-09-29

* (No significant changes)
- (No significant changes)

### v0.21.1 / 2021-09-29

* (No significant changes)
- (No significant changes)

### v0.21.0 / 2021-09-15

* ADDED: Add Que instrumentation
- ADDED: Add Que instrumentation

### v0.20.2 / 2021-09-09

* (No significant changes)
- (No significant changes)

### v0.20.1 / 2021-08-18

* FIXED: Instrumentation all sidekiq
- FIXED: Instrumentation all sidekiq

### v0.20.0 / 2021-08-12

* ADDED: Instrument active record
* ADDED: Add ActionView instrumentation via ActiveSupport::Notifications
- ADDED: Instrument active record
- ADDED: Add ActionView instrumentation via ActiveSupport::Notifications

### v0.19.0 / 2021-06-25

* ADDED: Add resque instrumentation
* ADDED: Add ActiveJob instrumentation
* ADDED: Configuration option to enable or disable redis root spans [#777](https://github.com/open-telemetry/opentelemetry-ruby/pull/777)
* FIXED: Broken instrumentation all release
- ADDED: Add resque instrumentation
- ADDED: Add ActiveJob instrumentation
- ADDED: Configuration option to enable or disable redis root spans [#777](https://github.com/open-telemetry/opentelemetry-ruby/pull/777)
- FIXED: Broken instrumentation all release

### v0.18.0 / 2021-05-21

* ADDED: Add koala instrumentation
- ADDED: Add koala instrumentation

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

* ADDED: Add instrumentation for postgresql (pg gem)
- ADDED: Add instrumentation for postgresql (pg gem)

### v0.16.0 / 2021-03-17

* ADDED: Instrument http gem
* ADDED: Instrument lmdb gem
* FIXED: Example scripts now reference local common lib
* DOCS: Replace Gitter with GitHub Discussions
- ADDED: Instrument http gem
- ADDED: Instrument lmdb gem
- FIXED: Example scripts now reference local common lib
- DOCS: Replace Gitter with GitHub Discussions

### v0.15.0 / 2021-02-18

* ADDED: Instrument http client gem
- ADDED: Instrument http client gem

### v0.14.0 / 2021-02-03

* (No significant changes)
- (No significant changes)

### v0.13.0 / 2021-01-29

* (No significant changes)
- (No significant changes)

### v0.12.1 / 2021-01-13

* ADDED: Instrument RubyKafka
- ADDED: Instrument RubyKafka

### v0.12.0 / 2020-12-24

* ADDED: Instrument graphql
- ADDED: Instrument graphql

### v0.11.0 / 2020-12-11

* FIXED: Copyright comments to not reference year
- FIXED: Copyright comments to not reference year

### v0.10.0 / 2020-12-03

* FIXED: Otel-instrumentation-all not installing all
- FIXED: Otel-instrumentation-all not installing all

### v0.9.0 / 2020-11-27

* ADDED: Add common helpers
- ADDED: Add common helpers

### v0.8.0 / 2020-10-27

* (No significant changes)
- (No significant changes)

### v0.7.0 / 2020-10-07

* DOCS: Standardize top-level docs structure and readme
- DOCS: Standardize top-level docs structure and readme

### v0.6.0 / 2020-09-10

* Now depends on version 0.6.x of all the individual instrumentation gems.
- Now depends on version 0.6.x of all the individual instrumentation gems.
Loading

0 comments on commit 3c23048

Please sign in to comment.