Releases: urql-graphql/urql
Releases · urql-graphql/urql
[email protected]
Immutable
release. Only release title and notes can be modified.
@urql/[email protected]
Patch Changes
- Use nullish coalescing for
preferGetMethod
andpreferGetForPersistedQueries
so thatfalse
is kept if set
Submitted by @dargmuesli (See #3812) - Updated dependencies (See #3812)
- @urql/[email protected]
@urql/[email protected]
Patch Changes
- Use nullish coalescing for
preferGetMethod
andpreferGetForPersistedQueries
so thatfalse
is kept if set
Submitted by @dargmuesli (See #3812)
[email protected]
Patch Changes
- Updated dependencies (See #3789 and #3807)
- @urql/[email protected]
@urql/[email protected]
Minor Changes
- Add possibleTypes config for deterministic fragment matching
Submitted by @xuanduc987 (See #3805)
@urql/[email protected]
Minor Changes
- export the getOperationName utility function
Submitted by @giacomocerquone (See #3785)
@urql/[email protected]
Patch Changes
- Mark options argument as optional (
retryExchange()
)
Submitted by @jtomaszewski (See #3775) - Updated dependencies (See #3773, #3767, #3730, and #3770)
- @urql/[email protected]
@urql/[email protected]
Patch Changes
⚠️ Fix compatibility with Typescript >5.5 (See: 0no-co/graphql.web#49)
Submitted by @andreisergiu98 (See #3730)- Updated dependencies (See #3773, #3767, #3730, and #3770)
- @urql/[email protected]
@urql/[email protected]
Patch Changes
- Correct typo in cacheHit debug message of the
debugExchange
Submitted by @jorrit (See #3773) ⚠️ FixfetchSource
not text-decoding response chunks as streams, which could cause UTF-8 decoding to break
Submitted by @i110 (See #3767)⚠️ Fix compatibility with Typescript >5.5 (See: 0no-co/graphql.web#49)
Submitted by @andreisergiu98 (See #3730)- Change debug log verbosity to
console.debug
rather thanconsole.log
Submitted by @kitten (See #3770)