Skip to content

Releases: zino-hofmann/graphql-flutter

v5.0.1-beta.3

08 Jan 16:20
695b2e9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1-beta.3

v5.0.1-beta.2

28 Dec 17:32
cd141d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1-beta.2

v5.0.1-beta.1

23 Nov 22:21
362daa0
Compare
Choose a tag to compare
v5.0.1-beta.1 Pre-release
Pre-release

Dependencies upgrading to the last version.

v5.0.0

07 Jun 21:06
Compare
Choose a tag to compare

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

v5.0.0-beta.2

26 May 12:09
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2021-05-26)

Features

  • client: Capture stack traces in UnknownExceptions (4b36c09)

v5.0.0-beta.1

16 May 22:25
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2021-05-16)

Bug Fixes

  • ci: refine dartanalyzer for example (e7b5830)
  • ci: stop using test_coverage (28e499e)
  • ci: try dart analyze (61e9f81)
  • client: AuthLink getToken result should be nullable. (7f36a68)
  • 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: null safe by default (802185a)

BREAKING CHANGES

  • client: Null Safety

v4.1.0-beta.2

12 Mar 01:41
Compare
Choose a tag to compare
v4.1.0-beta.2 Pre-release
Pre-release

4.1.0-beta.2 (2021-03-12)

Bug Fixes

  • client: fix rebroadcasting for regular queries (0c6b0e7)

v4.1.0-beta.1

06 Mar 21:41
Compare
Choose a tag to compare
v4.1.0-beta.1 Pre-release
Pre-release

4.1.0-beta.1 (2021-03-06)

Bug Fixes

  • ci: graphql coverage (d47852a)
  • client: always only pull broadcast stream once (1b6a9e6)

Features

  • client: SocketClient with web_socket_channel (6631f42)

v4.0.2-beta.1

08 Feb 00:10
Compare
Choose a tag to compare
v4.0.2-beta.1 Pre-release
Pre-release

4.0.2-beta.1 (2021-02-08)

Bug Fixes

  • client: hotfix dataIdFromObject passthrough in cache.readQuery (e3e04f8)

v4.0.1

07 Feb 03:05
Compare
Choose a tag to compare

4.0.1 (2021-02-07)

Bug Fixes

  • client: hotfix dataIdFromObject passthrough in cache.readQuery (000d59f)