Releases: zino-hofmann/graphql-flutter
Releases · zino-hofmann/graphql-flutter
v5.0.1-beta.3
What's Changed
- docs(graphql_flutter): fix typo by @jjangga0214 in #952
- Dependeces migration and test disabling (for now) by @vincenzopalazzo in #978
- ci: try to upgrade the node version to make the package release by @vincenzopalazzo in #985
- Fixed typo in the README.md by @vincenzopalazzo in #982
- perf: open Hive boxes concurrently by @Ascenio in #932
- ci: Migration to github actions by @vincenzopalazzo in #984
- ci: Formatting workflow file, and fixed regression by @vincenzopalazzo in #995
- example: update starwars demo, and refactoring code base with a new s… by @vincenzopalazzo in #996
- Add necessary import to GraphQL Upload example by @vincenzopalazzo in #998
- Fix websocket disconnect after connection loss by @Bligoubloups in #963
- fixed the gql dependecens due the breaking changes by @vincenzopalazzo in #999
- update README.md by @adnanjpg in #1003
- feat: Update normalize by @budde377 in #1005
New Contributors
- @jjangga0214 made their first contribution in #952
- @vincenzopalazzo made their first contribution in #978
- @Ascenio made their first contribution in #932
- @Bligoubloups made their first contribution in #963
- @adnanjpg made their first contribution in #1003
Full Changelog: v5.0.0...v5.0.1-beta.3
v5.0.1-beta.2
What's Changed
- docs(graphql_flutter): fix typo by @jjangga0214 in #952
- Dependeces migration and test disabling (for now) by @vincenzopalazzo in #978
- ci: try to upgrade the node version to make the package release by @vincenzopalazzo in #985
- Fixed typo in the README.md by @vincenzopalazzo in #982
- perf: open Hive boxes concurrently by @Ascenio in #932
- ci: Migration to github actions by @vincenzopalazzo in #984
- ci: Formatting workflow file, and fixed regression by @vincenzopalazzo in #995
- example: update starwars demo, and refactoring code base with a new s… by @vincenzopalazzo in #996
- Add necessary import to GraphQL Upload example by @vincenzopalazzo in #998
- Fix websocket disconnect after connection loss by @Bligoubloups in #963
- fixed the gql dependecens due the breaking changes by @vincenzopalazzo in #999
New Contributors
- @jjangga0214 made their first contribution in #952
- @vincenzopalazzo made their first contribution in #978
- @Ascenio made their first contribution in #932
- @Bligoubloups made their first contribution in #963
Full Changelog: v5.0.0...v5.0.1-beta.2
v5.0.1-beta.1
Dependencies upgrading to the last version.
v5.0.0
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
v5.0.0-beta.1
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
v4.1.0-beta.1
v4.0.2-beta.1
4.0.2-beta.1 (2021-02-08)
Bug Fixes
- client: hotfix dataIdFromObject passthrough in cache.readQuery (e3e04f8)