File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Bug fixes
12
12
13
+ # 2.5.10 (3 Jul 2025)
14
+
15
+ ### New features
16
+
17
+ - Schema: Add ` .freeze_schema ` for minimal Ractor support #5370
18
+
19
+ ### Bug fixes
20
+
21
+ - Schema: inherit validation configurations #5382
22
+ - Visibility: fix inheriting visibility with ` preload: true ` #5386
23
+ - Improve error messages with interfaces from SDL #5372
24
+ - Remove needless counter in execution code #5392
25
+ - Reduce execution overhead in schemas built from SDL #5393
26
+ - RequiredValidator: remove hidden definitions from error message #5396
27
+ - ` .possible_types ` : don't return interfaces in this list #5395
28
+ - ` dataload_association ` : fix loading associations with different scopes on the same object #5398
29
+
13
30
# 2.5.9 (6 Jun 2025)
14
31
15
32
### New features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "2.5.9 "
3
+ VERSION = "2.5.10 "
4
4
end
You can’t perform that action at this time.
0 commit comments