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 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.4.14 "
3+ VERSION = "2.4.15 "
44end
You can’t perform that action at this time.
0 commit comments