Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
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 end-of-life and no longer supported.

# 2.15.0 (2021-08-26)
- [NEW] Override `dict.get` method for `CouchDatabase` to add `remote` parameter allowing it to
retrieve a remote document if specified.
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# DEPRECATED
# :warning: NO LONGER MAINTAINED :warning:

**This library is now deprecated and will be end-of-life on Dec 31 2021.**
**This library is end-of-life and no longer supported.**

The library remains supported until the end-of-life date,
but will receive only _critical_ maintenance updates.
This repository will not be updated. The repository will be kept available in read-only mode.

Please see the [Migration Guide](./MIGRATION.md) for advice
about migrating to our replacement library
Expand Down
2 changes: 1 addition & 1 deletion src/cloudant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .client import Cloudant, CouchDB
from ._common_util import CloudFoundryService

warnings.warn('The module cloudant is now deprecated. The replacement is ibmcloudant.',
warnings.warn('The module cloudant is now end-of-life. The replacement is ibmcloudant.',
DeprecationWarning)

@contextlib.contextmanager
Expand Down