Skip to content

v5.0.0

Compare
Choose a tag to compare
@HofmannZ HofmannZ released this 07 Jun 21:06
· 4 commits to master since this release

5.0.0 (2021-06-07)

Bug Fixes

  • ci: graphql coverage (d47852a)
  • ci: refine dartanalyzer for example (e7b5830)
  • ci: stop using test_coverage (28e499e)
  • ci: try dart analyze (61e9f81)
  • client: always only pull broadcast stream once (1b6a9e6)
  • client: AuthLink getToken result should be nullable. (7f36a68)
  • client: fix rebroadcasting for regular queries (3245e27)
  • client: fix rebroadcasting for regular queries (0c6b0e7)
  • client: hotfix dataIdFromObject passthrough in cache.readQuery (e3e04f8)
  • examples: upgrade to nullsafety (fe69bce)
  • flutter: make sure starwars works with nullsafe changes (6d27c64)
  • graphql: only return subscriptions eagerly from cache when a cache-enabled policy is used (8af2edd)

Features

  • client: Capture stack traces in UnknownExceptions (4b36c09)
  • client: null safe by default (802185a)
  • client: SocketClient with web_socket_channel (6631f42)
  • Expose possibleTypes on cache (#906) (49483ad)

BREAKING CHANGES

  • client: Null Safety