github urql-graphql/urql @urql/exchange-graphcache@2.2.0

4 years ago

Minor Changes

  • Add cache.invalidate to invalidate an entity directly to remove it from the cache and all subsequent cache results, e.g. cache.invalidate({ __typename: 'Todo', id: 1 }), by @JoviDeCroock (See #566)

Patch Changes

  • ⚠️ Fix cache-only operations being forwarded and triggering fetch requests, by @JoviDeCroock (See #551)
  • Apply Query results in-order and commutatively even when results arrive out-of-order, by @kitten (See #565)
  • Updated dependencies (See #551, #542, and #544)
    • @urql/core@1.9.1

Don't miss a new urql release

NewReleases is sending notifications on new releases.