···11# @urql/core
2233+## 4.0.6
44+55+### Patch Changes
66+77+- Handle `multipart/mixed` variations starting with boundary rather than CRLF and a boundary
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3172](https://github.com/urql-graphql/urql/pull/3172))
99+- ⚠️ Fix regression which would disallow `network-only` operations after `cache-and-network` completed
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#3174](https://github.com/urql-graphql/urql/pull/3174))
1111+312## 4.0.5
413514### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.0.5",
33+ "version": "4.0.6",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",