You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## Unreleased
8
-
- Added folder and folder id to api datasets files list [#34](https://github.com/clowder-framework/clowder/issues/34)
7
+
## 1.17.0 - 2021-07-08
9
8
10
9
### Added
10
+
- Added folder and folder id to API call `GET /api/datasets/:id/files`. [#34](https://github.com/clowder-framework/clowder/issues/34)
11
11
- Ability to queue archive / unarchive for full datasets.
12
+
- API status endpoint `GET /api/status` will now show what storage type is used and for superadmins will show more
13
+
information about the backend storage.
14
+
-`GET /api/files/bulkRemove` now returns status of files deleted, not found, no permission, or errors.
12
15
13
16
### Fixed
14
-
- RabbitMQ will not use connection if None exists
15
-
- previews returns 404 if preview is not found
16
-
- When uploading a file, it would ignore any extractors marked disabled at the space level. [#246](https://github.com/clowder-framework/clowder/issues/246)
17
-
- Added index for comments, will speed up index creation
18
-
- If using S3 storage in docker, it was not reflected correctly in the docker-compose file
19
-
20
-
### Added
21
-
- Status endpoint will now show what storage is used
22
-
-`GET /api/files/bulkRemove` now returns status of files deleted, not found, no permission, errors.
23
-
24
-
### Fixed
25
-
- Docker image for mongo-init now based on python:3.7-slim reduces size
17
+
- When uploading a file, any extractors marked disabled at the space level would be ignored. [#246](https://github.com/clowder-framework/clowder/issues/246)
18
+
- RabbitMQ will not use connection if it does not exist.
19
+
- Previews returns 404 if preview is not found `GET /api/previews/:id`.
20
+
- Added index for comments, will speed up index creation.
21
+
- If using S3 storage in docker, it was not reflected correctly in the docker-compose file.
22
+
- Docker image for mongo-init now based on python:3.7-slim to reduce size.
0 commit comments