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 39a99b3 commit 24629b3Copy full SHA for 24629b3
CHANGELOG.md
@@ -8,6 +8,17 @@
8
9
### Bug fixes
10
11
+## 1.9.9 (30 July 2019)
12
+
13
+### New features
14
15
+- Memoize generated strings in `.to_query_string` #2400
16
+- Memoize generated strings in platform tracing #2401
17
18
+### Bug fixes
19
20
+- Support class-based subscription type in `.define`-based schema #2403
21
22
## 1.9.8 (24 July 2019)
23
24
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.9.8"
+ VERSION = "1.9.9"
4
end
0 commit comments