-9
.changeset/giant-pets-buy.md
-9
.changeset/giant-pets-buy.md
···-By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters.-When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it-or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for
···
-5
.changeset/shaggy-taxis-grab.md
-5
.changeset/shaggy-taxis-grab.md
-5
.changeset/short-crews-retire.md
-5
.changeset/short-crews-retire.md
-5
.changeset/thick-roses-joke.md
-5
.changeset/thick-roses-joke.md
+3
-3
examples/with-apq/package.json
+3
-3
examples/with-apq/package.json
+3
-3
examples/with-defer-stream-directives/package.json
+3
-3
examples/with-defer-stream-directives/package.json
···
···
+3
-3
examples/with-graphcache-pagination/package.json
+3
-3
examples/with-graphcache-pagination/package.json
+4
-4
examples/with-graphcache-updates/package.json
+4
-4
examples/with-graphcache-updates/package.json
···
···
+2
-2
examples/with-infinite-pagination/package.json
+2
-2
examples/with-infinite-pagination/package.json
+2
-2
examples/with-multipart/package.json
+2
-2
examples/with-multipart/package.json
+3
-3
examples/with-next/package.json
+3
-3
examples/with-next/package.json
+2
-2
examples/with-pagination/package.json
+2
-2
examples/with-pagination/package.json
+2
-2
examples/with-react-native/package.json
+2
-2
examples/with-react-native/package.json
+2
-2
examples/with-react/package.json
+2
-2
examples/with-react/package.json
+3
-3
examples/with-refresh-auth/package.json
+3
-3
examples/with-refresh-auth/package.json
+3
-3
examples/with-retry/package.json
+3
-3
examples/with-retry/package.json
+3
-3
examples/with-subscriptions-via-fetch/package.json
+3
-3
examples/with-subscriptions-via-fetch/package.json
+2
-2
examples/with-svelte/package.json
+2
-2
examples/with-svelte/package.json
+2
-2
examples/with-vue3/package.json
+2
-2
examples/with-vue3/package.json
+7
exchanges/auth/CHANGELOG.md
+7
exchanges/auth/CHANGELOG.md
+1
-1
exchanges/auth/jsr.json
+1
-1
exchanges/auth/jsr.json
+3
-3
exchanges/auth/package.json
+3
-3
exchanges/auth/package.json
······
······
+7
exchanges/context/CHANGELOG.md
+7
exchanges/context/CHANGELOG.md
+1
-1
exchanges/context/jsr.json
+1
-1
exchanges/context/jsr.json
+3
-3
exchanges/context/package.json
+3
-3
exchanges/context/package.json
······
······
+7
exchanges/execute/CHANGELOG.md
+7
exchanges/execute/CHANGELOG.md
+1
-1
exchanges/execute/jsr.json
+1
-1
exchanges/execute/jsr.json
+3
-3
exchanges/execute/package.json
+3
-3
exchanges/execute/package.json
······
······
+7
exchanges/graphcache/CHANGELOG.md
+7
exchanges/graphcache/CHANGELOG.md
+1
-1
exchanges/graphcache/jsr.json
+1
-1
exchanges/graphcache/jsr.json
+3
-3
exchanges/graphcache/package.json
+3
-3
exchanges/graphcache/package.json
······
······
+15
exchanges/persisted/CHANGELOG.md
+15
exchanges/persisted/CHANGELOG.md
···+- By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters.+When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it+or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for+Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3789](https://github.com/urql-graphql/urql/pull/3789))+- Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807))
+1
-1
exchanges/persisted/jsr.json
+1
-1
exchanges/persisted/jsr.json
+3
-3
exchanges/persisted/package.json
+3
-3
exchanges/persisted/package.json
······
······
+7
exchanges/populate/CHANGELOG.md
+7
exchanges/populate/CHANGELOG.md
+1
-1
exchanges/populate/jsr.json
+1
-1
exchanges/populate/jsr.json
+3
-3
exchanges/populate/package.json
+3
-3
exchanges/populate/package.json
······
······
+7
exchanges/refocus/CHANGELOG.md
+7
exchanges/refocus/CHANGELOG.md
+1
-1
exchanges/refocus/jsr.json
+1
-1
exchanges/refocus/jsr.json
+3
-3
exchanges/refocus/package.json
+3
-3
exchanges/refocus/package.json
······
······
+7
exchanges/request-policy/CHANGELOG.md
+7
exchanges/request-policy/CHANGELOG.md
+1
-1
exchanges/request-policy/jsr.json
+1
-1
exchanges/request-policy/jsr.json
+3
-3
exchanges/request-policy/package.json
+3
-3
exchanges/request-policy/package.json
······
······
+7
exchanges/retry/CHANGELOG.md
+7
exchanges/retry/CHANGELOG.md
+1
-1
exchanges/retry/jsr.json
+1
-1
exchanges/retry/jsr.json
+3
-3
exchanges/retry/package.json
+3
-3
exchanges/retry/package.json
······
······
+7
exchanges/throw-on-error/CHANGELOG.md
+7
exchanges/throw-on-error/CHANGELOG.md
+1
-1
exchanges/throw-on-error/jsr.json
+1
-1
exchanges/throw-on-error/jsr.json
+3
-3
exchanges/throw-on-error/package.json
+3
-3
exchanges/throw-on-error/package.json
······
······
+15
packages/core/CHANGELOG.md
+15
packages/core/CHANGELOG.md
···+- By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters.+When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it+or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for+Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3789](https://github.com/urql-graphql/urql/pull/3789))+- Fix type definition for `GraphQLRequestParams` to make `variables` field optional if and only if **all** fields are optional or nullish+Submitted by [@arkandias](https://github.com/arkandias) (See [#3807](https://github.com/urql-graphql/urql/pull/3807))
+1
-1
packages/core/jsr.json
+1
-1
packages/core/jsr.json
+1
-1
packages/core/package.json
+1
-1
packages/core/package.json
+7
packages/next-urql/CHANGELOG.md
+7
packages/next-urql/CHANGELOG.md
+1
-1
packages/next-urql/jsr.json
+1
-1
packages/next-urql/jsr.json
+2
-2
packages/next-urql/package.json
+2
-2
packages/next-urql/package.json
······
······
+7
packages/preact-urql/CHANGELOG.md
+7
packages/preact-urql/CHANGELOG.md
+1
-1
packages/preact-urql/jsr.json
+1
-1
packages/preact-urql/jsr.json
+3
-3
packages/preact-urql/package.json
+3
-3
packages/preact-urql/package.json
······
······
+7
packages/react-urql/CHANGELOG.md
+7
packages/react-urql/CHANGELOG.md
+1
-1
packages/react-urql/jsr.json
+1
-1
packages/react-urql/jsr.json
+3
-3
packages/react-urql/package.json
+3
-3
packages/react-urql/package.json
······
······
+7
packages/solid-urql/CHANGELOG.md
+7
packages/solid-urql/CHANGELOG.md
+1
-1
packages/solid-urql/jsr.json
+1
-1
packages/solid-urql/jsr.json
+3
-3
packages/solid-urql/package.json
+3
-3
packages/solid-urql/package.json
······
······
+7
packages/svelte-urql/CHANGELOG.md
+7
packages/svelte-urql/CHANGELOG.md
+1
-1
packages/svelte-urql/jsr.json
+1
-1
packages/svelte-urql/jsr.json
+3
-3
packages/svelte-urql/package.json
+3
-3
packages/svelte-urql/package.json
······
······
+17
packages/vue-urql/CHANGELOG.md
+17
packages/vue-urql/CHANGELOG.md
···+Submitted by [@arkandias](https://github.com/arkandias) (See [#3806](https://github.com/urql-graphql/urql/pull/3806))+Submitted by [@arkandias](https://github.com/arkandias) (See [#3734](https://github.com/urql-graphql/urql/pull/3734))+- Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807))
+1
-1
packages/vue-urql/jsr.json
+1
-1
packages/vue-urql/jsr.json
+3
-3
packages/vue-urql/package.json
+3
-3
packages/vue-urql/package.json
······
······
+15
-15
pnpm-lock.yaml
+15
-15
pnpm-lock.yaml
·············································
·············································