File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1010
1111### Bug fixes
1212
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+
1321# 2.5.19 (5 Feb 2026)
1422
1523- ` DetailedTrace ` : add ActiveRecord backend, generator #5525
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.5.19 "
3+ VERSION = "2.5.20 "
44end
You can’t perform that action at this time.
0 commit comments