v0.11 Namtok Ngao
Photo by Maria Goroshko
Why Namtok Ngao?
Namtok Ngao is a national park in the Ranogn province of Thailand. This release is about Barrier API and Ranong is a border town near Myanmar, so it is a perfect match 🏝
Two highlights of this release are:
- Barrier API which allows you to postpone the execution of a Query or Mutation until a certain condition is met.
- Effector v23 with a bunch of new features and improvements.
Migration guide
This release contains a couple of breaking changes, so please read the migration guide carefully.
Use Effector v23
To use Farfetched v0.11 you need to use Effector v23 and have all related dependencies (effector-solid
, effector-vue
, etc.) updated. Please, refer to Effector v23 migration guide for more details.
Delete isAbortError
Since v0.10 aborted Queries and Mutations are not treated as failed anymore. So, isAbortError
is not needed anymore and can be safely removed from your codebase.
Full changelog
0.11.4
0.11.3
@farfetched/core
Patch Changes
- 3649ae9: Support Cloudflare Workers runtime by deleting explicitly setting credentials in internal code, observed behavior has not changed for other runtimes