File tree Expand file tree Collapse file tree 2 files changed +21
-10
lines changed Expand file tree Collapse file tree 2 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Bug fixes
12
12
13
- # 2.5.8
13
+ # 2.5.9 (6 Jun 2025)
14
+
15
+ ### New features
16
+
17
+ - Improve metadata on Scalar coercion errors #5375
18
+
19
+ ### Bug fixes
20
+
21
+ - Directives: fix validation of Ruby values on definition directive arguments #5377
22
+ - ` loads: ` : fix typechecking of Interface ` loads: ` values #5379
23
+
24
+ # 2.5.8 (28 May 2025)
14
25
15
26
### New features
16
27
24
35
- Scalar validation: remove redundant infinity handling #5358
25
36
- Directives: fix validation of schema definition directives #5368
26
37
27
- # 2.5.7
38
+ # 2.5.7 (15 May 2025)
28
39
29
40
### Bug fixes
30
41
31
42
- ` PerfettoTrace ` : Handle non-ascii strings #5351
32
43
- ` Partial ` : Add ` #selected_operation_name ` to support ` GraphQL::Current ` #5353
33
44
34
- # 2.5.6
45
+ # 2.5.6 (5 May 2025)
35
46
36
47
### New features
37
48
38
49
- Execution: Add ` Query#run_partials ` for running sub-trees of valid queries #5183
39
50
40
- # 2.5.5
51
+ # 2.5.5 (29 Apr 2025)
41
52
42
53
### Bug fixes
43
54
47
58
- Simplify non-null input object argument handling #5333
48
59
- Fix compatibility with ` ruby-head ` #5342
49
60
50
- # 2.5.4
61
+ # 2.5.4 (18 Apr 2025)
51
62
52
63
### Bug fixes
53
64
54
65
- ` ActiveRecordSource ` : Support composite primary keys #5330
55
66
- ` ActiveRecordAssociationSource ` : Support has_many associations #5331
56
67
- Remove broken ` Context#path ` method (use ` #current_path ` instead) #5332
57
68
58
- # 2.5.3
69
+ # 2.5.3 (14 Apr 2025)
59
70
60
71
### Deprecations
61
72
70
81
- Return more descriptive errors when non-nullable list elements are ` null ` #5301
71
82
- Visibility: improve performance on large schemas #5325
72
83
73
- # 2.5.2
84
+ # 2.5.2 (8 Apr 2025)
74
85
75
86
### New features
76
87
81
92
- Visibility: hide argument types whose uses are all hidden (to match Warden) #5291
82
93
- InputObject: fix validation for nested input object with ` prepare: ` method configs #5321
83
94
84
- # 2.5.1
95
+ # 2.5.1 (3 Apr 2025)
85
96
86
97
### Bug fixes
87
98
88
99
- Datadog trace: fix Dataloader source tracing method #5318
89
100
- Sentry trace: handle ` nil ` current span #5313
90
101
91
- # 2.5.0
102
+ # 2.5.0 (1 Apr 2025)
92
103
93
104
### Breaking changes
94
105
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "2.5.8 "
3
+ VERSION = "2.5.9 "
4
4
end
You can’t perform that action at this time.
0 commit comments