Skip to content

Releases: cheminfo/rest-on-couch

v15.0.0

01 Sep 08:08
Compare
Choose a tag to compare

15.0.0 (2023-09-01)

⚠ BREAKING CHANGES

  • deprecate node 16

Features

  • add a beforeCreateHook config (a6640ae)
  • check there are no duplicates in doc validation function (23374a9)

Miscellaneous Chores

v14.0.1

23 Jun 08:32
Compare
Choose a tag to compare

14.0.1 (2022-06-23)

Bug Fixes

  • handle sigterm in rest-on-couch-import process (c6bda9a)

v14.0.0

22 Jun 07:24
Compare
Choose a tag to compare

14.0.0 (2022-06-22)

⚠ BREAKING CHANGES

  • the adminPassword config must be passed in order to use the couchdb user apis

Bug Fixes

  • make sure couchdb users can be edited from api with couchdb 3 (8519cf4)

v13.1.2

17 Jun 08:03
Compare
Choose a tag to compare

13.1.2 (2022-06-17)

Bug Fixes

  • check $id is defined in getEntryById (54fae39)
  • handle $id value of undefined when creating entry (54fae39)

v13.1.1

17 Jun 07:17
Compare
Choose a tag to compare

13.1.1 (2022-06-17)

Bug Fixes

  • add doc validation to ensure $id is not undefined (2b71925)
  • allow multiple entries with $id of null to be created (49087dc)

v13.1.0

14 Jun 18:49
Compare
Choose a tag to compare

13.1.0 (2022-06-14)

Features

  • allow to use streams in the find api (0cd188b)

v13.0.0

08 Jun 12:30
Compare
Choose a tag to compare

13.0.0 (2022-06-08)

⚠ BREAKING CHANGES

  • requires couchdb v2.2 or higher

Features

  • add _find to http API (fd43522)
  • add findEntriesByRight to couch internal api (5f1331b)
  • filter mango queries (find) for mine and by groups (8ef41d5)
  • gracefully handle sigterm signal (91d5191)
  • load query indexes in couchdb (9d500cc)

Bug Fixes

  • fail early if sort is used without index (cc3f4a2)
  • make sure getGroupsByRight does not return default groups which do not have sufficient rights (bd35c49)
  • merge home and db configs together (b20b94f)

v12.2.0

27 Apr 06:30
Compare
Choose a tag to compare

12.2.0 (2022-04-27)

Features

  • add a convenience callback to do ldapSearch in getUserInfo config (9e41fd6)

rest-on-couch v12.1.1

22 Apr 14:28
Compare
Choose a tag to compare

Bug Fixes

  • check token right before forbidding getGroupsInfo (cb828c1)

rest-on-couch v12.1.0

22 Apr 13:13
Compare
Choose a tag to compare

Features

  • allow token in group endpoints (8981326)