Patch Changes
- Correct typo in cacheHit debug message of the
debugExchange
Submitted by @jorrit (See #3773) - ⚠️ Fix
fetchSource
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)