opentelemetry-instrumentation-graphql 0.31.2 → 0.32.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: fc3089ebd46f04ed68628b754f5416fff8367b3745eb040339b58f8fc8b0cb61
4
- data.tar.gz: 4a89d9b32c7cfe68b54f41c2b3847a57058fcfc754082243882c4f2c7355dea4
3
+ metadata.gz: d282989c4d89e3dd3a0f86bda1908e7ebf0d987e1f98c7734913f423954f03a7
4
+ data.tar.gz: 540d25747dc5ae2acfefbeb27e45fea07572062208ad96466267467311ab53f8
5
5
  SHA512:
6
- metadata.gz: 3843bfe4e68c6c99e7c9c77f42f08bc3546ce6f347ac221d10b6bfe69d3a5a325565bd964efd236db1a4e4e5c2cce3430bdfb4a32863fcdec3c7dc02d5819efc
7
- data.tar.gz: cd85e203ccf20dde225534c3959a426abd7be2ee12fac0dc33a8961b6925821ad3dd14aebd13286ccc769f81a36d48cae947a338f34c69361271b5c9b4f9f84d
6
+ metadata.gz: d064b71e380af1f23a4da6e0f5b7d8060cb1acc8069815e29252ded7966c4dc8815c244039d999af1c391d32834f207353938ab5fffa3d5e7f6d7087602543f0
7
+ data.tar.gz: 5d7c9032fc1177e49b72cf0c070cc53744ac39b26c286632e6e6fd3f69081384f3fa1988f0781fa41c9b8925dff88331f51d1879f2501171aa17e524ac738d3b
data/CHANGELOG.md CHANGED
@@ -1,181 +1,180 @@
1
1
  # Release History: opentelemetry-instrumentation-graphql
2
2
 
3
- ### v0.31.2 / 2025-10-28
3
+ ## v0.32.0 / 2026-04-14
4
4
 
5
- * FIXED: Patch dataloader to propagate context to new fiber
6
- * FIXED: Does not trace resolve type unless enable
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)
7
8
 
8
- ### v0.31.1 / 2025-10-22
9
+ ## v0.31.2 / 2025-10-28
9
10
 
10
- * FIXED: Update opentelemetry-instrumentation-base dependency
11
+ - FIXED: Patch dataloader to propagate context to new fiber
12
+ - FIXED: Does not trace resolve type unless enable
11
13
 
12
- ### v0.31.0 / 2025-10-21
14
+ ## v0.31.1 / 2025-10-22
13
15
 
14
- * BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
16
+ - FIXED: Update opentelemetry-instrumentation-base dependency
15
17
 
16
- * ADDED: Min Ruby Version 3.2 and Rails 7.1
18
+ ## v0.31.0 / 2025-10-21
17
19
 
18
- ### v0.30.1 / 2025-09-30
20
+ - BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
21
+ - ADDED: Min Ruby Version 3.2 and Rails 7.1
19
22
 
20
- * FIXED: Min OTel Ruby API 1.7
23
+ ## v0.30.1 / 2025-09-30
21
24
 
22
- ### v0.30.0 / 2025-09-30
25
+ - FIXED: Min OTel Ruby API 1.7
23
26
 
24
- * ADDED: Bump minimum API Version to 1.7
27
+ ## v0.30.0 / 2025-09-30
25
28
 
26
- ### v0.29.0 / 2025-01-16
29
+ - ADDED: Bump minimum API Version to 1.7
27
30
 
28
- * BREAKING CHANGE: Set minimum supported version to Ruby 3.1
31
+ ## v0.29.0 / 2025-01-16
29
32
 
30
- * ADDED: Set minimum supported version to Ruby 3.1
33
+ - BREAKING CHANGE: Set minimum supported version to Ruby 3.1
34
+ - ADDED: Set minimum supported version to Ruby 3.1
31
35
 
32
- ### v0.28.4 / 2024-07-30
36
+ ## v0.28.4 / 2024-07-30
33
37
 
34
- * FIXED: Add super calls to GraphqlTrace
38
+ - FIXED: Add super calls to GraphqlTrace
35
39
 
36
- ### v0.28.3 / 2024-07-23
40
+ ## v0.28.3 / 2024-07-23
37
41
 
38
- * DOCS: Add cspell to CI
42
+ - DOCS: Add cspell to CI
39
43
 
40
- ### v0.28.2 / 2024-04-30
44
+ ## v0.28.2 / 2024-04-30
41
45
 
42
- * FIXED: Bundler conflict warnings
46
+ - FIXED: Bundler conflict warnings
43
47
 
44
- ### v0.28.1 / 2024-04-10
48
+ ## v0.28.1 / 2024-04-10
45
49
 
46
- * FIXED: Analyze span names in GraphQL instrumentation
50
+ - FIXED: Analyze span names in GraphQL instrumentation
47
51
 
48
- ### v0.28.0 / 2024-02-16
52
+ ## v0.28.0 / 2024-02-16
49
53
 
