Kivik v3.1.0 Release Notes

Release Date: 2020-05-02 // almost 4 years ago
  • ๐Ÿš€ This release adds two major features:

    ๐Ÿ‘ 1. Support for partitioned queries, which is now provided by CouchDB 3.x ๐Ÿ‘ 2. Support for multiple queries to a view. This support has been around for ages (partial support all the way back to 1.x), but was never supported by Kivik. Now it is!

    ๐Ÿ’ฅ Breaking changes:

    • The Find, Explain, CreateIndex, GetIndexes, and DeleteIndex methods now take optional (variadic) kivik.Options arguments. This should not break normal usage, but may pose a problem if you depended on the exact function definition (such as in an interface definition) in any code.