CouchDB-Scala v0.7.0 Release Notes

Release Date: 2016-02-21 // about 8 years ago
  • 🚀 This release contains 3 new features implemented by @ermyas:

    • Documents.createMany: creating multiple documents with specified IDs (#18), which addresses #16.
    • Documents.getMany.queryAllowMissing and Documents.getMany.queryIncludeDocsAllowMissing: getting multiple documents by IDs allowing some documents to not be present (#17), which addresses #15.
    • View.queryWithReduce: querying views with a reduce function (#20), which addresses #12.