couchdb v0.6.0 Release Notes
Release Date: 2017-07-17 // almost 8 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.
- There's an
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.