Announcing the release of v7.0.0 of Nano <https://www.npmjs.com/package/nano>, the official Node.js library for Apache CouchDB.
This release includes: - support for JavaScript Promises by default. - new "...AsStream" function calls that return streamable objects - improved TypeScript definitions - tests against official CouchDB Docker image - various bug fixes There's a blog post about the release here: https://medium.com/@glynn_bird/introducing-couchdb-nano-7-0-0-7c53a4f9a2a9 and a migration guide for Nano 6 users here: https://github.com/apache/couchdb-nano/blob/master/migration_6_to_7.md. As always, issues and contributions welcome at the GitHub repo: https://github.com/apache/couchdb-nano. The package is distributed from npm: https://www.npmjs.com/package/nano Glynn Bird
