Skip to content

Commit 561b4a6

Browse files
committed
1.9.0.pre4
1 parent 904ee9b commit 561b4a6

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,39 @@
88

99
### Bug fixes
1010

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+
1144
## 1.9.0-pre2 (17 Jan 2019)
1245

1346
### Breaking changes

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 = "1.9.0.pre3"
3+
VERSION = "1.9.0.pre4"
44
end

0 commit comments

Comments
 (0)