···11----
22-'@urql/exchange-auth': patch
33----
44-55-`authExchange()` will now block and pass on errors if the initialization function passed to it fails, and will retry indefinitely. It’ll also output a warning for these cases, as the initialization function (i.e. `authExchange(async (utils) => { /*...*/ })`) is not expected to reject/throw.
-6
.changeset/shy-maps-raise.md
···11----
22-'@urql/core': patch
33----
44-55-Add case for `subscriptionExchange` to handle `GraphQLError[]` received in the `error` observer callback.
66-**Note:** This doesn't strictly check for the `GraphQLError` shape and only checks for arrays and receiving errors in the `ExecutionResult` on the `next` observer callback is preferred and recommended for transports.
···11# Changelog
2233+## 2.1.6
44+55+### Patch Changes
66+77+- `authExchange()` will now block and pass on errors if the initialization function passed to it fails, and will retry indefinitely. It’ll also output a warning for these cases, as the initialization function (i.e. `authExchange(async (utils) => { /*...*/ })`) is not expected to reject/throw
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3343](https://github.com/urql-graphql/urql/pull/3343))
99+310## 2.1.5
411512### Patch Changes
+1-1
exchanges/auth/package.json
···11{
22 "name": "@urql/exchange-auth",
33- "version": "2.1.5",
33+ "version": "2.1.6",
44 "description": "An exchange for managing authentication and token refresh in urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+8
packages/core/CHANGELOG.md
···11# @urql/core
2233+## 4.1.1
44+55+### Patch Changes
66+77+- Add case for `subscriptionExchange` to handle `GraphQLError[]` received in the `error` observer callback.
88+ **Note:** This doesn't strictly check for the `GraphQLError` shape and only checks for arrays and receiving errors in the `ExecutionResult` on the `next` observer callback is preferred and recommended for transports
99+ Submitted by [@kitten](https://github.com/kitten) (See [#3346](https://github.com/urql-graphql/urql/pull/3346))
1010+311## 4.1.0
412513### Minor Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.1.0",
33+ "version": "4.1.1",
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/",