We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d286f92 commit 6120645Copy full SHA for 6120645
2 files changed
CHANGELOG.md
@@ -10,6 +10,21 @@
10
11
### Bug fixes
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
28
# 2.4.14 (13 Mar 2025)
29
30
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.4.14"
+ VERSION = "2.4.15"
4
end
0 commit comments