File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
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
+
11
30
## 1.10.6 (6 April 2020)
12
31
13
32
### New features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.10.6 "
3
+ VERSION = "1.10.7 "
4
4
end
You can’t perform that action at this time.
0 commit comments