couchdb v0.6.0 Release Notes

Release Date: 2017-07-17 // almost 7 years ago
  • ๐Ÿš€ This release is a total rewrite owing to a change in project goals. The library now less ambitiously provides a set of passive types and does not provide an HTTP client.

    ๐Ÿ‘ Here's what the library supports so far:

    • There's an Attachment type for intelligently working with document attachments.
    • There's a suite of path-related types (in the path submodule) for specifying the locations of CouchDB resources in a type-safe way.
    • There are a few other types for deserializing specific CouchDB JSON objects. For example, the Nok type can capture information from a CouchDB error response.

    Also, all project dependencies are now up-to-date.


Previous changes from v0.5.2

  • ๐Ÿš€ This release fixes compiler warnings that are soon to become hard ๐Ÿ‘€ errors. See issue [#57][issue_57] for more information.