Skip to content

Commit b60b724

Browse files
chore: release main
1 parent e745deb commit b60b724

File tree

8 files changed

+36
-7
lines changed

8 files changed

+36
-7
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"instrumentation/action_pack": "0.10.0",
66
"instrumentation/action_view": "0.7.3",
77
"instrumentation/active_job": "0.7.8",
8-
"instrumentation/active_model_serializers": "0.20.2",
8+
"instrumentation/active_model_serializers": "0.20.3",
99
"instrumentation/active_record": "0.8.1",
10-
"instrumentation/active_support": "0.6.0",
10+
"instrumentation/active_support": "0.6.1",
1111
"instrumentation/all": "0.69.0",
1212
"instrumentation/aws_lambda": "0.1.1",
1313
"instrumentation/aws_sdk": "0.7.0",
@@ -18,14 +18,14 @@
1818
"instrumentation/delayed_job": "0.22.4",
1919
"instrumentation/ethon": "0.21.8",
2020
"instrumentation/excon": "0.22.4",
21-
"instrumentation/faraday": "0.24.6",
21+
"instrumentation/faraday": "0.24.7",
2222
"instrumentation/grape": "0.2.0",
2323
"instrumentation/graphql": "0.28.4",
2424
"instrumentation/gruf": "0.2.1",
2525
"instrumentation/http": "0.23.4",
2626
"instrumentation/http_client": "0.22.7",
2727
"instrumentation/httpx": "0.1.2",
28-
"instrumentation/koala": "0.20.5",
28+
"instrumentation/koala": "0.20.6",
2929
"instrumentation/lmdb": "0.22.3",
3030
"instrumentation/mongo": "0.22.4",
3131
"instrumentation/mysql2": "0.28.0",

instrumentation/active_model_serializers/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-instrumentation-active_model_serializers
22

3+
## [0.20.3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_model_serializers/v0.20.2...opentelemetry-instrumentation-active_model_serializers/v0.20.3) (2024-12-19)
4+
5+
6+
### Bug Fixes
7+
8+
* use AS::N subscriber for serialize events ([#1075](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1075)) ([92d59eb](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/92d59eb33cf7fd58242cde22a7346960078ff29f))
9+
310
### v0.20.3 / 2024-12-04
411

512
* FIXED: Use ActiveSupport::Notifications subscriber to serialize events.

instrumentation/active_support/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-instrumentation-active_support
22

3+
## [0.6.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_support/v0.6.0...opentelemetry-instrumentation-active_support/v0.6.1) (2024-12-19)
4+
5+
6+
### Features
7+
8+
* Enable support for `Regexp` patterns when subscribing to Active Support's instrumentation Events ([#1296](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1296)) ([e745deb](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e745deb683add11358ae3418c609236fe9d5f3b6))
9+
310
### v0.6.0 / 2024-07-02
411

512
* BREAKING CHANGE: Custom ActiveSupport Span Names

instrumentation/active_support/lib/opentelemetry/instrumentation/active_support/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module ActiveSupport
10-
VERSION = '0.6.0'
10+
VERSION = '0.6.1'
1111
end
1212
end
1313
end

instrumentation/faraday/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History: opentelemetry-instrumentation-faraday
22

3+
## [0.24.7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-faraday/v0.24.6...opentelemetry-instrumentation-faraday/v0.24.7) (2024-12-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Share Faraday Attrs with Adapter Spans ([#1266](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1266)) ([8def74b](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/8def74bdce00565fc9805eb601f74763cebc224e))
9+
310
### v0.24.8 / 2024-12-17
411

512
* FIXED: Share Faraday Attrs with Adapter Spans

instrumentation/faraday/lib/opentelemetry/instrumentation/faraday/version.rb

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

instrumentation/koala/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History: opentelemetry-instrumentation-koala
22

3+
## [0.20.6](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-koala/v0.20.5...opentelemetry-instrumentation-koala/v0.20.6) (2024-12-19)
4+
5+
6+
### Bug Fixes
7+
8+
* loosen koala pin to ~> 3.0 ([e3975ae](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e3975ae11779779757fa78b6c701b3435bb24b70))
9+
* loosen the koala pin to ~> 3.0 ([#1309](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1309)) ([e3975ae](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e3975ae11779779757fa78b6c701b3435bb24b70))
10+
311
### v0.20.5 / 2024-06-18
412

513
* FIXED: Relax otel common gem constraints

instrumentation/koala/lib/opentelemetry/instrumentation/koala/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module Koala
10-
VERSION = '0.20.5'
10+
VERSION = '0.20.6'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)