Skip to content

Releases: apache/couchdb-nano

v9.0.1

09 Nov 08:35
Compare
Choose a tag to compare

Bug fix release, fixing bug in instantiation of the HttpAgent object.

9.0.0

04 Nov 14:57
Compare
Choose a tag to compare
  • replace the deprecated request library with axios
  • replace deprecated changes feed follower
  • fewer dependencies

v8.2.3

02 Nov 16:07
Compare
Choose a tag to compare

Maintenance release on v8.x.x including various Typescript fixes.

Released in preparation for v9.0.0 release based on axios instead of request.

8.2.2

05 Mar 09:05
Compare
Choose a tag to compare
  • improved TypeScript definitions for Mango selectors

8.2.1

02 Mar 09:12
Compare
Choose a tag to compare
  • TypeScript definitions improved and passed through --strict compiler to check for problems in downstream projects

8.2.0

27 Feb 13:39
9994f85
Compare
Choose a tag to compare
  • added new functions to deal with Partitioned Databases for CouchDB 3.
  • rewritten test suite using jest with the focus less on testing CouchDB's functionality, but ensuring that Nano is dispatching the correct HTTP call. Most tests are "mocked" although some are performed against CouchDB 3 in a container.
  • dependency bump
  • fixed many TypeScript definitions which folks kindly raised as GitHub issues

8.1.0

02 May 15:00
8b9b9eb
Compare
Choose a tag to compare
  • TypeScript definitions
  • Typos in code and docs
  • allow db.create to take an opts object, to specify q/r
  • db.search does an HTTP POST instead of GET, which simplifies processing of parameters as they don't need to be URL encode, just passed as JSON
  • dependency bump

v8.0.1

18 Mar 08:41
Compare
Choose a tag to compare
  • fix bug in handling of drilldown parameter in db.search
  • various README fixes
  • remove lodash dependency

7.0.0

24 Jul 13:23
Compare
Choose a tag to compare
  • Promise support
  • new ...AsStream functions
  • improved TypeScript definitions
  • tested against official CouchDB Docker image

6.4.1

20 Sep 09:55
Compare
Choose a tag to compare

Switch to cloudant-follow dependency.