Skip to content

Commit 3d146f6

Browse files
committed
1.5.5
1 parent 6f28088 commit 3d146f6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

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+
1124
## 1.5.4 (22 Mar 2017)
1225

1326
### 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.5.4"
3+
VERSION = "1.5.5"
44
end

0 commit comments

Comments
 (0)