Skip to content

Commit 585aaf7

Browse files
committed
1.10.7
1 parent 8ea3ee5 commit 585aaf7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.10.7 (16 April 2020)
12+
13+
### Breaking changes
14+
15+
- `Schema.from_introspection(...)` builds class-based schemas #2876
16+
17+
### New features
18+
19+
- `Date` and `DateTime` types also accept well-formatted strings #2848
20+
- `Schema.from_introspection(...)` builds class-based schemas #2876
21+
- `Schema#to_definition` now dumps all directives that were part of the original IDL, if the schema was parsed with `.from_definition` #2879
22+
23+
### Bug fixes
24+
25+
- Fix memory leak in legacy runtime #2884
26+
- Fix interface inheritance in legacy runtime #2882
27+
- Fix description on `List` and `NonNull` types (for introspection) #2875
28+
- Fix over-rescue of NoMethodError when building list responses #2887
29+
1130
## 1.10.6 (6 April 2020)
1231

1332
### New features

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.6"
3+
VERSION = "1.10.7"
44
end

0 commit comments

Comments
 (0)