Skip to content
On this page

v0.11 Namtok Ngao

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:

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

@farfetched/core

Patch Changes

  • f14f944: Fix incorrect type of __.$instance in Cache API

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

0.11.2

@farfetched/atomic-router

Patch Changes

  • 3f09dc5: Bump allowed version of atmoic-router to 0.9.1

0.11.1

@farfetched/core

Patch Changes

  • 730ef73: Do not flick .$status during cancellation

0.11.0

@farfetched/atomic-router

Minor Changes

@farfetched/core

Minor Changes

Patch Changes

  • ef2d3a5: Support enabled in keepFresh
  • ec2ab95: Do not throw nonserializable error in case of invalid URL
@farfetched/solid

Minor Changes

Released under the MIT License.