Skip to content

Commit 16ad5df

Browse files
chore: release main
1 parent 8e778ba commit 16ad5df

File tree

30 files changed

+192
-30
lines changed

30 files changed

+192
-30
lines changed

.release-please-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"helpers/mysql": "0.1.1",
33
"helpers/sql_obfuscation": "0.1.1",
4-
"instrumentation/base": "0.22.4",
5-
"instrumentation/graphql": "0.28.2",
4+
"instrumentation/base": "0.22.5",
5+
"instrumentation/graphql": "0.28.3",
66
"instrumentation/gruf": "0.2.1",
7-
"instrumentation/racecar": "0.3.2",
7+
"instrumentation/racecar": "0.3.3",
88
"instrumentation/rake": "0.2.2",
9-
"instrumentation/rdkafka": "0.4.6",
10-
"instrumentation/trilogy": "0.59.3",
11-
"instrumentation/active_support": "0.5.1",
9+
"instrumentation/rdkafka": "0.4.7",
10+
"instrumentation/trilogy": "0.60.0",
11+
"instrumentation/active_support": "0.6.0",
1212
"instrumentation/action_mailer": "0.1.0",
13-
"instrumentation/action_view": "0.7.0",
13+
"instrumentation/action_view": "0.7.1",
1414
"instrumentation/action_pack": "0.9.0",
15-
"instrumentation/active_job": "0.7.1",
15+
"instrumentation/active_job": "0.7.2",
1616
"instrumentation/resque": "0.5.2",
1717
"instrumentation/bunny": "0.21.3",
18-
"instrumentation/active_record": "0.7.2",
18+
"instrumentation/active_record": "0.7.3",
1919
"instrumentation/aws_sdk": "0.5.2",
20-
"instrumentation/aws_lambda": "0.1.0",
20+
"instrumentation/aws_lambda": "0.1.1",
2121
"instrumentation/lmdb": "0.22.2",
2222
"instrumentation/http": "0.23.3",
2323
"instrumentation/http_client": "0.22.6",
@@ -29,21 +29,21 @@
2929
"instrumentation/delayed_job": "0.22.2",
3030
"instrumentation/ethon": "0.21.7",
3131
"instrumentation/excon": "0.22.3",
32-
"instrumentation/faraday": "0.24.4",
32+
"instrumentation/faraday": "0.24.5",
3333
"instrumentation/mongo": "0.22.3",
34-
"instrumentation/mysql2": "0.27.1",
34+
"instrumentation/mysql2": "0.28.0",
3535
"instrumentation/net_http": "0.22.6",
36-
"instrumentation/pg": "0.27.3",
36+
"instrumentation/pg": "0.28.0",
3737
"instrumentation/que": "0.8.1",
3838
"instrumentation/rack": "0.24.5",
39-
"instrumentation/rails": "0.30.2",
40-
"instrumentation/grape": "0.1.8",
39+
"instrumentation/rails": "0.30.3",
40+
"instrumentation/grape": "0.1.9",
4141
"instrumentation/redis": "0.25.6",
4242
"instrumentation/restclient": "0.22.6",
4343
"instrumentation/rspec": "0.3.3",
4444
"instrumentation/ruby_kafka": "0.21.1",
4545
"instrumentation/sidekiq": "0.25.5",
46-
"instrumentation/sinatra": "0.23.5",
46+
"instrumentation/sinatra": "0.23.6",
4747
"instrumentation/all": "0.56.0",
4848
"processor/baggage": "0.2.0",
4949
"propagator/ottrace": "0.21.2",

instrumentation/action_view/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release History: opentelemetry-instrumentation-action_view
22

3+
## [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-09-10)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
15+
16+
### Reverts
17+
18+
* "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))
19+
320
### v0.7.3 / 2024-08-23
421

522
* FIXED: ActionView Support Legacy Formats

instrumentation/action_view/lib/opentelemetry/instrumentation/action_view/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 Instrumentation
99
module ActionView
10-
VERSION = '0.7.3'
10+
VERSION = '0.7.1'
1111
end
1212
end
1313
end

instrumentation/active_job/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release History: opentelemetry-instrumentation-active_job
22

3+
## [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-09-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **active-job:** honour dynamic changes in configuration ([df6e43f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/df6e43f9a350afeca3066e2ceba0ed5112d9d47f))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* 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))
13+
* 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))
14+
15+
16+
### Performance Improvements
17+
18+
* 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))
19+
320
### v0.7.7 / 2024-08-21
421

522
* FIXED: Propagate context between enqueue and perform

instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/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 Instrumentation
99
module ActiveJob
10-
VERSION = '0.7.7'
10+
VERSION = '0.7.2'
1111
end
1212
end
1313
end

instrumentation/active_record/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History: opentelemetry-instrumentation-active_record
22

3+
## [0.7.3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_record/v0.7.2...opentelemetry-instrumentation-active_record/v0.7.3) (2024-09-10)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
311
### v0.7.4 / 2024-08-19
412

513
* FIXED: Use ActiveSupport from top-level namespace (NoMethodError on_load)

instrumentation/active_record/lib/opentelemetry/instrumentation/active_record/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 Instrumentation
99
module ActiveRecord
10-
VERSION = '0.7.4'
10+
VERSION = '0.7.3'
1111
end
1212
end
1313
end

instrumentation/active_support/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release History: opentelemetry-instrumentation-active_support
22

3+
## [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-09-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Custom ActiveSupport Span Names ([#1014](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1014))
9+
10+
### Features
11+
12+
* 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))
13+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* 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))
19+
320
### v0.6.0 / 2024-07-02
421

522
* BREAKING CHANGE: Custom ActiveSupport Span Names

instrumentation/aws_lambda/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-instrumentation-aws_lambda
22

3+
## [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-09-10)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
### v0.1.1 / 2024-07-30
411

512
* FIXED: Register lambda span

instrumentation/base/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-instrumentation-base
22

3+
## [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-09-10)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
### v0.22.6 / 2024-08-15
411

512
* FIXED: Fix the issue of wrong log msg
@@ -69,4 +76,4 @@
6976

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

72-
* Initial release.
79+
* Initial release.

0 commit comments

Comments
 (0)