diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index fc191d563..5370c83ec 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,3 +1,34 @@ +# [5.0.0](https://github.com/zino-app/graphql-flutter/compare/v4.0.1...v5.0.0) (2021-06-07) + + +### Bug Fixes + +* **ci:** graphql coverage ([d47852a](https://github.com/zino-app/graphql-flutter/commit/d47852a2c4159570881017063c5fd13ed07e007b)) +* **ci:** refine dartanalyzer for example ([e7b5830](https://github.com/zino-app/graphql-flutter/commit/e7b5830555187039ad3cf57f6e9e260e17073893)) +* **ci:** stop using test_coverage ([28e499e](https://github.com/zino-app/graphql-flutter/commit/28e499e1bc650a193ab3178beaf47c0c6b8a7d90)) +* **ci:** try dart analyze ([61e9f81](https://github.com/zino-app/graphql-flutter/commit/61e9f813c35354b169a2d8713a174419e9c14317)) +* **client:** always only pull broadcast stream once ([1b6a9e6](https://github.com/zino-app/graphql-flutter/commit/1b6a9e66d460f29f929772547f9a502af4921b39)) +* **client:** AuthLink getToken result should be nullable. ([7f36a68](https://github.com/zino-app/graphql-flutter/commit/7f36a688c09a80c58f77ad925b2d887a5b803376)) +* **client:** fix rebroadcasting for regular queries ([3245e27](https://github.com/zino-app/graphql-flutter/commit/3245e27e0b356915d9c30543d1152ff39ba02501)) +* **client:** fix rebroadcasting for regular queries ([0c6b0e7](https://github.com/zino-app/graphql-flutter/commit/0c6b0e7593598bb9d799e82235d927f1bb6b4ea5)) +* **client:** hotfix dataIdFromObject passthrough in cache.readQuery ([e3e04f8](https://github.com/zino-app/graphql-flutter/commit/e3e04f8c25427f4850ac407b44a7eea7a6264bdf)) +* **examples:** upgrade to nullsafety ([fe69bce](https://github.com/zino-app/graphql-flutter/commit/fe69bced878d8d0ccb1f9b60663f48f998589b7b)) +* **flutter:** make sure starwars works with nullsafe changes ([6d27c64](https://github.com/zino-app/graphql-flutter/commit/6d27c64ce606900190226ff02c950c180e4dd2f9)) +* **graphql:** only return subscriptions eagerly from cache when a cache-enabled policy is used ([8af2edd](https://github.com/zino-app/graphql-flutter/commit/8af2edd31cfaaa193388c5ac1f2fe5bb4676fed4)) + + +### Features + +* **client:** Capture stack traces in UnknownExceptions ([4b36c09](https://github.com/zino-app/graphql-flutter/commit/4b36c09d9b2fd0df16fbae540d679ea590a0aece)) +* **client:** null safe by default ([802185a](https://github.com/zino-app/graphql-flutter/commit/802185a73fa2e75ae0f145e9bd7af217fad47813)) +* **client:** SocketClient with web_socket_channel ([6631f42](https://github.com/zino-app/graphql-flutter/commit/6631f42bf1fcf0e66fb51c5aa770097b2ea51e07)) +* Expose `possibleTypes` on cache ([#906](https://github.com/zino-app/graphql-flutter/issues/906)) ([49483ad](https://github.com/zino-app/graphql-flutter/commit/49483ad11fe3b443110e0f684dde7dd898d16692)) + + +### BREAKING CHANGES + +* **client:** Null Safety + # [5.0.0-beta.2](https://github.com/zino-app/graphql-flutter/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2021-05-26) diff --git a/packages/graphql_flutter/CHANGELOG.md b/packages/graphql_flutter/CHANGELOG.md index 39f666850..f10db8000 100644 --- a/packages/graphql_flutter/CHANGELOG.md +++ b/packages/graphql_flutter/CHANGELOG.md @@ -1,3 +1,34 @@ +# [5.0.0](https://github.com/zino-app/graphql-flutter/compare/v4.0.1...v5.0.0) (2021-06-07) + + +### Bug Fixes + +* **ci:** graphql coverage ([d47852a](https://github.com/zino-app/graphql-flutter/commit/d47852a2c4159570881017063c5fd13ed07e007b)) +* **ci:** refine dartanalyzer for example ([e7b5830](https://github.com/zino-app/graphql-flutter/commit/e7b5830555187039ad3cf57f6e9e260e17073893)) +* **ci:** stop using test_coverage ([28e499e](https://github.com/zino-app/graphql-flutter/commit/28e499e1bc650a193ab3178beaf47c0c6b8a7d90)) +* **ci:** try dart analyze ([61e9f81](https://github.com/zino-app/graphql-flutter/commit/61e9f813c35354b169a2d8713a174419e9c14317)) +* **client:** always only pull broadcast stream once ([1b6a9e6](https://github.com/zino-app/graphql-flutter/commit/1b6a9e66d460f29f929772547f9a502af4921b39)) +* **client:** AuthLink getToken result should be nullable. ([7f36a68](https://github.com/zino-app/graphql-flutter/commit/7f36a688c09a80c58f77ad925b2d887a5b803376)) +* **client:** fix rebroadcasting for regular queries ([3245e27](https://github.com/zino-app/graphql-flutter/commit/3245e27e0b356915d9c30543d1152ff39ba02501)) +* **client:** fix rebroadcasting for regular queries ([0c6b0e7](https://github.com/zino-app/graphql-flutter/commit/0c6b0e7593598bb9d799e82235d927f1bb6b4ea5)) +* **client:** hotfix dataIdFromObject passthrough in cache.readQuery ([e3e04f8](https://github.com/zino-app/graphql-flutter/commit/e3e04f8c25427f4850ac407b44a7eea7a6264bdf)) +* **examples:** upgrade to nullsafety ([fe69bce](https://github.com/zino-app/graphql-flutter/commit/fe69bced878d8d0ccb1f9b60663f48f998589b7b)) +* **flutter:** make sure starwars works with nullsafe changes ([6d27c64](https://github.com/zino-app/graphql-flutter/commit/6d27c64ce606900190226ff02c950c180e4dd2f9)) +* **graphql:** only return subscriptions eagerly from cache when a cache-enabled policy is used ([8af2edd](https://github.com/zino-app/graphql-flutter/commit/8af2edd31cfaaa193388c5ac1f2fe5bb4676fed4)) + + +### Features + +* **client:** Capture stack traces in UnknownExceptions ([4b36c09](https://github.com/zino-app/graphql-flutter/commit/4b36c09d9b2fd0df16fbae540d679ea590a0aece)) +* **client:** null safe by default ([802185a](https://github.com/zino-app/graphql-flutter/commit/802185a73fa2e75ae0f145e9bd7af217fad47813)) +* **client:** SocketClient with web_socket_channel ([6631f42](https://github.com/zino-app/graphql-flutter/commit/6631f42bf1fcf0e66fb51c5aa770097b2ea51e07)) +* Expose `possibleTypes` on cache ([#906](https://github.com/zino-app/graphql-flutter/issues/906)) ([49483ad](https://github.com/zino-app/graphql-flutter/commit/49483ad11fe3b443110e0f684dde7dd898d16692)) + + +### BREAKING CHANGES + +* **client:** Null Safety + # [5.0.0-beta.2](https://github.com/zino-app/graphql-flutter/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2021-05-26)