This repository was archived by the owner on Mar 11, 2022. It is now read-only.
2.4.3 (2016-05-05)
- [IMPROVED] Reduced the length of the User-Agent header string.
- [IMPROVED] Use a more efficient HEAD request for getting revision information when using
DesignDocumentManager.remove(String id). - [FIX] Regression where
_design/was not optional in ID when usingDesignDocumentManagermethods. - [FIX] Issue where
use_indexwas specified as an array instead of a string when only a design
document name was provided. - [FIX] Issue where empty array was passed for
use_indexoption whenFindByIndexOptions.useIndex()
was not used. - [FIX] Incorrect method names in overview documentation example for connecting to Cloudant service.