File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.9.11 (29 Aug 2019)
12
+
13
+ ### New features
14
+
15
+ - Add ` extras ` setter to ` GraphQL::Schema::Field ` #2450
16
+ - Add extensions in ` CoercionError ` #2431
17
+
18
+ ### Bug fixes
19
+
20
+ - Make ` extensions ` kwarg on field on more flexible for extensions with options #2443
21
+ - Fix list validation error handling #2441
22
+ - Include introspective fields in query depth calculations #2437
23
+ - Correct the example for using 'a class method to generate fields' #2435
24
+ - Enable multiple execution errors for Fields defined to return a list #2433
25
+
11
26
## 1.9.10 (20 Aug 2019)
12
27
13
28
### New features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.9.10 "
3
+ VERSION = "1.9.11 "
4
4
end
You can’t perform that action at this time.
0 commit comments