File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Bug fixes
12
12
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
+
13
28
# 2.4.14 (13 Mar 2025)
14
29
15
30
### Bug fixes
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "2.4.14 "
3
+ VERSION = "2.4.15 "
4
4
end
You can’t perform that action at this time.
0 commit comments