Skip to content

v4.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@HofmannZ HofmannZ released this 07 Nov 00:05
· 601 commits to main since this release

4.0.0-beta.4 (2020-11-07)

Bug Fixes

  • client: add CacheMissException for when write/read results in null (a0a967f)
  • client: fetchMore partial handling (10ec576)
  • client: skip cache writes on null data, thus fixing #405 (7472bb9)

Features

  • client: cache writes are now strict, and throw PartialDataException (from normalize), (616b5ed)
  • client: carry forward data on exception (ccf3b9c)
  • client: only rebroadcast on deep equals (ee64e99)
  • client: partialDataPolicy for configuring rejections (0a7cd28)