Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.4](zino-hofmann/graphql-flutter@v4.0.0-beta.3...v4.0.0-beta.4) (2020-11-07)

### Bug Fixes

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

### Features

* **client:** cache writes are now strict, and throw PartialDataException (from normalize), ([616b5ed](zino-hofmann@616b5ed))
* **client:** carry forward data on exception ([ccf3b9c](zino-hofmann@ccf3b9c))
* **client:** only rebroadcast on deep equals ([ee64e99](zino-hofmann@ee64e99))
* **client:** partialDataPolicy for configuring rejections ([0a7cd28](zino-hofmann@0a7cd28))
  • Loading branch information
semantic-release-bot committed Nov 7, 2020
1 parent 2856428 commit fb9cf7f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0-beta.4](https://github.com/zino-app/graphql-flutter/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2020-11-07)


### Bug Fixes

* **client:** add CacheMissException for when write/read results in null ([a0a967f](https://github.com/zino-app/graphql-flutter/commit/a0a967f0d348a7ce368843b74567f04192b6bfb7))
* **client:** fetchMore partial handling ([10ec576](https://github.com/zino-app/graphql-flutter/commit/10ec57690c1d6a98be19de2076c4e167aa2cf4b0))
* **client:** skip cache writes on null data, thus fixing [#405](https://github.com/zino-app/graphql-flutter/issues/405) ([7472bb9](https://github.com/zino-app/graphql-flutter/commit/7472bb9102b22b0652f6df53d6bcea66592f8aa0))


### Features

* **client:** cache writes are now strict, and throw PartialDataException (from normalize), ([616b5ed](https://github.com/zino-app/graphql-flutter/commit/616b5edb503ce68d0212c5da8a9df69a9df30782))
* **client:** carry forward data on exception ([ccf3b9c](https://github.com/zino-app/graphql-flutter/commit/ccf3b9ca8b961574407e68b69f082d8b1d20a352))
* **client:** only rebroadcast on deep equals ([ee64e99](https://github.com/zino-app/graphql-flutter/commit/ee64e99612025918d136a436796724a26c6adcfd))
* **client:** partialDataPolicy for configuring rejections ([0a7cd28](https://github.com/zino-app/graphql-flutter/commit/0a7cd280ef6c56726bcefbdfea6ac2d5e2bc16db))

# [4.0.0-beta.3](https://github.com/zino-app/graphql-flutter/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2020-10-17)


Expand Down
17 changes: 17 additions & 0 deletions packages/graphql_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0-beta.4](https://github.com/zino-app/graphql-flutter/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2020-11-07)


### Bug Fixes

* **client:** add CacheMissException for when write/read results in null ([a0a967f](https://github.com/zino-app/graphql-flutter/commit/a0a967f0d348a7ce368843b74567f04192b6bfb7))
* **client:** fetchMore partial handling ([10ec576](https://github.com/zino-app/graphql-flutter/commit/10ec57690c1d6a98be19de2076c4e167aa2cf4b0))
* **client:** skip cache writes on null data, thus fixing [#405](https://github.com/zino-app/graphql-flutter/issues/405) ([7472bb9](https://github.com/zino-app/graphql-flutter/commit/7472bb9102b22b0652f6df53d6bcea66592f8aa0))


### Features

* **client:** cache writes are now strict, and throw PartialDataException (from normalize), ([616b5ed](https://github.com/zino-app/graphql-flutter/commit/616b5edb503ce68d0212c5da8a9df69a9df30782))
* **client:** carry forward data on exception ([ccf3b9c](https://github.com/zino-app/graphql-flutter/commit/ccf3b9ca8b961574407e68b69f082d8b1d20a352))
* **client:** only rebroadcast on deep equals ([ee64e99](https://github.com/zino-app/graphql-flutter/commit/ee64e99612025918d136a436796724a26c6adcfd))
* **client:** partialDataPolicy for configuring rejections ([0a7cd28](https://github.com/zino-app/graphql-flutter/commit/0a7cd280ef6c56726bcefbdfea6ac2d5e2bc16db))

# [4.0.0-beta.3](https://github.com/zino-app/graphql-flutter/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2020-10-17)


Expand Down

0 comments on commit fb9cf7f

Please sign in to comment.