CouchDB-Scala v0.5.1 Release Notes

Release Date: 2015-02-09 // about 9 years ago
  • ๐Ÿš€ This is a minor release, which fixes #1: Lenses._couchDoc is now of type PLens, which allows changing the document type from CouchDoc[A] to CouchDoc[B] with modify.

    A few case classes in Model have been renamed for clarity:

    • CouchDocMeta โ†’ CouchKeyVal
    • CouchDocMetaWithDoc โ†’ CouchKeyValWithDoc
    • CouchDocsMeta โ†’ CouchKeyVals

    The getDataAsBytes method of CouchAttachment has been renamed to toBytes.