Skip to content

Commit 3cf3c24

Browse files
chore: release main
1 parent a324938 commit 3cf3c24

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"instrumentation/rake": "0.2.2",
99
"instrumentation/rdkafka": "0.4.6",
1010
"instrumentation/trilogy": "0.59.3",
11-
"instrumentation/active_support": "0.5.1",
11+
"instrumentation/active_support": "0.5.2",
1212
"instrumentation/action_mailer": "0.1.0",
1313
"instrumentation/action_view": "0.7.0",
1414
"instrumentation/action_pack": "0.9.0",
@@ -29,7 +29,7 @@
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",

instrumentation/active_support/CHANGELOG.md

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

3+
## [0.5.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_support/v0.5.1...opentelemetry-instrumentation-active_support/v0.5.2) (2024-06-20)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
### v0.5.2 / 2024-06-20
416

517
* ADDED: ActiveSupport user specified span kind

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-06-20)
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

0 commit comments

Comments
 (0)