···11----
22-'@urql/exchange-persisted': major
33-'@urql/core': major
44----
55-66-By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters.
77-When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it
88-or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for
99-the persisted exchange to `false`.
-5
.changeset/shaggy-taxis-grab.md
···11----
22-'@urql/core': minor
33----
44-55-Fix type definition for `GraphQLRequestParams` to make `variables` field optional if and only if **all** fields are optional or nullish
-5
.changeset/short-crews-retire.md
···11----
22-'@urql/vue': minor
33----
44-55-Fix regression breaking `variables` typing
-5
.changeset/thick-roses-joke.md
···11----
22-'@urql/vue': major
33----
44-55-Bump Vue to 3.2+ and replace getCurrentInstance with getCurrentScope
···11# @urql/exchange-persisted-fetch
2233+## 5.0.0
44+55+### Major Changes
66+77+- By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters.
88+ When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it
99+ or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for
1010+ the persisted exchange to `false`
1111+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3789](https://github.com/urql-graphql/urql/pull/3789))
1212+1313+### Patch Changes
1414+1515+- Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807))
1616+ - @urql/core@6.0.0
1717+318## 4.3.1
419520### Patch Changes
···11# @urql/core
2233+## 6.0.0
44+55+### Major Changes
66+77+- By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters.
88+ When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it
99+ or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for
1010+ the persisted exchange to `false`
1111+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3789](https://github.com/urql-graphql/urql/pull/3789))
1212+1313+### Minor Changes
1414+1515+- Fix type definition for `GraphQLRequestParams` to make `variables` field optional if and only if **all** fields are optional or nullish
1616+ Submitted by [@arkandias](https://github.com/arkandias) (See [#3807](https://github.com/urql-graphql/urql/pull/3807))
1717+318## 5.2.0
419520### Minor Changes