Skip to content

Commit 6120645

Browse files
committed
2.4.15
1 parent d286f92 commit 6120645

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010

1111
### Bug fixes
1212

13+
# 2.4.15 (19 Mar 2025)
14+
15+
### New features
16+
17+
- `Schema.from_definition`: support custom base type classes #5282
18+
- `Schema.from_definition`: support type extensions #5281
19+
20+
### Bug fixes
21+
22+
- Handle `GraphQL::ExecutionError` from `resolve_type` #5274
23+
- Backtrace: handle inline fragments # 5274
24+
- `run_graphql_field`: fix when `.authorized?` calls Dataloader #5289
25+
- InputObject: run validators even when custom `def prepare` is present #5285
26+
- Multiplex: don't attempt to execute zero queries #5278
27+
1328
# 2.4.14 (13 Mar 2025)
1429

1530
### Bug fixes

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.14"
3+
VERSION = "2.4.15"
44
end

0 commit comments

Comments
 (0)