Skip to content

Commit d9bd9cf

Browse files
committedAug 12, 2024·
2.3.13
1 parent 27b57e8 commit d9bd9cf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
### Bug fixes
1212

13+
# 2.3.13 (12 Aug 2024)
14+
15+
### New features
16+
17+
- Authorization: Call `EnumValue#authorized?` during execution #5058
18+
- `Subset`: support lazy-loading root types and field return types (not documented yet) #5055, #5054
19+
20+
### Bug fixes
21+
22+
- Validation: don't validate `nil` if null value is permitted for incoming lists #5048
23+
- Multiplex: fix `Mutation#ready?` dataloader cache in multiplexes #5059
24+
1325
# 2.3.12 (5 Aug 2024)
1426

1527
### Bug fixes

‎lib/graphql/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.3.12"
3+
VERSION = "2.3.13"
44
end

0 commit comments

Comments
 (0)
Please sign in to comment.