We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d84d8b commit cfe00a0Copy full SHA for cfe00a0
2 files changed
CHANGELOG.md
@@ -10,6 +10,14 @@
10
11
### Bug fixes
12
13
+# 2.5.20 (23 Feb 2026)
14
+
15
+- `DetailedTrace`: Handle inspecting instances of anonymous classes #5530
16
+- `Dashboard`: move controllers to their own files, fix lazy loading #5524
17
+- `Dataloader`: add `dataload_all` shortcut; add shortcuts to `context` #5540
18
+- Add experimental new runtime code (not loaded by default) #5509 #5544 #5547
19
+- Fix `@defer` on inline fragments when fields return Lazy values and Dataloader isn't used #5550
20
21
# 2.5.19 (5 Feb 2026)
22
23
- `DetailedTrace`: add ActiveRecord backend, generator #5525
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.19"
+ VERSION = "2.5.20"
4
end
0 commit comments