Releases: urql-graphql/urql
Releases · urql-graphql/urql
@urql/[email protected]
@urql/[email protected]
@urql/[email protected]
@urql/[email protected]
@urql/[email protected]
@urql/[email protected]
@urql/[email protected]
@urql/[email protected]
Patch Changes
- Only record dependencies that are changing data, this will reduce the amount of operations we re-invoke due to network-only/cache-and-network queries and mutations
Submitted by @JoviDeCroock (See #3564)
@urql/[email protected]
Patch Changes
⚠️ Fix issue where a reexecute on an in-flight operation would lead to multiple network-requests.
For example, this issue presents itself when Graphcache is concurrently updating multiple, inter-dependent queries with shared entities. One query completing while others are still in-flight may lead to duplicate operations being issued
Submitted by @JoviDeCroock (See #3573)