This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # UNRELEASED
2+ - [ DEPRECATED] This library is end-of-life and no longer supported.
3+
14# 2.15.0 (2021-08-26)
25- [ NEW] Override ` dict.get ` method for ` CouchDatabase ` to add ` remote ` parameter allowing it to
36 retrieve a remote document if specified.
Original file line number Diff line number Diff line change 1- # DEPRECATED
1+ # : warning : NO LONGER MAINTAINED : warning :
22
3- ** This library is now deprecated and will be end-of-life on Dec 31 2021 .**
3+ ** This library is end-of-life and no longer supported .**
44
5- The library remains supported until the end-of-life date,
6- but will receive only _ critical_ maintenance updates.
5+ This repository will not be updated. The repository will be kept available in read-only mode.
76
87Please see the [ Migration Guide] ( ./MIGRATION.md ) for advice
98about migrating to our replacement library
Original file line number Diff line number Diff line change 2424from .client import Cloudant , CouchDB
2525from ._common_util import CloudFoundryService
2626
27- warnings .warn ('The module cloudant is now deprecated . The replacement is ibmcloudant.' ,
27+ warnings .warn ('The module cloudant is now end-of-life . The replacement is ibmcloudant.' ,
2828 DeprecationWarning )
2929
3030@contextlib .contextmanager
You can’t perform that action at this time.
0 commit comments