-
-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 4.0.0 #801
Release 4.0.0 #801
Conversation
BREAKING CHANGE: Link layer is now implemented via package:gql_link and package:gql_exec
BREAKING CHANGE: the deprecated string documents are no longer supported
…m client (for now), retrieve subscription changes from #533
fix(client): wrap all subscription errors in QueryResults
# [4.0.0-beta.5](v4.0.0-beta.4...v4.0.0-beta.5) (2020-11-10) ### Bug Fixes * **client:** wrap all subscription errors in QueryResults ([aae61ca](aae61ca))
…-cache fix(): fix ObservableQuery.lifecycle for cache only results
Check for nullable keepAliveSubscription
# [4.0.0-beta.6](v4.0.0-beta.5...v4.0.0-beta.6) (2020-12-27) ### Bug Fixes * fix ObservableQuery.lifecycle for cache only results ([f44b479](f44b479))
BREAKING CHANGE: By fixing the defaults for mutations, the old behavior is now lost
Result Context, watchMutation, CacheRereadPolicy
# [4.0.0-beta.7](v4.0.0-beta.6...v4.0.0-beta.7) (2021-01-25) ### Features * **client:** add context to QueryResult ([fbc5a2d](fbc5a2d)) * **client:** CacheRereadPolicy, watchMutation workaround ([32e02da](32e02da)) * **client:** QueryResult.unexecuted ([13e3257](13e3257)) ### BREAKING CHANGES * **client:** By fixing the defaults for mutations, the old behavior is now lost
Codecov Report
@@ Coverage Diff @@
## master #801 +/- ##
==========================================
- Coverage 58.37% 49.74% -8.63%
==========================================
Files 44 35 -9
Lines 1761 1389 -372
==========================================
- Hits 1028 691 -337
+ Misses 733 698 -35
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
🎉 This PR is included in version 4.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
See
v3
vsv4
and the graphql CHANGELOG.v4 has been in beta for a long time, and all of the most important issues have been resolved. There are still some open
CacheMissException
-related issues that are troubling (#785, #779) but their authors are unresponsive.