opentelemetry-instrumentation-active_job 0.9.2 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/opentelemetry/instrumentation/active_job/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aefa4c941bca92cef62c15c9ef806c052e8d8106ab65b8ccb59b5c63760322fa
|
|
4
|
+
data.tar.gz: f60418c505e89b99fb6d0fcace24e8c131a138513d0157389a2b14d99d1105b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a0f4a9fb76352501cd75053e020d920f50baae7c91f6d14139202ae2c51eca46722d5f5c4d612d9e291d43a4d50ee497f65f50d98526376231e4f4ef38a9271
|
|
7
|
+
data.tar.gz: 0d41cdc50b6c1c32183f18c30a848ceaff8eb08e641bb937371edd7762697593b23f50987bd7794d8bbb830429e9019a03d9a69a7eda96bea2f570d5643027ba
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Release History: opentelemetry-instrumentation-active_job
|
|
2
2
|
|
|
3
|
+
### v0.10.1 / 2025-10-22
|
|
4
|
+
|
|
5
|
+
* FIXED: Update opentelemetry-instrumentation-base dependency
|
|
6
|
+
|
|
7
|
+
### v0.10.0 / 2025-10-21
|
|
8
|
+
|
|
9
|
+
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
|
|
10
|
+
|
|
11
|
+
* ADDED: Min Ruby Version 3.2 and Rails 7.1
|
|
12
|
+
|
|
3
13
|
### v0.9.2 / 2025-10-07
|
|
4
14
|
|
|
5
15
|
* DOCS: Enhance README
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opentelemetry-instrumentation-active_job
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenTelemetry Authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-10-
|
|
11
|
+
date: 2025-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: opentelemetry-instrumentation-base
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.25'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.
|
|
26
|
+
version: '0.25'
|
|
27
27
|
description: ActiveJob instrumentation for the OpenTelemetry framework
|
|
28
28
|
email:
|
|
29
29
|
- cncf-opentelemetry-contributors@lists.cncf.io
|
|
@@ -50,10 +50,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
|
50
50
|
licenses:
|
|
51
51
|
- Apache-2.0
|
|
52
52
|
metadata:
|
|
53
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_job/0.
|
|
53
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_job/0.10.1/file/CHANGELOG.md
|
|
54
54
|
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/active_job
|
|
55
55
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
|
56
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_job/0.
|
|
56
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_job/0.10.1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
59
59
|
require_paths:
|
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
requirements:
|
|
63
63
|
- - ">="
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version: '3.
|
|
65
|
+
version: '3.2'
|
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - ">="
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.
|
|
72
|
+
rubygems_version: 3.4.19
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: ActiveJob instrumentation for the OpenTelemetry framework
|