Skip to content

Commit 695960f

Browse files
committed
1.9.17
1 parent a05fc12 commit 695960f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

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+
1126
## 1.9.16 (2 Dec 2019)
1227

1328
### 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.16"
3+
VERSION = "1.9.17"
44
end

0 commit comments

Comments
 (0)