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 1010
1111### Bug fixes
1212
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+
1331# 2.4.11 (28 Feb 2025)
1432
1533### New features
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.4.11 "
3+ VERSION = "2.4.12 "
44end
You can’t perform that action at this time.
0 commit comments