Skip to content

Commit 94b8066

Browse files
chore: release main
1 parent c662f1c commit 94b8066

File tree

11 files changed

+69
-10
lines changed

11 files changed

+69
-10
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
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",
@@ -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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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-15)
4+
5+
6+
### Performance Improvements
7+
8+
* 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))
9+
310
### v0.7.2 / 2024-07-02
411

512
* DOCS: Fix CHANGELOGs to reflect a past breaking change

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-15)
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/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-15)
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.5 / 2024-06-20
411

512
* FIXED: Compatibility with Faraday v1

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

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

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

512
* FIXED: Suppress header access with symbol key deprecation warning in Racecar Instrumentation

instrumentation/racecar/lib/opentelemetry/instrumentation/racecar/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 Racecar
10-
VERSION = '0.3.4'
10+
VERSION = '0.3.3'
1111
end
1212
end
1313
end

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

3+
## [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-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* link to rdkafka example ([c662f1c](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/c662f1c427677342bded371634d43812d3753e7d))
9+
310
### v0.4.7 / 2024-07-02
411

512
* DOCS: Fix CHANGELOGs to reflect a past breaking change

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

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

512
* ADDED: Make Rack install optional for sinatra

0 commit comments

Comments
 (0)