Skip to content

Commit cfe00a0

Browse files
committed
2.5.20
1 parent 9d84d8b commit cfe00a0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
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

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.5.19"
3+
VERSION = "2.5.20"
44
end

0 commit comments

Comments
 (0)