Skip to content

Commit e95c424

Browse files
committed
2.4.12
1 parent c035ec7 commit e95c424

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@
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

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.4.11"
3+
VERSION = "2.4.12"
44
end

0 commit comments

Comments
 (0)