Releases: urql-graphql/urql
Releases · urql-graphql/urql
@urql/exchange-execute@2.3.0
@urql/exchange-context@0.3.0
@urql/exchange-auth@2.2.0
@urql/core@5.0.3
@urql/exchange-graphcache@7.0.2
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/core@5.0.2
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)
@urql/core@5.0.1
@urql/exchange-graphcache@7.0.1
Patch Changes
- When invoking the automatic creation updater ignore the entity we are currently on in the mutation
Submitted by @JoviDeCroock (See #3560)