File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.5.5 (31 Mar 2017)
12
+
13
+ ### Bug Fixes
14
+
15
+ - Improve threadsafety of ` lazy_resolve ` cache, use ` Concurrent::Map ` if it's available #631
16
+ - Properly handle unexpeced input objects #638
17
+ - Handle errors during definition by preseriving the definition #632
18
+ - Fix ` nil ` input for nullable list types #637 , #639
19
+ - Handle invalid schema IDL with a validation error #647
20
+ - Properly serialize input object default values #635
21
+ - Fix ` as: ` on mutation ` input_fied ` #650
22
+ - Fix null propagation for ` nil ` members of non-null list types #649
23
+
11
24
## 1.5.4 (22 Mar 2017)
12
25
13
26
### 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.5.4 "
3
+ VERSION = "1.5.5 "
4
4
end
You can’t perform that action at this time.
0 commit comments