Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Jul 1, 2021
1 parent 263ddda commit 3e1a9db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3e1a9db

Please sign in to comment.