50
- * BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
54
+ - BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
55
+ - ADDED: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
51
56
 
52
- * ADDED: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
57
+ ## v0.27.0 / 2023-11-28
53
58
 
54
- ### v0.27.0 / 2023-11-28
59
+ - CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)
55
60
 
56
- * CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)
61
+ ## v0.26.8 / 2023-11-23
57
62
 
58
- ### v0.26.8 / 2023-11-23
63
+ - CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
59
64
 
60
- * CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
65
+ ## v0.26.7 / 2023-09-27
61
66
 
62
- ### v0.26.7 / 2023-09-27
67
+ - FIXED: Micro optimization: build Hash w/ {} (https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/665)
63
68
 
64
- * FIXED: Micro optimization: build Hash w/ {} (https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/665)
69
+ ## v0.26.6 / 2023-08-26
65
70
 
66
- ### v0.26.6 / 2023-08-26
71
+ - FIXED: Improve GraphQL tracing compatibility with other tracers
67
72
 
68
- * FIXED: Improve GraphQL tracing compatibility with other tracers
73
+ ## v0.26.5 / 2023-08-03
69
74
 
70
- ### v0.26.5 / 2023-08-03
75
+ - FIXED: Remove inline linter rules
71
76
 
72
- * FIXED: Remove inline linter rules
77
+ ## v0.26.4 / 2023-08-01
73
78
 
74
- ### v0.26.4 / 2023-08-01
79
+ - FIXED: GraphQL tests and installation
75
80
 
76
- * FIXED: GraphQL tests and installation
81
+ ## v0.26.3 / 2023-07-29
77
82
 
78
- ### v0.26.3 / 2023-07-29
83
+ - FIXED: GraphQL validate events
79
84
 
80
- * FIXED: GraphQL validate events
85
+ ## v0.26.2 / 2023-06-05
81
86
 
82
- ### v0.26.2 / 2023-06-05
87
+ - FIXED: Base config options
88
+ - FIXED: GraphQL resolve_type_lazy
83
89
 
84
- * FIXED: Base config options
85
- * FIXED: GraphQL resolve_type_lazy
90
+ ## v0.26.1 / 2023-05-30
86
91
 
87
- ### v0.26.1 / 2023-05-30
92
+ - FIXED: GraphQL tracing
88
93
 
89
- * FIXED: GraphQL tracing
94
+ ## v0.26.0 / 2023-05-17
90
95
 
91
- ### v0.26.0 / 2023-05-17
96
+ - BREAKING CHANGE: GraphQL instrumentation: support new tracing API
97
+ - ADDED: GraphQL instrumentation: support new tracing API
92
98
 
93
- * BREAKING CHANGE: GraphQL instrumentation: support new tracing API
99
+ ## v0.25.0 / 2023-04-17
94
100
 
95
- * ADDED: GraphQL instrumentation: support new tracing API
101
+ - BREAKING CHANGE: Drop support for EoL Ruby 2.7
102
+ - ADDED: Drop support for EoL Ruby 2.7
96
103
 
97
- ### v0.25.0 / 2023-04-17
104
+ ## v0.24.0 / 2023-03-15
98
105
 
99
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
106
+ - BREAKING CHANGE: Add support for GraphQL 2.0.19
107
+ - FIXED: Add support for GraphQL 2.0.19
100
108
 
101
- * ADDED: Drop support for EoL Ruby 2.7
109
+ ## v0.23.0 / 2023-03-13
102
110
 
103
- ### v0.24.0 / 2023-03-15
111
+ - BREAKING CHANGE: Lock graphql max version to 2.0.17
112
+ - FIXED: Lock graphql max version to 2.0.17
104
113
 
105
- * BREAKING CHANGE: Add support for GraphQL 2.0.19
114
+ ## v0.22.0 / 2023-01-27
106
115
 
107
- * FIXED: Add support for GraphQL 2.0.19
116
+ - ADDED: Normalize GraphQL span names for easier aggregation analysis
108
117
 
109
- ### v0.23.0 / 2023-03-13
118
+ ## v0.21.1 / 2023-01-14
110
119
 
111
- * BREAKING CHANGE: Lock graphql max version to 2.0.17
120
+ - DOCS: Fix gem homepage
121
+ - DOCS: More gem documentation fixes
112
122
 
113
- * FIXED: Lock graphql max version to 2.0.17
123
+ ## v0.21.0 / 2022-07-12
114
124
 
115
- ### v0.22.0 / 2023-01-27
125
+ - FIXED: Use semantic graphql attribute names
116
126
 
117
- * ADDED: Normalize GraphQL span names for easier aggregation analysis
127
+ ## v0.20.0 / 2022-06-09
118
128
 
119
- ### v0.21.1 / 2023-01-14
129
+ - Upgrading Base dependency version
130
+ - FIXED: Broken test file requirements
120
131
 
121
- * DOCS: Fix gem homepage
122
- * DOCS: More gem documentation fixes
132
+ ## v0.19.3 / 2022-05-05
123
133
 
