Skip to content

Commit ed7f8fa

Browse files
chore: release main
1 parent 35ddf66 commit ed7f8fa

File tree

16 files changed

+88
-15
lines changed

16 files changed

+88
-15
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"instrumentation/base": "0.22.4",
55
"instrumentation/graphql": "0.28.2",
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",
9+
"instrumentation/rdkafka": "0.4.7",
1010
"instrumentation/trilogy": "0.59.3",
11-
"instrumentation/active_support": "0.5.1",
11+
"instrumentation/active_support": "0.6.0",
1212
"instrumentation/action_mailer": "0.1.0",
1313
"instrumentation/action_view": "0.7.0",
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",
1818
"instrumentation/active_record": "0.7.2",
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",
3434
"instrumentation/mysql2": "0.27.1",
3535
"instrumentation/net_http": "0.22.6",
3636
"instrumentation/pg": "0.27.3",
3737
"instrumentation/que": "0.8.1",
3838
"instrumentation/rack": "0.24.5",
3939
"instrumentation/rails": "0.30.2",
40-
"instrumentation/grape": "0.1.8",
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/active_job/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_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-07-24)
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+
* 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))
11+
12+
13+
### Performance Improvements
14+
15+
* 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))
16+
317
### v0.7.3 / 2024-07-22
418

519
* FIXED: ActiveJob::Handlers.unsubscribe

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.3'
10+
VERSION = '0.7.2'
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-07-24)
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
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-07-24)
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.0 / 2024-05-11
411

512
Initial release.

instrumentation/aws_lambda/lib/opentelemetry/instrumentation/aws_lambda/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 AwsLambda
10-
VERSION = '0.1.0'
10+
VERSION = '0.1.1'
1111
end
1212
end
1313
end

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

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

512
* DOCS: Add cspell to CI

instrumentation/faraday/lib/opentelemetry/instrumentation/faraday/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 Faraday
10-
VERSION = '0.24.6'
10+
VERSION = '0.24.5'
1111
end
1212
end
1313
end

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

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

512
* ADDED: Make the install of rack instrumentation by grape instrumentation optional

instrumentation/grape/lib/opentelemetry/instrumentation/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Instrumentation
99
module Grape
1010
# Current gem version
11-
VERSION = '0.2.0'
11+
VERSION = '0.1.9'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)