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

latest releases: @urql/core@5.0.2, @urql/exchange-graphcache@7.0.2, @urql/core@5.0.1...
24 months ago

Minor Changes

  • Fix issues with continuously updating operations (i.e. subscriptions and hasNext: true queries) by shifting their layers in Graphcache behind those that are still awaiting a result. This causes continuous updates to not overwrite one-off query results while still keeping continuously updating operations at the highest possible layer, by @kitten (See #2419)

Patch Changes

  • ⚠️ Fix ignore empty relay edges when using the relayPagination resolver, by @tgriesser (See #2431)
  • Prevent creating unnecessary layers, which should improve performance slightly, by @kitten (See #2419)

Don't miss a new urql release

NewReleases is sending notifications on new releases.