Skip to content

Commit 1c95c91

Browse files
committed
1.9.8
1 parent 272e36e commit 1c95c91

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

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+
1128
## 1.9.7 (25 June 2019)
1229

1330
### 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.7"
3+
VERSION = "1.9.8"
44
end

0 commit comments

Comments
 (0)