124
- ### v0.21.0 / 2022-07-12
134
+ - (No significant changes)
125
135
 
126
- * FIXED: Use semantic graphql attribute names
136
+ ## v0.19.2 / 2021-12-02
127
137
 
128
- ### v0.20.0 / 2022-06-09
138
+ - (No significant changes)
129
139
 
130
- * Upgrading Base dependency version
131
- * FIXED: Broken test file requirements
140
+ ## v0.19.1 / 2021-09-29
132
141
 
133
- ### v0.19.3 / 2022-05-05
142
+ - (No significant changes)
134
143
 
135
- * (No significant changes)
144
+ ## v0.19.0 / 2021-08-12
136
145
 
137
- ### v0.19.2 / 2021-12-02
146
+ - ADDED: Add support for graphql errors
147
+ - DOCS: Update docs to rely more on environment variable configuration
138
148
 
139
- * (No significant changes)
149
+ ## v0.18.1 / 2021-06-23
140
150
 
141
- ### v0.19.1 / 2021-09-29
151
+ - (No significant changes)
142
152
 
143
- * (No significant changes)
153
+ ## v0.18.0 / 2021-05-21
144
154
 
145
- ### v0.19.0 / 2021-08-12
155
+ - ADDED: Updated API dependency for 1.0.0.rc1
146
156
 
147
- * ADDED: Add support for graphql errors
148
- * DOCS: Update docs to rely more on environment variable configuration
157
+ ## v0.17.0 / 2021-04-22
149
158
 
150
- ### v0.18.1 / 2021-06-23
159
+ - (No significant changes)
151
160
 
152
- * (No significant changes)
161
+ ## v0.16.0 / 2021-03-17
153
162
 
154
- ### v0.18.0 / 2021-05-21
163
+ - FIXED: Example scripts now reference local common lib
164
+ - DOCS: Replace Gitter with GitHub Discussions
155
165
 
156
- * ADDED: Updated API dependency for 1.0.0.rc1
166
+ ## v0.15.0 / 2021-02-18
157
167
 
158
- ### v0.17.0 / 2021-04-22
168
+ - ADDED: Add instrumentation config validation
159
169
 
160
- * (No significant changes)
170
+ ## v0.14.0 / 2021-02-03
161
171
 
162
- ### v0.16.0 / 2021-03-17
172
+ - (No significant changes)
163
173
 
164
- * FIXED: Example scripts now reference local common lib
165
- * DOCS: Replace Gitter with GitHub Discussions
174
+ ## v0.13.0 / 2021-01-29
166
175
 
167
- ### v0.15.0 / 2021-02-18
176
+ - (No significant changes)
168
177
 
169
- * ADDED: Add instrumentation config validation
178
+ ## v0.12.0 / 2020-12-24
170
179
 
171
- ### v0.14.0 / 2021-02-03
172
-
173
- * (No significant changes)
174
-
175
- ### v0.13.0 / 2021-01-29
176
-
177
- * (No significant changes)
178
-
179
- ### v0.12.0 / 2020-12-24
180
-
181
- * Initial release.
180
+ - Initial release.
@@ -65,7 +65,7 @@ module OpenTelemetry
65
65
  #
66
66
  # The schemas key expects an array of Schemas, and is used to specify
67
67
  # which schemas are to be instrumented. If this value is not supplied
68
- # the default behaviour is to instrument all schemas.
68
+ # the default behavior is to instrument all schemas.
69
69
  option :schemas, default: [], validate: :array
70
70
  option :enable_platform_field, default: false, validate: :boolean
71
71
  option :enable_platform_authorized, default: false, validate: :boolean
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module GraphQL
10
- VERSION = '0.31.2'
10
+ VERSION = '0.32.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-graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.2
4
+ version: 0.32.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-28 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
@@ -47,11 +46,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
47
46
  licenses:
48
47
  - Apache-2.0
49
48
  metadata:
50
- changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-graphql/0.31.2/file/CHANGELOG.md
51
- source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/graphql
49
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-graphql/0.32.0/file/CHANGELOG.md
50
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-graphql/v0.32.0/instrumentation/graphql
52
51
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
53
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-graphql/0.31.2
54
- post_install_message:
52
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-graphql/0.32.0
55
53
  rdoc_options: []
56
54
  require_paths:
57
55
  - lib
@@ -59,15 +57,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
57
  requirements:
60
58
  - - ">="
61
59
  - !ruby/object:Gem::Version
62
- version: '3.2'
60
+ version: '3.3'
63
61
  required_rubygems_version: !ruby/object:Gem::Requirement
64
62
  requirements:
65
63
  - - ">="
66
64
  - !ruby/object:Gem::Version
67
65
  version: '0'
68
66
  requirements: []
69
- rubygems_version: 3.4.19
70
- signing_key:
67
+ rubygems_version: 4.0.6
71
68
  specification_version: 4
72
69
  summary: GraphQL instrumentation for the OpenTelemetry framework
73
70
  test_files: []