opentelemetry-instrumentation-all 0.63.0 → 0.65.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49ae366b4f0fdf348ca26398fa13f00571f4072e60522713d21fe5d36045321f
4
- data.tar.gz: a6ff26bb2b60e65e2d5eaa1f630f97cc1a71c1b787803614f821e69fa5da732f
3
+ metadata.gz: ebe85cce799eef98edf510fa4cded51a69e0d39a000f233003ab81f3cc87f88a
4
+ data.tar.gz: e9f2a7a08ea64067e22f8e12af4885a2579f4be40db0cdeb436988cb58ad6d4d
5
5
  SHA512:
6
- metadata.gz: 16cb8e272ee33333338afb3ea8c05bbaa9bbb50d2faf3999d738b7ba513631d6927c091256f34a052ed74fae1f2ef6ed44d37dfa3f5350881d3b132853754cd3
7
- data.tar.gz: 47932c7cc30d4b9b3e36c1b22854a862dda4e108a9c54e9b0fe554d6b70f21d04fdbd4964a58338a61ff4b07c5e7bec9a535f78ad8a1e8d04138f1bc986a01a7
6
+ metadata.gz: 5be2e652ef65eb8f6c7ef72f0edfef600e48aa3cafe11b9d009450bdc37cdbf445d05199bdf47c1b818a5c82663da1009cac1b58aceeda36bd47f6d3f6a9dd77
7
+ data.tar.gz: 7648d2e0f4d7a83bd79dcd970f737309af3c8424a6fd70e0676bfadf71b77deba3d410951ac28ac9d9f508112f524405b0019d27dc69c1843d7896279769108e
data/CHANGELOG.md CHANGED
@@ -1,285 +1,290 @@
1
1
  # Release History: opentelemetry-instrumentation-all
2
2
 
3
+ ### v0.65.0 / 2024-09-19
4
+
5
+ * ADDED: All AWS services emit traces
6
+
7
+ ### v0.64.0 / 2024-09-12
8
+
9
+ - BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
10
+
3
11
  ### v0.63.0 / 2024-08-15
4
12
 
5
- * ADDED: Collect pg db.collection_name attribute
13
+ - ADDED: Collect pg db.collection_name attribute
6
14
 
7
15
  ### v0.62.1 / 2024-07-23
8
16
 
9
- * DOCS: Add cspell to CI
17
+ - DOCS: Add cspell to CI
10
18
 
11
19
  ### v0.62.0 / 2024-07-02
12
20
 
13
- * DOCS: Fix CHANGELOGs to reflect a past breaking change
14
- * CHANGED: Update Rails Instrumentation
15
- * CHANGED: Update Grape Instrumentation
16
- * CHANGED: Update Sinatra Instrumentation
21
+ - DOCS: Fix CHANGELOGs to reflect a past breaking change
22
+ - CHANGED: Update Rails Instrumentation
23
+ - CHANGED: Update Grape Instrumentation
24
+ - CHANGED: Update Sinatra Instrumentation
17
25
 
18
26
  ### v0.61.0 / 2024-06-04
19
27
 
20
- * ADDED: Add aws lambda to instrumentation-all
21
- * FIXED: Add action_mailer to rails and all
28
+ - ADDED: Add aws lambda to instrumentation-all
29
+ - FIXED: Add action_mailer to rails and all
22
30
 
23
31
  ### v0.60.0 / 2024-02-20
24
32
 
25
- * ADDED: Add support gruf 2.19
26
- * ADDED: Faraday add support for internal spans
33
+ - ADDED: Add support gruf 2.19
34
+ - ADDED: Faraday add support for internal spans
27
35
 
28
36
  ### v0.59.0 / 2024-02-16
29
37
 
30
- * BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
38
+ - BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
31
39
 
32
40
  ### v0.58.0 / 2024-02-15
33
41
 
34
- * CHANGED: upgrade mysql2 instrumentation
42
+ - CHANGED: upgrade mysql2 instrumentation
35
43
 
36
44
  ### v0.57.0 / 2024-02-08
37
45
 
38
- * BREAKING CHANGE: Move shared sql behavior to helper gems
39
-
46
+ - BREAKING CHANGE: Move shared sql behavior to helper gems
40
47
 
41
48
  ### v0.56.0 / 2024-01-09
42
49
 
43
- * BREAKING CHANGE: Use ActiveSupport instead of patches #703
50
+ - BREAKING CHANGE: Use ActiveSupport instead of patches #703
44
51
 
