opentelemetry-instrumentation-concurrent_ruby 0.24.0 → 0.25.0
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 +73 -72
- data/lib/opentelemetry/instrumentation/concurrent_ruby/version.rb +1 -1
- metadata +7 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5c72b2f66842eda74faf939500fee1d80ea0c5bb558e1829f31935c1aa2571d
|
|
4
|
+
data.tar.gz: e33309c9fe40424d2dc8cda5ee7bc231ba65ff1b658375df9dc16c3a6029c473
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 727467efd348ecd66815e6b4dd17812fc25eb17c8f382e21c2e154a1212acfe5c8edba612ac0066345cffdd323cc467409ddaeb77de421c2da95b7f548822644
|
|
7
|
+
data.tar.gz: cd1376dc02148ded89dd49c1efccf5cf2fcfb2c650daddd2110e4792c110f376a226eb11306e0bf7f33cd6c699bdc560cdafe7e63ae70d74486678af8017f956
|
data/CHANGELOG.md
CHANGED
|
@@ -1,135 +1,136 @@
|
|
|
1
1
|
# Release History: opentelemetry-instrumentation-concurrent_ruby
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## v0.25.0 / 2026-04-14
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
- BREAKING CHANGE: Min Ruby Version 3.3 (#2125)
|
|
6
|
+
- ADDED: Min Ruby Version 3.3 (#2125)
|
|
7
|
+
- ADDED: Add release tag into source code url of gem metadata (#1984)
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
## v0.24.0 / 2025-10-22
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
- BREAKING CHANGE: Min Ruby Version 3.2
|
|
12
|
+
- ADDED: Min Ruby Version 3.2
|
|
10
13
|
|
|
11
|
-
|
|
14
|
+
## v0.23.1 / 2025-09-30
|
|
12
15
|
|
|
13
|
-
|
|
16
|
+
- FIXED: Min OTel Ruby API 1.7
|
|
14
17
|
|
|
15
|
-
|
|
18
|
+
## v0.23.0 / 2025-09-30
|
|
16
19
|
|
|
17
|
-
|
|
20
|
+
- ADDED: Bump minimum API Version to 1.7
|
|
18
21
|
|
|
19
|
-
|
|
22
|
+
## v0.22.0 / 2025-01-16
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
- BREAKING CHANGE: Set minimum supported version to Ruby 3.1
|
|
25
|
+
- ADDED: Set minimum supported version to Ruby 3.1
|
|
22
26
|
|
|
23
|
-
|
|
27
|
+
## v0.21.4 / 2024-07-23
|
|
24
28
|
|
|
25
|
-
|
|
29
|
+
- DOCS: Add cspell to CI
|
|
26
30
|
|
|
27
|
-
|
|
31
|
+
## v0.21.3 / 2024-04-30
|
|
28
32
|
|
|
29
|
-
|
|
33
|
+
- FIXED: Bundler conflict warnings
|
|
30
34
|
|
|
31
|
-
|
|
35
|
+
## v0.21.2 / 2023-11-23
|
|
32
36
|
|
|
33
|
-
|
|
37
|
+
- CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
|
|
34
38
|
|
|
35
|
-
|
|
39
|
+
## v0.21.1 / 2023-06-05
|
|
36
40
|
|
|
37
|
-
|
|
41
|
+
- FIXED: Base config options
|
|
38
42
|
|
|
39
|
-
|
|
43
|
+
## v0.21.0 / 2023-04-17
|
|
40
44
|
|
|
41
|
-
|
|
45
|
+
- BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
|
46
|
+
- ADDED: Drop support for EoL Ruby 2.7
|
|
42
47
|
|
|
43
|
-
|
|
48
|
+
## v0.20.1 / 2023-01-14
|
|
44
49
|
|
|
45
|
-
|
|
50
|
+
- DOCS: Fix gem homepage
|
|
51
|
+
- DOCS: More gem documentation fixes
|
|
46
52
|
|
|
47
|
-
|
|
48
|
-
* DOCS: More gem documentation fixes
|
|
53
|
+
## v0.20.0 / 2022-06-09
|
|
49
54
|
|
|
50
|
-
|
|
55
|
+
- Upgrading Base dependency version
|
|
56
|
+
- FIXED: Broken test file requirements
|
|
51
57
|
|
|
52
|
-
|
|
53
|
-
* FIXED: Broken test file requirements
|
|
58
|
+
## v0.19.3 / 2022-05-05
|
|
54
59
|
|
|
55
|
-
|
|
60
|
+
- (No significant changes)
|
|
56
61
|
|
|
57
|
-
|
|
62
|
+
## v0.19.2 / 2021-12-02
|
|
58
63
|
|
|
59
|
-
|
|
64
|
+
- (No significant changes)
|
|
60
65
|
|
|
61
|
-
|
|
66
|
+
## v0.19.1 / 2021-09-29
|
|
62
67
|
|
|
63
|
-
|
|
68
|
+
- (No significant changes)
|
|
64
69
|
|
|
65
|
-
|
|
70
|
+
## v0.19.0 / 2021-09-29
|
|
66
71
|
|
|
67
|
-
|
|
72
|
+
- ADDED: Add support for `Concurrent::Promises::Future`
|
|
68
73
|
|
|
69
|
-
|
|
74
|
+
## v0.18.2 / 2021-08-12
|
|
70
75
|
|
|
71
|
-
|
|
76
|
+
- DOCS: Update docs to rely more on environment variable configuration
|
|
72
77
|
|
|
73
|
-
|
|
78
|
+
## v0.18.1 / 2021-06-23
|
|
74
79
|
|
|
75
|
-
|
|
80
|
+
- (No significant changes)
|
|
76
81
|
|
|
77
|
-
|
|
82
|
+
## v0.18.0 / 2021-05-21
|
|
78
83
|
|
|
79
|
-
|
|
84
|
+
- ADDED: Updated API dependency for 1.0.0.rc1
|
|
80
85
|
|
|
81
|
-
|
|
86
|
+
## v0.17.0 / 2021-04-22
|
|
82
87
|
|
|
83
|
-
|
|
88
|
+
- (No significant changes)
|
|
84
89
|
|
|
85
|
-
|
|
90
|
+
## v0.16.0 / 2021-03-17
|
|
86
91
|
|
|
87
|
-
|
|
92
|
+
- FIXED: Example scripts now reference local common lib
|
|
93
|
+
- DOCS: Replace Gitter with GitHub Discussions
|
|
88
94
|
|
|
89
|
-
|
|
90
|
-
* DOCS: Replace Gitter with GitHub Discussions
|
|
95
|
+
## v0.15.0 / 2021-02-18
|
|
91
96
|
|
|
92
|
-
|
|
97
|
+
- (No significant changes)
|
|
93
98
|
|
|
94
|
-
|
|
99
|
+
## v0.14.0 / 2021-02-03
|
|
95
100
|
|
|
96
|
-
|
|
101
|
+
- (No significant changes)
|
|
97
102
|
|
|
98
|
-
|
|
103
|
+
## v0.13.0 / 2021-01-29
|
|
99
104
|
|
|
100
|
-
|
|
105
|
+
- (No significant changes)
|
|
101
106
|
|
|
102
|
-
|
|
107
|
+
## v0.12.0 / 2020-12-24
|
|
103
108
|
|
|
104
|
-
|
|
109
|
+
- (No significant changes)
|
|
105
110
|
|
|
106
|
-
|
|
111
|
+
## v0.11.0 / 2020-12-11
|
|
107
112
|
|
|
108
|
-
|
|
113
|
+
- FIXED: Copyright comments to not reference year
|
|
109
114
|
|
|
110
|
-
|
|
115
|
+
## v0.10.0 / 2020-12-03
|
|
111
116
|
|
|
112
|
-
|
|
117
|
+
- (No significant changes)
|
|
113
118
|
|
|
114
|
-
|
|
119
|
+
## v0.9.0 / 2020-11-27
|
|
115
120
|
|
|
116
|
-
|
|
121
|
+
- BREAKING CHANGE: Add timeout for force_flush and shutdown
|
|
122
|
+
- ADDED: Add timeout for force_flush and shutdown
|
|
117
123
|
|
|
118
|
-
|
|
124
|
+
## v0.8.0 / 2020-10-27
|
|
119
125
|
|
|
120
|
-
|
|
126
|
+
- BREAKING CHANGE: Move context/span methods to Trace module
|
|
127
|
+
- FIXED: Move context/span methods to Trace module
|
|
121
128
|
|
|
122
|
-
|
|
129
|
+
## v0.7.0 / 2020-10-07
|
|
123
130
|
|
|
124
|
-
|
|
131
|
+
- DOCS: Added README for concurrent ruby
|
|
132
|
+
- DOCS: Standardize top-level docs structure and readme
|
|
125
133
|
|
|
126
|
-
|
|
134
|
+
## v0.6.0 / 2020-09-10
|
|
127
135
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
* DOCS: Added README for concurrent ruby
|
|
131
|
-
* DOCS: Standardize top-level docs structure and readme
|
|
132
|
-
|
|
133
|
-
### v0.6.0 / 2020-09-10
|
|
134
|
-
|
|
135
|
-
* (No significant changes)
|
|
136
|
+
- (No significant changes)
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opentelemetry-instrumentation-concurrent_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenTelemetry Authors
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: opentelemetry-instrumentation-base
|
|
@@ -45,11 +44,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
|
45
44
|
licenses:
|
|
46
45
|
- Apache-2.0
|
|
47
46
|
metadata:
|
|
48
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-concurrent_ruby/0.
|
|
49
|
-
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/
|
|
47
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-concurrent_ruby/0.25.0/file/CHANGELOG.md
|
|
48
|
+
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-concurrent_ruby/v0.25.0/instrumentation/concurrent_ruby
|
|
50
49
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
|
51
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-concurrent_ruby/0.
|
|
52
|
-
post_install_message:
|
|
50
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-concurrent_ruby/0.25.0
|
|
53
51
|
rdoc_options: []
|
|
54
52
|
require_paths:
|
|
55
53
|
- lib
|
|
@@ -57,15 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
57
55
|
requirements:
|
|
58
56
|
- - ">="
|
|
59
57
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: '3.
|
|
58
|
+
version: '3.3'
|
|
61
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
60
|
requirements:
|
|
63
61
|
- - ">="
|
|
64
62
|
- !ruby/object:Gem::Version
|
|
65
63
|
version: '0'
|
|
66
64
|
requirements: []
|
|
67
|
-
rubygems_version:
|
|
68
|
-
signing_key:
|
|
65
|
+
rubygems_version: 4.0.6
|
|
69
66
|
specification_version: 4
|
|
70
67
|
summary: ConcurrentRuby instrumentation for the OpenTelemetry framework
|
|
71
68
|
test_files: []
|