From 8f2809869cc92c28c92880c4a38317ae3dbe654d Mon Sep 17 00:00:00 2001 From: Marcel Laverdet Date: Tue, 13 Apr 2021 00:30:17 -0500 Subject: [PATCH] =?UTF-8?q?The=20end=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a46a7ec..c07e7dc 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ abruptly stop working and no one will be able to do anything about it. I'd like to say thank you to all the users of fibers, your support over the years has meant a lot to me. +**Update** *[April 13th, 2021]* -- Fibers is not compatible with nodejs v16.0.0 or later. Unfortunately, v8 +commit [dacc2fee0f](https://github.com/v8/v8/commit/dacc2fee0f815823782a7e432c79c2a7767a4765) is a breaking +change and workarounds are non-trivial. + + fibers(1) -- Fiber support for v8 and Node ========================================== [![npm version](https://badgen.now.sh/npm/v/fibers)](https://www.npmjs.com/package/fibers)