45
52
  ### v0.55.0 / 2024-01-06
46
53
 
47
- * CHANGED: Upgrade Trilogy and Rack [#796](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/796)
54
+ - CHANGED: Upgrade Trilogy and Rack [#796](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/796)
48
55
 
49
56
  ### v0.54.0 / 2023-11-28
50
57
 
51
- * ADDED: Updated excon to include connect spans
58
+ - ADDED: Updated excon to include connect spans
52
59
 
53
60
  ### v0.53.0 / 2023-11-28
54
61
 
55
- * CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)
62
+ - CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)
56
63
 
57
64
  ### v0.52.0 / 2023-11-21
58
65
 
59
- * BREAKING CHANGE: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
60
- * BREAKING CHANGE: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)
66
+ - BREAKING CHANGE: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
67
+ - BREAKING CHANGE: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)
61
68
 
62
- * CHANGED: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
63
- * CHANGED: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)
69
+ - CHANGED: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
70
+ - CHANGED: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)
64
71
 
65
72
  ### v0.51.1 / 2023-10-27
66
73
 
67
- * ADDED: Instrument connect and ping (Trilogy)
74
+ - ADDED: Instrument connect and ping (Trilogy)
68
75
 
69
76
  ### v0.51.0 / 2023-10-16
70
77
 
