Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent 19c86ca commit e08a12f
Show file tree
Hide file tree
Showing 22 changed files with 136 additions and 22 deletions.
26 changes: 13 additions & 13 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/rdkafka": "0.4.7",
"instrumentation/trilogy": "0.59.3",
"instrumentation/active_support": "0.5.1",
"instrumentation/active_support": "0.6.0",
"instrumentation/action_mailer": "0.1.0",
"instrumentation/action_view": "0.7.0",
"instrumentation/action_view": "0.7.1",
"instrumentation/action_pack": "0.9.0",
"instrumentation/active_job": "0.7.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/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/net_http": "0.22.6",
"instrumentation/pg": "0.27.3",
"instrumentation/pg": "0.27.4",
"instrumentation/que": "0.8.1",
"instrumentation/rack": "0.24.5",
"instrumentation/rails": "0.30.2",
"instrumentation/grape": "0.1.8",
"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
12 changes: 12 additions & 0 deletions instrumentation/action_view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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-08-08)


### 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))


### 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.1 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down
14 changes: 14 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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-08-08)


### 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))
* 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))


### 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.4 / 2024-07-30

* FIXED: Honour dynamic changes in configuration
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.4'
VERSION = '0.7.2'
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-08-08)


### ⚠ 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-08-08)


### 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
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-08-08)


### 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.5 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down Expand Up @@ -65,4 +72,4 @@

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

* Initial release.
* Initial release.
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-08-08)


### 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-08-08)


### 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-08-08)


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

## [0.27.4](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-pg/v0.27.3...opentelemetry-instrumentation-pg/v0.27.4) (2024-08-08)


### Bug Fixes

* **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))

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

* DOCS: Add cspell to CI
Expand Down
7 changes: 7 additions & 0 deletions instrumentation/racecar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-racecar

## [0.3.3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-racecar/v0.3.2...opentelemetry-instrumentation-racecar/v0.3.3) (2024-08-08)


### Bug Fixes

* suppress header access with symbol key deprecation warning in Racecar Instrumentation ([#1040](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1040)) ([08f11ae](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/08f11aecd7e19bc50024f1979c3e6af4101b220a))

### v0.3.4 / 2024-07-09

* FIXED: Suppress header access with symbol key deprecation warning in Racecar Instrumentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Racecar
VERSION = '0.3.4'
VERSION = '0.3.3'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-rails

## [0.30.3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-rails/v0.30.2...opentelemetry-instrumentation-rails/v0.30.3) (2024-08-08)


### Bug Fixes

* **rails:** Rails instrumentation should load ActiveJob instrumentation ([#1099](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1099)) ([e8536cf](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e8536cf77f14f2a336033165248facaafdde9b9c))

### v0.31.1 / 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 Rails
VERSION = '0.31.1'
VERSION = '0.30.3'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/rdkafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-rdkafka

## [0.4.7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-rdkafka/v0.4.6...opentelemetry-instrumentation-rdkafka/v0.4.7) (2024-08-08)


### Bug Fixes

* link to rdkafka example ([c662f1c](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/c662f1c427677342bded371634d43812d3753e7d))

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

* DOCS: Link to rdkafka example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rdkafka
VERSION = '0.4.8'
VERSION = '0.4.7'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/sinatra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-sinatra

## [0.23.6](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-sinatra/v0.23.5...opentelemetry-instrumentation-sinatra/v0.23.6) (2024-08-08)


### Features

* Make Rack install optional for sinatra ([#1019](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1019)) ([08fad6e](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/08fad6e6e56c3f1ef350f75bf17a175038d177eb))

### v0.24.1 / 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 Sinatra
VERSION = '0.24.1'
VERSION = '0.23.6'
end
end
end

0 comments on commit e08a12f

Please sign in to comment.