We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2de26 commit 43d06ccCopy full SHA for 43d06cc
CHANGELOG.md
@@ -10,6 +10,14 @@
10
11
### Bug fixes
12
13
+# 2.5.12 (15 sep 2025)
14
+
15
+### New features
16
17
+- Runtime: add hooks for experimental custom runtimes #5425, #5429
18
+- Lazy handling and Dataloader have been merged under the hood #5422
19
+- Doc: merk `load_application_object_failed` as public #5426
20
21
# 2.5.11 (9 Jul 2025)
22
23
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.11"
+ VERSION = "2.5.12"
4
end
0 commit comments