71
- * CHANGED: See [#695](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/695) for details
78
+ - CHANGED: See [#695](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/695) for details
72
79
 
73
80
  ### v0.50.1 / 2023-09-07
74
81
 
75
- * BREAKING CHANGE: Align messaging instrumentation operation names (Resque)
82
+ - BREAKING CHANGE: Align messaging instrumentation operation names (Resque)
76
83
 
77
84
  ### v0.50.0 / 2023-09-07
78
85
 
79
- * BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
86
+ - BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
80
87
 
81
88
  ### v0.40.0 / 2023-08-07
82
89
 
83
- * ADDED: Add Gruf instrumentation
90
+ - ADDED: Add Gruf instrumentation
84
91
 
85
92
  ### v0.39.1 / 2023-06-05
86
93
 
87
- * FIXED: Use latest bug fix version for all dependencies
94
+ - FIXED: Use latest bug fix version for all dependencies
88
95
 
89
96
  ### v0.39.0 / 2023-06-02
90
97
 
91
- * BREAKING CHANGE: Separate logical MySQL host from connected host
92
- * ADDED: Separate logical MySQL host from connected host
98
+ - BREAKING CHANGE: Separate logical MySQL host from connected host
99
+ - ADDED: Separate logical MySQL host from connected host
93
100
 
94
101
  ### v0.38.0 / 2023-05-31
95
102
 
96
- * BREAKING CHANGE: Add database name for trilogy traces
103
+ - BREAKING CHANGE: Add database name for trilogy traces
97
104
 
98
- * ADDED: Add database name for trilogy traces
105
+ - ADDED: Add database name for trilogy traces
99
106
 
100
107
  ### v0.37.0 / 2023-05-25
101
108
 
102
- * ADDED: Add config[:obfuscation_limit] to pg and mysql2
103
- * ADDED: Add Obfuscation Limit Option to Trilogy
104
-
109
+ - ADDED: Add config[:obfuscation_limit] to pg and mysql2
110
+ - ADDED: Add Obfuscation Limit Option to Trilogy
105
111
 
106
112
  ### v0.36.0 / 2023-05-18
107
113
 
108
- * ADDED: GraphQL instrumentation: support new tracing API (#453)
109
- * ADDED: Add span_preprocessor hook (#456)
110
- * ADDED: add db.operation attribute for dalli (#458)
114
+ - ADDED: GraphQL instrumentation: support new tracing API (#453)
115
+ - ADDED: Add span_preprocessor hook (#456)
116
+ - ADDED: add db.operation attribute for dalli (#458)
111
117
 
112
118
  ### v0.35.0 / 2023-04-21
113
119
 
114
- * ADDED: Re-add Grape instrumentation to opentelemetry-instrumentation-all
120
+ - ADDED: Re-add Grape instrumentation to opentelemetry-instrumentation-all
115
121
 
116
122
  ### v0.34.0 / 2023-04-17
117
123
 
118
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
124
+ - BREAKING CHANGE: Drop support for EoL Ruby 2.7
119
125
 
120
- * ADDED: Drop support for EoL Ruby 2.7
121
- * ADDED: Add Grape instrumentation
126
+ - ADDED: Drop support for EoL Ruby 2.7
127
+ - ADDED: Add Grape instrumentation
122
128
 
123
129
  ### v0.33.0 / 2023-03-15
124
130
 
125
- * BREAKING CHANGE: Add support for GraphQL 2.0.19
131
+ - BREAKING CHANGE: Add support for GraphQL 2.0.19
126
132
 
127
- * FIXED: Add support for GraphQL 2.0.19
133
+ - FIXED: Add support for GraphQL 2.0.19
128
134
 
129
135
  ### v0.32.0 / 2023-03-13
130
136
 
131
- * BREAKING CHANGE: Lock graphql max version to 2.0.17
132
- * FIXED: Lock graphql max version to 2.0.17
133
- * ADDED: Add with_attributes context propagation to Trilogy instrumentation
134
- * ADDED: Add option to configure span name for trilogy
135
- * FIXED: Ensure encoding errors handled during SQL obfuscation for Trilogy
137
+ - BREAKING CHANGE: Lock graphql max version to 2.0.17
138
+ - FIXED: Lock graphql max version to 2.0.17
139
+ - ADDED: Add with_attributes context propagation to Trilogy instrumentation
140
+ - ADDED: Add option to configure span name for trilogy
141
+ - FIXED: Ensure encoding errors handled during SQL obfuscation for Trilogy
136
142
 
137
143
  ### v0.31.0 / 2023-02-09
138
144
 
139
- * BREAKING CHANGE: Drop Rails 5 support [#324](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/324)
140
-
145
+ - BREAKING CHANGE: Drop Rails 5 support [#324](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/324)
141
146
 
142
147
  ### v0.30.0 / 2023-01-31
143
148
 
144
- * BREAKING CHANGE: Updates instrumentations [#303](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/303)
149
+ - BREAKING CHANGE: Updates instrumentations [#303](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/303)
145
150
 
146
151
  ### v0.29.0 / 2023-01-14
147
152
 
148
- * BREAKING CHANGE: includes minor version updates in [#271](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/271)
153
+ - BREAKING CHANGE: includes minor version updates in [#271](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/271)
149
154
 
150
155
  ### v0.28.1 / 2023-01-14
151
156
 
152
- * DOCS: Fix gem homepage
153
- * DOCS: More gem documentation fixes
157
+ - DOCS: Fix gem homepage
158
+ - DOCS: More gem documentation fixes
154
159
 
155
160
  ### v0.28.0 / 2022-11-09
156
161
 
157
- * ADDED: Bump minimum gem versions for opentelemetry-instrumentation-all
158
- * ADDED: Instrumentation for racecar
159
- * CHANGED: Update rails instrumentation
162
+ - ADDED: Bump minimum gem versions for opentelemetry-instrumentation-all
163
+ - ADDED: Instrumentation for racecar
164
+ - CHANGED: Update rails instrumentation
160
165
 
161
166
  ### v0.27.0 / 2022-10-14
162
167
 
163
- * CHANGED: Update Rails instrumentation
168
+ - CHANGED: Update Rails instrumentation
164
169
 
165
170
  ### v0.26.0 / 2022-10-12
166
171
 
167
- * ADDED: Upgrade min instrumentation versions See For Details https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/134
172
+ - ADDED: Upgrade min instrumentation versions See For Details https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/134
168
173
 
169
174
  ### v0.25.0 / 2022-06-09
170
175
 
171
- * Bump all dependencies to use base 0.21.0
176
+ - Bump all dependencies to use base 0.21.0
172
177
 
173
178
  ### v0.24.1 / 2022-05-05
174
179
 
175
- * (No significant changes)
180
+ - (No significant changes)
176
181
 
177
182
  ### v0.24.0 / 2022-05-02
178
183
 
179
- * ADDED: Adds instrumentation for rdkafka
180
- * FIXED: Add rdkafka to all
184
+ - ADDED: Adds instrumentation for rdkafka
185
+ - FIXED: Add rdkafka to all
181
186
 
182
187
  ### v0.23.0 / 2022-01-26
183
188
 
184
- * ADDED: Add Trilogy Auto Instrumentation
185
- * FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
186
- * FIXED: add missing require for aws_sdk instrumentation #1054
189
+ - ADDED: Add Trilogy Auto Instrumentation
190
+ - FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
191
+ - FIXED: add missing require for aws_sdk instrumentation #1054
187
192
 
188
193
  ### v0.22.0 / 2021-12-01
189
194
 
190
- * ADDED: Move activesupport notification subscriber out of action_view gem
195
+ - ADDED: Move activesupport notification subscriber out of action_view gem
191
196
 
192
197
  ### v0.21.3 / 2021-10-07
193
198
 
194
- * (No significant changes)
199
+ - (No significant changes)
195
200
 
196
201
  ### v0.21.2 / 2021-09-29
197
202
 
198
- * (No significant changes)
203
+ - (No significant changes)
199
204
 
200
205
  ### v0.21.1 / 2021-09-29
201
206
 
202
- * (No significant changes)
207
+ - (No significant changes)
203
208
 
204
209
  ### v0.21.0 / 2021-09-15
205
210
 
206
- * ADDED: Add Que instrumentation
211
+ - ADDED: Add Que instrumentation
207
212
 
208
213
  ### v0.20.2 / 2021-09-09
209
214
 
210
- * (No significant changes)
215
+ - (No significant changes)
211
216
 
212
217
  ### v0.20.1 / 2021-08-18
213
218
 
214
- * FIXED: Instrumentation all sidekiq
219
+ - FIXED: Instrumentation all sidekiq
215
220
 
216
221
  ### v0.20.0 / 2021-08-12
217
222
 
218
- * ADDED: Instrument active record
219
- * ADDED: Add ActionView instrumentation via ActiveSupport::Notifications
223
+ - ADDED: Instrument active record
224
+ - ADDED: Add ActionView instrumentation via ActiveSupport::Notifications
220
225
 
221
226
  ### v0.19.0 / 2021-06-25
222
227
 
223
- * ADDED: Add resque instrumentation
224
- * ADDED: Add ActiveJob instrumentation
225
- * ADDED: Configuration option to enable or disable redis root spans [#777](https://github.com/open-telemetry/opentelemetry-ruby/pull/777)
226
- * FIXED: Broken instrumentation all release
228
+ - ADDED: Add resque instrumentation
229
+ - ADDED: Add ActiveJob instrumentation
230
+ - ADDED: Configuration option to enable or disable redis root spans [#777](https://github.com/open-telemetry/opentelemetry-ruby/pull/777)
231
+ - FIXED: Broken instrumentation all release
227
232
 
228
233
  ### v0.18.0 / 2021-05-21
229
234
 
230
- * ADDED: Add koala instrumentation
235
+ - ADDED: Add koala instrumentation
231
236
 
232
237
  ### v0.17.0 / 2021-04-22
233
238
 
234
- * ADDED: Add instrumentation for postgresql (pg gem)
239
+ - ADDED: Add instrumentation for postgresql (pg gem)
235
240
 
236
241
  ### v0.16.0 / 2021-03-17
237
242
 
238
- * ADDED: Instrument http gem
239
- * ADDED: Instrument lmdb gem
240
- * FIXED: Example scripts now reference local common lib
241
- * DOCS: Replace Gitter with GitHub Discussions
243
+ - ADDED: Instrument http gem
244
+ - ADDED: Instrument lmdb gem
245
+ - FIXED: Example scripts now reference local common lib
246
+ - DOCS: Replace Gitter with GitHub Discussions
242
247
 
243
248
  ### v0.15.0 / 2021-02-18
244
249
 
245
- * ADDED: Instrument http client gem
250
+ - ADDED: Instrument http client gem
246
251
 
247
252
  ### v0.14.0 / 2021-02-03
248
253
 
249
- * (No significant changes)
254
+ - (No significant changes)
250
255
 
251
256
  ### v0.13.0 / 2021-01-29
252
257
 
253
- * (No significant changes)
258
+ - (No significant changes)
254
259
 
255
260
  ### v0.12.1 / 2021-01-13
256
261
 
257
- * ADDED: Instrument RubyKafka
262
+ - ADDED: Instrument RubyKafka
258
263
 
259
264
  ### v0.12.0 / 2020-12-24
260
265
 
261
- * ADDED: Instrument graphql
266
+ - ADDED: Instrument graphql
262
267
 
263
268
  ### v0.11.0 / 2020-12-11
264
269
 
265
- * FIXED: Copyright comments to not reference year
270
+ - FIXED: Copyright comments to not reference year
266
271
 
267
272
  ### v0.10.0 / 2020-12-03
268
273
 
269
- * FIXED: Otel-instrumentation-all not installing all
274
+ - FIXED: Otel-instrumentation-all not installing all
270
275
 
271
276
  ### v0.9.0 / 2020-11-27
272
277
 
273
- * ADDED: Add common helpers
278
+ - ADDED: Add common helpers
274
279
 
275
280
  ### v0.8.0 / 2020-10-27
276
281
 
277
- * (No significant changes)
282
+ - (No significant changes)
278
283
 
279
284
  ### v0.7.0 / 2020-10-07
280
285
 
281
- * DOCS: Standardize top-level docs structure and readme
286
+ - DOCS: Standardize top-level docs structure and readme
282
287
 
283
288
  ### v0.6.0 / 2020-09-10
284
289
 
285
- * Now depends on version 0.6.x of all the individual instrumentation gems.
290
+ - Now depends on version 0.6.x of all the individual instrumentation gems.
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module All
10
- VERSION = '0.63.0'
10
+ VERSION = '0.65.0'
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-instrumentation-all
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.63.0
4
+ version: 0.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenTelemetry Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-15 00:00:00.000000000 Z
11
+ date: 2024-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opentelemetry-instrumentation-active_model_serializers
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.5.0
47
+ version: 0.6.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.5.0
54
+ version: 0.6.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: opentelemetry-instrumentation-bunny
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -268,14 +268,14 @@ dependencies:
268
268
  requirements:
269
269
  - - "~>"
270
270
  - !ruby/object:Gem::Version
271
- version: 0.27.0
271
+ version: 0.28.0
272
272
  type: :runtime
273
273
  prerelease: false
274
274
  version_requirements: !ruby/object:Gem::Requirement
275
275
  requirements:
276
276
  - - "~>"
277
277
  - !ruby/object:Gem::Version
278
- version: 0.27.0
278
+ version: 0.28.0
279
279
  - !ruby/object:Gem::Dependency
280
280
  name: opentelemetry-instrumentation-net_http
281
281
  requirement: !ruby/object:Gem::Requirement
@@ -296,14 +296,14 @@ dependencies:
296
296
  requirements:
297
297
  - - "~>"
298
298
  - !ruby/object:Gem::Version
299
- version: 0.28.0
299
+ version: 0.29.0
300
300
  type: :runtime
301
301
  prerelease: false
302
302
  version_requirements: !ruby/object:Gem::Requirement
303
303
  requirements:
304
304
  - - "~>"
305
305
  - !ruby/object:Gem::Version
306
- version: 0.28.0
306
+ version: 0.29.0
307
307
  - !ruby/object:Gem::Dependency
308
308
  name: opentelemetry-instrumentation-que
309
309
  requirement: !ruby/object:Gem::Requirement
@@ -478,14 +478,14 @@ dependencies:
478
478
  requirements:
479
479
  - - "~>"
480
480
  - !ruby/object:Gem::Version
481
- version: 0.59.0
481
+ version: 0.60.0
482
482
  type: :runtime
483
483
  prerelease: false
484
484
  version_requirements: !ruby/object:Gem::Requirement
485
485
  requirements:
486
486
  - - "~>"
487
487
  - !ruby/object:Gem::Version
488
- version: 0.59.0
488
+ version: 0.60.0
489
489
  - !ruby/object:Gem::Dependency
490
490
  name: active_model_serializers
491
491
  requirement: !ruby/object:Gem::Requirement
@@ -562,14 +562,14 @@ dependencies:
562
562
  requirements:
563
563
  - - "~>"
564
564
  - !ruby/object:Gem::Version
565
- version: 1.65.0
565
+ version: 1.66.0
566
566
  type: :development
567
567
  prerelease: false
568
568
  version_requirements: !ruby/object:Gem::Requirement
569
569
  requirements:
570
570
  - - "~>"
571
571
  - !ruby/object:Gem::Version
572
- version: 1.65.0
572
+ version: 1.66.0
573
573
  - !ruby/object:Gem::Dependency
574
574
  name: rubocop-performance
575
575
  requirement: !ruby/object:Gem::Requirement
@@ -630,10 +630,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
630
630
  licenses:
631
631
  - Apache-2.0
632
632
  metadata:
633
- changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-all/0.63.0/file/CHANGELOG.md
633
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-all/0.65.0/file/CHANGELOG.md
634
634
  source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/all
635
635
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
636
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-all/0.63.0
636
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-all/0.65.0
637
637
  post_install_message:
638
638
  rdoc_options: []
639
639
  require_paths: