File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.9.0-pre4 (11 Feb 2019)
12
+
13
+ ### Breaking changes
14
+
15
+ - Rename ` FieldExtension#before_resolve ` -> ` FieldExtension#resolve ` #2098
16
+
17
+ ### New Features
18
+
19
+ - Better compat with legacy ` .node ` and ` .nodes ` fields #2089
20
+ - Allow field extensions to replace field return values #2092
21
+
22
+ ### Bug fixes
23
+
24
+ - Fix AST analyzer when no operation is selected #2078
25
+ - Fix list-type arguments passed with a single value #2085
26
+ - Fix unwrapping inputobject types when turning arguments to hashes #2094
27
+ - Properly resolve _ each_ mutation root selection before resolving the next one #2097
28
+
29
+ ## 1.9.0-pre3 (30 Jan 2019)
30
+
31
+ ### Breaking Changes
32
+
33
+ - Error ` "problems" ` are now in ` "extensions" : { "problems" } ` #2077
34
+ - Change schema default to ` error_bubbling false ` #2069
35
+
36
+ ### New Features
37
+
38
+ - Add class-based subscriptions with ` GraphQL::Schema::Subscription ` #1930
39
+
40
+ ### Bug fixes
41
+
42
+ - Fix lookahead on typed fragments #2068
43
+
11
44
## 1.9.0-pre2 (17 Jan 2019)
12
45
13
46
### Breaking changes
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.9.0.pre3 "
3
+ VERSION = "1.9.0.pre4 "
4
4
end
You can’t perform that action at this time.
0 commit comments