urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

MIT License

Downloads
11.4M
Stars
8.5K
Committers
249

Bot releases are hidden (Show)

urql -

Published by kitten over 4 years ago

Patch Changes

  • Ensure that the Next.js context is available during all stages of SSR. Previously a missing check in useMemo on the server-side caused clientConfig from being called repeatedly, and another issue may have caused the client from being serialized to initial props, by @parkerziegler (See #719)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix @urql/exchange-populate visitWithTypeInfo import by bumping babel-plugin-modular-graphql, by @kitten (See #709)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix @urql/exchange-populate visitWithTypeInfo import by bumping babel-plugin-modular-graphql, by @kitten (See #709)
  • Updated dependencies (See #709)
urql -

Published by kitten over 4 years ago

Minor Changes

  • Update mutate() API to accept an options argument, instead of separate arguments, to increase consistency, by @kitten (See #705)
urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

  • Pick modules from graphql package, instead of importing from graphql/index.mjs, by @kitten (See #700)
urql -

Published by kitten over 4 years ago

Patch Changes

  • Add graphql@^15.0.0 to peer dependency range, by @kitten (See #688)
  • ⚠️ Fix non-2xx results never being parsed as GraphQL results. This can result in valid GraphQLErrors being hidden, which should take precedence over generic HTTP NetworkErrors, by @kitten (See #678)
urql -

Published by kitten over 4 years ago

Patch Changes

  • Add graphql@^15.0.0 to peer dependency range, by @kitten (See #688)
  • Forcefully bump @urql/core package in all bindings and in @urql/exchange-graphcache.
    We're aware that in some cases users may not have upgraded to @urql/core, even though that's within
    the typical patch range. Since the latest @urql/core version contains a patch that is required for
    cache-and-network to work, we're pushing another patch that now forcefully bumps everyone to the
    new version that includes this fix, by @kitten (See #684)
  • Reimplement persistence support to take commutative layers into account, by @kitten (See #674)
  • Updated dependencies (See #688 and #678)
urql -

Published by kitten over 4 years ago

Patch Changes

  • Add graphql@^15.0.0 to peer dependency range, by @kitten (See #688)
  • Bump extract-files to ^8.1.0, by @kitten (See #688)
  • ⚠️ Fix non-2xx results never being parsed as GraphQL results. This can result in valid GraphQLErrors being hidden, which should take precedence over generic HTTP NetworkErrors, by @kitten (See #678)
  • Updated dependencies (See #688 and #678)
urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

  • Add graphql@^15.0.0 to peer dependency range, by @kitten (See #688)
  • Forcefully bump @urql/core package in all bindings and in @urql/exchange-graphcache.
    We're aware that in some cases users may not have upgraded to @urql/core, even though that's within
    the typical patch range. Since the latest @urql/core version contains a patch that is required for
    cache-and-network to work, we're pushing another patch that now forcefully bumps everyone to the
    new version that includes this fix, by @kitten (See #684)
  • Updated dependencies (See #688 and #678)
urql -

Published by kitten over 4 years ago

Patch Changes

  • Add graphql@^15.0.0 to peer dependency range, by @kitten (See #688)
  • Forcefully bump @urql/core package in all bindings and in @urql/exchange-graphcache.
    We're aware that in some cases users may not have upgraded to @urql/core, even though that's within
    the typical patch range. Since the latest @urql/core version contains a patch that is required for
    cache-and-network to work, we're pushing another patch that now forcefully bumps everyone to the
    new version that includes this fix, by @kitten (See #684)
  • Updated dependencies (See #688 and #678)
urql -

Published by kitten over 4 years ago

Patch Changes

  • Add graphql@^15.0.0 to peer dependency range, by @kitten (See #688)
  • Forcefully bump @urql/core package in all bindings and in @urql/exchange-graphcache.
    We're aware that in some cases users may not have upgraded to @urql/core, even though that's within
    the typical patch range. Since the latest @urql/core version contains a patch that is required for
    cache-and-network to work, we're pushing another patch that now forcefully bumps everyone to the
    new version that includes this fix, by @kitten (See #684)
  • Updated dependencies (See #688 and #678)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix oversight in edge case for #662. The operation queue wasn't marked as being active which caused stale results and cache-and-network operations from reissuing operations immediately (unqueued essentially) which would then be filtered out by the dedupExchange, by @kitten (See #669)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix critical bug in operation queueing that can lead to unexpected teardowns and swallowed operations. This would happen when a teardown operation kicks off the queue, by @kitten (See #662)
urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Minor Changes

  • Support optimistic values for mutations without a selectionset, by @JoviDeCroock (See #657)

Patch Changes

  • Refactor to replace dictionary-based (Object.create(null)) results with regular objects, by @kitten (See #651)
  • ⚠️ Fix case where a mutation-rootfield would cause an empty call to the cache.updates[mutationRootField], by @JoviDeCroock (See #654)
  • Updated dependencies (See #658 and #650)