Merge pull request #1651 from NullVoxPopuli/deserialization-error-with-no-attributes

Fix for Deserialization erroring when a relationship is null in the json api document.
This commit is contained in:
Benjamin Fleischer
2016-04-03 14:32:24 -05:00
3 changed files with 44 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ Features:
- [#1340](https://github.com/rails-api/active_model_serializers/pull/1340) Add support for resource-level meta. (@beauby)
Fixes:
- [#1651](https://github.com/rails-api/active_model_serializers/pull/1651) Fix deserialization of nil relationships. (@NullVoxPopuli)
- [#1480](https://github.com/rails-api/active_model_serializers/pull/1480) Fix setting of cache_store from Rails configuration. (@bf4)
Fix uninentional mutating of value in memory cache store. (@groyoh)
- [#1622](https://github.com/rails-api/active_model_serializers/pull/1622) Fragment cache changed from per-record to per-serializer.