File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Bug fixes
12
12
13
+ # 2.4.12 (11 Mar 2025)
14
+
15
+ ### Breaking changes
16
+
17
+ - Remove ` InvalidNullError#value ` which is always ` nil ` #5256
18
+
19
+ ### New features
20
+
21
+ - ` validate_timeout ` is 3 seconds by default #5258
22
+
23
+ ### Bug fixes
24
+
25
+ - New Relic: reimplement skipping scalars by default #5271
26
+ - Resolver: revert inheriting overridden ` graphql_name ` #5260
27
+ - Analysis: manually implement timeout to handle I/O better #5263
28
+ - Parser: properly handle extra token at the end of the query string #5267
29
+ - Validation: fix conflicting aliases inside fragment #5268
30
+
13
31
# 2.4.11 (28 Feb 2025)
14
32
15
33
### New features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "2.4.11 "
3
+ VERSION = "2.4.12 "
4
4
end
You can’t perform that action at this time.
0 commit comments