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

Add deprecation notice #453

Merged
merged 1 commit into from
Jul 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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