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

3 years ago

This release of Graphcache marks a point where we deem Offline Support as ready enough to remove all experimental warnings from it and regard it as stable enough to be used in apps together with urql and @urql/preact.

  • ⚠️ Fix updaters config not working when Mutation/Subscription root names were altered.
    For instance, a Mutation named mutation_root could cause store.updates to be misread and cause a
    runtime error, by @kitten (See #984)
  • ⚠️ Fix operation results being obstructed by the offlineExchange when the network request has failed due to being offline and no cache result has been issued. Instead the offlineExchange will now retry with cache-only policy, by @kitten (See #985)

Don't miss a new urql release

NewReleases is sending notifications on new releases.