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.17 (17 Dec 2019)
12
+
13
+ ### New features
14
+
15
+ - Scoped context for propagating values to child fields #2634
16
+ - Add ` type_membership_class ` with possible_type visibility #2391
17
+
18
+ ### Bug fixes
19
+
20
+ - Don't return unreachable types in introspection response #2596
21
+ - Wrap more of execution with error handling #2632
22
+ - Fix InputObject ` .prepare ` for the interpreter #2624
23
+ - Fix Ruby keyword list to support Ruby 2.7 #2640
24
+ - Fix performance of urlsafe_encode64 backport #2643
25
+
11
26
## 1.9.16 (2 Dec 2019)
12
27
13
28
### 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.16 "
3
+ VERSION = "1.9.17 "
4
4
end
You can’t perform that action at this time.
0 commit comments