Skip to content

Releases: urql-graphql/urql

@urql/solid@1.0.1

25 Jan 10:17
Immutable release. Only release title and notes can be modified.
653cf99

Choose a tag to compare

Patch Changes

  • Use @solid-primitives/utils for access and MaybeAccessor utilities instead of custom implementations. This aligns the package with standard Solid ecosystem conventions
    Submitted by @davedbase (See #3837)

@urql/solid-start@0.1.0

25 Jan 10:17
Immutable release. Only release title and notes can be modified.
653cf99

Choose a tag to compare

Minor Changes

  • Initial release of @urql/solid-start - URQL integration built with SolidStart's native primitives.
    Get started with:
    • createQuery - GraphQL queries using SolidStart's query() and createAsync()
    • createMutation - GraphQL mutations using SolidStart's action() and useAction()
    • createSubscription - Real-time GraphQL subscriptions
    • Provider and useClient - Context-based client access
    • Reactive variables - All parameters accept signals/accessors for automatic re-execution
    • Full SSR support - Works seamlessly with SolidStart's server-side rendering
    • TypeScript support - Complete type safety with GraphQL types
    • Uses @solid-primitives/utils - Leverages standard Solid ecosystem utilities
      Submitted by @davedbase (See #3837)

Patch Changes

  • Updated dependencies (See #3837)
    • @urql/solid@1.0.1

@urql/storage-rn@1.1.2

23 Jan 06:42
Immutable release. Only release title and notes can be modified.
86f0100

Choose a tag to compare

Patch Changes

  • Add support for @react-native-async-storage/async-storage v2.0.0
    Submitted by @nhangeland (See #3836)

@urql/exchange-refocus@2.1.0

23 Jan 06:42
Immutable release. Only release title and notes can be modified.
86f0100

Choose a tag to compare

Minor Changes

  • Add minimumTime to refocusExchange to throttle query reexecution
    Submitted by @ThaUnknown (See #3825)

@urql/exchange-graphcache@9.0.0

23 Jan 06:42
Immutable release. Only release title and notes can be modified.
86f0100

Choose a tag to compare

Major Changes

  • Don't serialize data to IDB. This invalidates all existing data, but greatly improves performance of read/write operations
    Submitted by @ThaUnknown (See #3824)

urql@5.0.1

29 Aug 08:06
Immutable release. Only release title and notes can be modified.
046c6e5

Choose a tag to compare

Patch Changes

  • Upgrade false-positive circumvention for internal React warning to support React 19
    Submitted by @kitten (See #3769)

@urql/exchange-persisted@5.0.1

11 Aug 05:29
3e4bee3

Choose a tag to compare

Patch Changes

  • Use nullish coalescing for preferGetMethod and preferGetForPersistedQueries so that false is kept if set
    Submitted by @dargmuesli (See #3812)
  • Updated dependencies (See #3812)
    • @urql/core@6.0.1

@urql/core@6.0.1

11 Aug 05:29
3e4bee3

Choose a tag to compare

Patch Changes

  • Use nullish coalescing for preferGetMethod and preferGetForPersistedQueries so that false is kept if set
    Submitted by @dargmuesli (See #3812)

urql@5.0.0

09 Aug 13:26
b0a0f32

Choose a tag to compare

Patch Changes

  • Updated dependencies (See #3789 and #3807)
    • @urql/core@6.0.0

@urql/exchange-graphcache@8.1.0

09 Aug 13:31
1457b74

Choose a tag to compare

Minor Changes

  • Add possibleTypes config for deterministic fragment matching
    Submitted by @xuanduc987 (See #3805)