Skip to content

Commit 4a72a82

Browse files
committed
2.5.10
1 parent 9d3a199 commit 4a72a82

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@
1010

1111
### Bug fixes
1212

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+
1330
# 2.5.9 (6 Jun 2025)
1431

1532
### New features

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.9"
3+
VERSION = "2.5.10"
44
end

0 commit comments

Comments
 (0)