Skip to content

Commit 4c46e50

Browse files
committed
2.2.3
1 parent b2d2c36 commit 4c46e50

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
### Bug fixes
1212

13+
# 2.2.3 (28 Dec 2023)
14+
15+
### Bug fixes
16+
17+
- AsyncDataloader: avoid leftover `suspended` Fibers #4754
18+
- Generators: fix path and constant name of BaseResolver #4755
19+
1320
# 2.2.2 (27 Dec 2023)
1421

1522
### Bug fixes
@@ -38,6 +45,16 @@
3845
- Parser: use a heavily-optimized lexer and a hand-written parser for better performance #4718
3946
- `run_graphql_field`: a helper method for running fields in tests #4732
4047

48+
# 2.1.10 (27 Dec 2023)
49+
50+
- Dataloader: remove Fiber#transfer support because of unpredictable Ruby control flow #4753
51+
52+
# 2.1.9 (21 Dec 2023)
53+
54+
### Bug fixes
55+
56+
- Dataloader: fix some fiber scheduling bugs #4744
57+
4158
# 2.1.8 (18 Dec 2023)
4259

4360
### New features

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

0 commit comments

Comments
 (0)