Recent Releases of https://github.com/cheminfo/rest-on-couch

https://github.com/cheminfo/rest-on-couch - v18.0.4

18.0.4 (2025-07-01)

Bug Fixes

- JavaScript
Published by cheminfo-bot 11 months ago

https://github.com/cheminfo/rest-on-couch - v18.0.3

18.0.3 (2025-06-12)

Bug Fixes

  • make sure dev dependencies are installed for the build phase (#423) (8e43e73)

- JavaScript
Published by cheminfo-bot 12 months ago

https://github.com/cheminfo/rest-on-couch - v18.0.2

18.0.2 (2025-06-12)

Bug Fixes

  • correctly detect prod environment with vite (#421) (79bf6aa)

- JavaScript
Published by cheminfo-bot 12 months ago

https://github.com/cheminfo/rest-on-couch - v18.0.1

18.0.1 (2025-06-12)

Bug Fixes

  • correct missing React in front build (#419) (36dbce9)

- JavaScript
Published by cheminfo-bot 12 months ago

https://github.com/cheminfo/rest-on-couch - v18.0.0

18.0.0 (2025-06-11)

⚠ BREAKING CHANGES

  • removed zenodo API endpoint and any zenodo-related code

Features

Code Refactoring

- JavaScript
Published by cheminfo-bot 12 months ago

https://github.com/cheminfo/rest-on-couch - v17.0.0

17.0.0 (2025-02-19)

⚠ BREAKING CHANGES

  • Deprecate Node.js 18 and add support for Node.js 22.

Miscellaneous Chores

  • update deps and upgrade Node.js to 22 (#401) (02ccab6)

- JavaScript
Published by cheminfo-bot over 1 year ago

https://github.com/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)

- JavaScript
Published by cheminfo-bot over 1 year ago

https://github.com/cheminfo/rest-on-couch - 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)

- JavaScript
Published by cheminfo-bot almost 2 years ago

https://github.com/cheminfo/rest-on-couch - 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)

- JavaScript
Published by cheminfo-bot about 2 years ago

https://github.com/cheminfo/rest-on-couch - v15.0.1

15.0.1 (2024-05-29)

Bug Fixes

  • implement group migration (b2c2366)

- JavaScript
Published by cheminfo-bot about 2 years ago

https://github.com/cheminfo/rest-on-couch - v15.0.0

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

- JavaScript
Published by cheminfo-bot over 2 years ago

https://github.com/cheminfo/rest-on-couch - v14.0.1

14.0.1 (2022-06-23)

Bug Fixes

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

- JavaScript
Published by cheminfo-bot almost 4 years ago

https://github.com/cheminfo/rest-on-couch - 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)

- JavaScript
Published by cheminfo-bot almost 4 years ago

https://github.com/cheminfo/rest-on-couch - 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)

- JavaScript
Published by cheminfo-bot almost 4 years ago

https://github.com/cheminfo/rest-on-couch - 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)

- JavaScript
Published by cheminfo-bot almost 4 years ago

https://github.com/cheminfo/rest-on-couch - v13.1.0

13.1.0 (2022-06-14)

Features

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

- JavaScript
Published by cheminfo-bot almost 4 years ago

https://github.com/cheminfo/rest-on-couch - v13.0.0

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)

- JavaScript
Published by cheminfo-bot almost 4 years ago

https://github.com/cheminfo/rest-on-couch - v12.2.0

12.2.0 (2022-04-27)

Features

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

- JavaScript
Published by cheminfo-bot about 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v12.1.1

Bug Fixes

  • check token right before forbidding getGroupsInfo (cb828c1)

- JavaScript
Published by cheminfo-bot about 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v12.1.0

Features

  • allow token in group endpoints (8981326)

- JavaScript
Published by cheminfo-bot about 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v12.0.0

⚠ BREAKING CHANGES

  • set ldap group properties api removed (unified in set group properties api). Replaced sync ldap group api with sync group api. Group edits now resync ldap automatically.
  • upgrade Node.js to v16 (#343)
  • remove support for Node.js 12 (#342)

Features

  • add custom additional public information from ldap in getGroupsInfo (095c404)
  • add getGroupInfo api (d2c2e6d)
  • merge ldap and regular groups together (79a32f8)
  • show limited number of users in admin UI (79a32f8)
  • upgrade Node.js to v16 (#343) (484f29c)

Bug Fixes

Miscellaneous Chores

- JavaScript
Published by cheminfo-bot about 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.2.0

Features

  • remove compression middleware (f52d134)

- JavaScript
Published by cheminfo-bot about 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.1.2

Bug Fixes

- JavaScript
Published by cheminfo-bot about 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.1.1

Bug Fixes

- JavaScript
Published by cheminfo-bot about 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.1.0

Features

  • add automatic $creationDate to imports' metadata (cbd1cea)
  • add automatic $modificationDate to imports metadata (3cf504f)
  • remove support for addFileToJpath without a file reference (cdf1dfa)

- JavaScript
Published by cheminfo-bot about 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.0.5

Bug Fixes

  • convert max age to number (156f64d)

- JavaScript
Published by cheminfo-bot about 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.0.4

Bug Fixes

  • apply same entry unicity restriction when identified with token (33476ba)

- JavaScript
Published by cheminfo-bot over 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.0.3

Bug Fixes

  • dedupe primary owner with additional list of owners (8a54ac8)

- JavaScript
Published by cheminfo-bot over 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.0.2

Bug Fixes

  • don't create entries concurrently for a given $id (#318) (679652c)

- JavaScript
Published by cheminfo-bot over 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.0.1

Bug Fixes

  • fail early when creating document with group but no owner right in token (71826ba)

- JavaScript
Published by cheminfo-bot over 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v11.0.0

⚠ BREAKING CHANGES

  • correct _query api endpoint when couchdb view emits multiple values per document

Features

  • return boolean to indicate if a new entry was created in insertEntry and ensureExistsOrCreateEntry (9b07ba8)
  • return users and rights in group info (#306) (cd71e5a)

Bug Fixes

  • correct _query api endpoint when couchdb view emits multiple values per document (24ab671)
  • correct test (798f8d6)
  • run coverage with v8 provider (41d360c)

- JavaScript
Published by cheminfo-bot over 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v10.0.0

⚠ BREAKING CHANGES

  • the exposed couch method createEntry was renamed to ensureExistsOrCreateEntry

Bug Fixes

  • make sure getEntryById also works when entryUnicity config is global (f313173)

Code Refactoring

  • rename createEntry to ensureExistsOrCreateEntry (dff85a7)

- JavaScript
Published by cheminfo-bot over 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v9.0.1

Bug Fixes

  • allow tokens to create and delete entries (9e24609)

- JavaScript
Published by cheminfo-bot over 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v9.0.0

⚠ BREAKING CHANGES

  • remove support for Node.js 10 and add support for Node.js 16

Features

  • add file directory to import logs (#283) (4eefe01)
  • remove support for Node.js 10 and add support for Node.js 16 (6baf2ab)

- JavaScript
Published by cheminfo-bot over 4 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v8.5.2

Bug Fixes

  • publish: do not reference env context in the wrong place (#276) (85a2e7a)

- JavaScript
Published by cheminfo-bot almost 5 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v8.5.1

Bug Fixes

- JavaScript
Published by cheminfo-bot almost 5 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v8.4.1

Bug Fixes

  • emit the right value in importsByDate view (ec70c0e)

- JavaScript
Published by cheminfo-bot about 5 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v8.4.0

Features

- JavaScript
Published by cheminfo-bot about 5 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v8.3.3

Bug Fixes

  • pass token and merge options for the updateEntry route (#257) (76bbe6e)

- JavaScript
Published by cheminfo-bot about 5 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v8.3.2

Bug Fixes

  • token authentication for API requests dealing with attachments (#255) (7571bea)

- JavaScript
Published by cheminfo-bot about 5 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v8.3.1

Bug Fixes

- JavaScript
Published by cheminfo-bot over 5 years ago

https://github.com/cheminfo/rest-on-couch - rest-on-couch v8.3.0

Features

Bug Fixes

- JavaScript
Published by cheminfo-bot over 5 years ago