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