This repository was archived by the owner on Mar 11, 2022. It is now read-only.
2.5.0 (2016-05-24)
- [NEW] Handle HTTP status code
429 Too Many Requestswith blocking backoff and retries. - [NEW] Added
DesignDocumentManager.list()to return all design documents defined in a database. - [NEW] Added an optional
SettableViewParameters.STALE_NOconstant for the default omitted case of
the stale parameter on a view request. - [NEW] Added
descendingoption for changes feed. - [NEW] Added
parameteroption for changes feed to allow specifying a custom query parameter on
the request for example to be used by a filter function. - [NEW] Added HttpConnection logging filters for HTTP request method and URL regex.
- [IMPROVED] Added additional logging output and documentation.
- [IMPROVED] Documentation for
Replicationclass. - [FIX]
JsonSyntaxExceptionwhen deserializing Cloudant query language generated design
documents into theDesignDocumentclass. - [FIX]
PreconditionFailedExceptionwas never thrown when callingcreateDB("dbname")when the
database already existed. - [FIX] Documentation that suggested calling
database("dbname", false)would immediately throw a
NoDocumentExceptionif the database did not exist. The exception is not thrown until the first
operation on theDatabaseinstance. - [FIX]
ClassCastExceptionwhen the server responded403with anullreason in the JSON.