Skip to content

Commit b15c934

Browse files
chore: release main
1 parent 16bef85 commit b15c934

File tree

38 files changed

+248
-38
lines changed

38 files changed

+248
-38
lines changed

.release-please-manifest.json

Lines changed: 21 additions & 21 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",
12-
"instrumentation/action_mailer": "0.1.0",
13-
"instrumentation/action_view": "0.7.0",
14-
"instrumentation/action_pack": "0.9.0",
15-
"instrumentation/active_job": "0.7.1",
9+
"instrumentation/rdkafka": "0.4.7",
10+
"instrumentation/trilogy": "0.60.0",
11+
"instrumentation/active_support": "0.6.0",
12+
"instrumentation/action_mailer": "0.1.1",
13+
"instrumentation/action_view": "0.7.1",
14+
"instrumentation/action_pack": "0.9.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",
19-
"instrumentation/aws_sdk": "0.5.2",
20-
"instrumentation/aws_lambda": "0.1.0",
18+
"instrumentation/active_record": "0.8.0",
19+
"instrumentation/aws_sdk": "0.5.3",
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",
37-
"instrumentation/que": "0.8.1",
38-
"instrumentation/rack": "0.24.5",
39-
"instrumentation/rails": "0.30.2",
40-
"instrumentation/grape": "0.1.8",
36+
"instrumentation/pg": "0.28.0",
37+
"instrumentation/que": "0.8.2",
38+
"instrumentation/rack": "0.24.6",
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_mailer/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-action_mailer
22

3+
## [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-21)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
### v0.2.0 / 2024-10-22
411

512
* ADDED: Subscribe to process.action_mailer notifications

instrumentation/action_mailer/lib/opentelemetry/instrumentation/action_mailer/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 ActionMailer
10-
VERSION = '0.2.0'
10+
VERSION = '0.1.1'
1111
end
1212
end
1313
end

instrumentation/action_pack/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-action_pack
22

3+
## [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-21)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
### v0.10.0 / 2024-11-19
411

512
* ADDED: Use Semconv Naming For ActionPack

instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/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 ActionPack
10-
VERSION = '0.10.0'
10+
VERSION = '0.9.1'
1111
end
1212
end
1313
end

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-11-21)
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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-11-21)
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 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))
13+
* 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))
14+
* 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))
15+
16+
17+
### Performance Improvements
18+
19+
* 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))
20+
321
### v0.7.8 / 2024-10-24
422

523
* FIXED: ActiveJob Propagate baggage information properly when performing

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.8'
10+
VERSION = '0.7.2'
1111
end
1212
end
1313
end

instrumentation/active_record/CHANGELOG.md

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

3+
## [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-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* activerecord find_by_sql spans on Rails 7.0+ ([#1184](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1184))
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
* 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))
14+
* 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))
15+
* 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))
16+
317
### v0.8.0 / 2024-10-22
418

519
* BREAKING CHANGE: Rename Active Record find_by_sql spans to query

0 commit comments

Comments
 (0)