···11----
22-"@urql/core": patch
33----
44-55-Correct typo in cacheHit debug message of the `debugExchange`
-5
.changeset/nervous-flies-confess.md
···11----
22-'@urql/core': patch
33----
44-55-Fix `fetchSource` not text-decoding response chunks as streams, which could cause UTF-8 decoding to break.
···11# @urql/core
2233+## 5.1.2
44+55+### Patch Changes
66+77+- Correct typo in cacheHit debug message of the `debugExchange`
88+ Submitted by [@jorrit](https://github.com/jorrit) (See [#3773](https://github.com/urql-graphql/urql/pull/3773))
99+- ⚠️ Fix `fetchSource` not text-decoding response chunks as streams, which could cause UTF-8 decoding to break
1010+ Submitted by [@i110](https://github.com/i110) (See [#3767](https://github.com/urql-graphql/urql/pull/3767))
1111+- ⚠️ Fix compatibility with Typescript >5.5 (See: https://github.com/0no-co/graphql.web/pull/49)
1212+ Submitted by [@andreisergiu98](https://github.com/andreisergiu98) (See [#3730](https://github.com/urql-graphql/urql/pull/3730))
1313+- Change debug log verbosity to `console.debug` rather than `console.log`
1414+ Submitted by [@kitten](https://github.com/kitten) (See [#3770](https://github.com/urql-graphql/urql/pull/3770))
1515+316## 5.1.1
417518### Patch Changes