We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceef26a commit 34b6698Copy full SHA for 34b6698
CHANGELOG.md
@@ -8,6 +8,17 @@
8
9
### Bug fixes
10
11
+## 1.9.3 (20 Feb 2019)
12
+
13
+### Bug fixes
14
15
+- Fix `Schema::Subscription` when it has no arguments #2135
16
+- Don't try to scope `nil`, just skip scoping altogether #2134
17
+- Fix when a root `.authorized?` returns `false` and there's no `root_value` #2136
18
+- Fix platform tracing with interpreter & introspection #2137
19
+- Support root Subscription types with name other than `Subscription` #2102
20
+- Fix nested list-type input object nullability validation #2123
21
22
## 1.9.2 (15 Feb 2019)
23
24
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.9.2"
+ VERSION = "1.9.3"
4
end
0 commit comments