File tree 2 files changed +18
-1
lines changed
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.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
+
13
20
# 2.2.2 (27 Dec 2023)
14
21
15
22
### Bug fixes
38
45
- Parser: use a heavily-optimized lexer and a hand-written parser for better performance #4718
39
46
- ` run_graphql_field ` : a helper method for running fields in tests #4732
40
47
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
+
41
58
# 2.1.8 (18 Dec 2023)
42
59
43
60
### 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.2.2 "
3
+ VERSION = "2.2.3 "
4
4
end
You can’t perform that action at this time.
0 commit comments