From 3e1a9db3e273ab16944e6fedb70e6b02f9d7750a Mon Sep 17 00:00:00 2001 From: Rich Ellis Date: Fri, 4 Jun 2021 14:30:27 +0100 Subject: [PATCH] Add deprecation notice --- CHANGES.md | 3 +++ README.md | 14 ++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 93c90b5c..26e1835c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# UNRELEASED +- [DEPRECATED] This library is now deprecated and will be EOL on Dec 31 2021. + # 4.4.0 (2021-06-18) - [FIXED] Parsing of max-age from Set-Cookie headers. - [FIXED] Double callback if plugin errors when updating state. diff --git a/README.md b/README.md index f10fbea6..bc580300 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# DEPRECATED + +**This library is now deprecated and will be end-of-life on Dec 31 2021.** + +The library remains supported until the end-of-life date, +but will receive only _critical_ maintenance updates. + +Please see the [Migration Guide](./MIGRATION.md) for advice +about migrating to our replacement library +[cloudant-node-sdk](https://github.com/IBM/cloudant-node-sdk). + +For FAQs and additional information please refer to the +[Cloudant blog](https://blog.cloudant.com/2021/06/30/Cloudant-SDK-Transition.html). + # Cloudant Node.js Client This is the official Cloudant library for Node.js.