Skip to content

Releases: cheminfo/rest-on-couch

v16.0.1

13 Sep 07:01
6827c46
Compare
Choose a tag to compare

16.0.1 (2024-09-13)

Bug Fixes

  • make sure the this reference is correct when working with klaw library (29f0feb)

v16.0.0

20 Aug 08:48
6d57422
Compare
Choose a tag to compare

16.0.0 (2024-08-20)

⚠ BREAKING CHANGES

  • update deps and upgrade Node.js to v20 (#394)

Miscellaneous Chores

  • update deps and upgrade Node.js to v20 (#394) (dd2b4bd)

v15.0.2

30 May 11:48
Compare
Choose a tag to compare

15.0.2 (2024-05-30)

Bug Fixes

  • allow to call includes on $owners in beforeCreateHook (4398ac2)
  • entries created via importation must have same constraints and features as entries created via API (ad5c000)

v15.0.1

29 May 14:45
7bcf238
Compare
Choose a tag to compare

15.0.1 (2024-05-29)

Bug Fixes

  • implement group migration (b2c2366)

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)