File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.9.8 (24 July 2019)
12
+
13
+ ### New features
14
+
15
+ - Schema classes pass their configuration to subclasses #2384
16
+ - Improve memory consumption of lexer and complexity validator #2389
17
+ - The ` install ` generator creates a BaseArgument #2379
18
+ - When a field name conflicts with a built-in method name, give a warning #2376
19
+
20
+ ### Bug fixes
21
+
22
+ - When a resolver argument uses ` loads: ` , the argument definition will preserve the type in ` .loads ` #2365
23
+ - When an required argument is hidden, it won't add a validation error #2393
24
+ - Fix handling of invalid UTF-8 #2372 , #2377
25
+ - Empty block strings are parsed correctly #2381
26
+ - For resolvers, only authorize arguments once #2378
27
+
11
28
## 1.9.7 (25 June 2019)
12
29
13
30
### 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.7 "
3
+ VERSION = "1.9.8 "
4
4
end
You can’t perform that action at this time.
0 commit comments