Releases: cheminfo/rest-on-couch
Releases · cheminfo/rest-on-couch
v16.0.1
16.0.1 (2024-09-13)
Bug Fixes
- make sure the
this
reference is correct when working with klaw
library (29f0feb)
v16.0.0
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
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
15.0.1 (2024-05-29)
Bug Fixes
- implement group migration (b2c2366)
v15.0.0
15.0.0 (2023-09-01)
⚠ BREAKING CHANGES
Features
- add a beforeCreateHook config (a6640ae)
- check there are no duplicates in doc validation function (23374a9)
Miscellaneous Chores
v14.0.1
14.0.1 (2022-06-23)
Bug Fixes
- handle sigterm in rest-on-couch-import process (c6bda9a)
v14.0.0
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
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
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
13.1.0 (2022-06-14)
Features
- allow to use streams in the find api (0cd188b)