Skip to content

Commit fc089b0

Browse files
committed
1.10.8
1 parent 20f6b14 commit fc089b0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.10.8 (27 April 2020)
12+
13+
### Breaking changes
14+
15+
- With the interpreter, `Query#arguments_for` returns `Interpreter::Arguments` instances instead of plain hashes. (They should work mostly the same, though.) #2881
16+
17+
### New features
18+
19+
- `Schema::Field#introspection?` returns true for built-in introspection-related fields
20+
21+
### Bug fixes
22+
23+
- Fix Ruby 2.7 warning on `Schema.to_json` #2905
24+
- Pass `&block` to nested method calls to reduce stack depths #2900
25+
- Fix lazy `loads:` with list arguments #2894
26+
- Fix `loads:` on nested input object #2895
27+
- Rescue base64 encoding errors in the encoder #2896
28+
1129
## 1.10.7 (16 April 2020)
1230

1331
### 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.10.7"
3+
VERSION = "1.10.8"
44
end

0 commit comments

Comments
 (0)