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

2.4.3 (2016-05-05)

Choose a tag to compare

@ricellis ricellis released this 05 May 08:38
· 355 commits to master since this release
  • [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 using DesignDocumentManager methods.
  • [FIX] Issue where use_index was 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_index option when FindByIndexOptions.useIndex()
    was not used.
  • [FIX] Incorrect method names in overview documentation example for connecting to Cloudant service.