Skip to content

v1.18.0

Compare
Choose a tag to compare
@lmarini lmarini released this 08 Jul 21:15
· 220 commits to master since this release
13a9427

1.18.0 - 2021-07-08

Added

  • Added folder and folder id to API call GET /api/datasets/:id/files. #34
  • Ability to queue archive / unarchive for full datasets.
  • API status endpoint GET /api/status will now show what storage type is used and for superadmins will show more
    information about the backend storage.
  • GET /api/files/bulkRemove now returns status of files deleted, not found, no permission, or errors.

Fixed

  • When uploading a file, any extractors marked disabled at the space level would be ignored. #246
  • RabbitMQ will not use connection if it does not exist.
  • Previews returns 404 if preview is not found GET /api/previews/:id.
  • Added index for comments, will speed up index creation.
  • If using S3 storage in docker, it was not reflected correctly in the docker-compose file.
  • Docker image for mongo-init now based on python:3.7-slim to reduce size.