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
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,28 @@ 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
7
+
## unreleased
8
8
9
9
### Fixed
10
-
- Added index for comments, will speed up index creation
10
+
- Updated swagger documentation
11
+
- Return 404 not found when calling file/dataset/space api endpoints with an invalid ID [#251](https://github.com/clowder-framework/clowder/issues/251)
12
+
13
+
## 1.18.0 - 2021-07-08
14
+
15
+
### Added
16
+
- Added folder and folder id to API call `GET /api/datasets/:id/files`. [#34](https://github.com/clowder-framework/clowder/issues/34)
17
+
- Ability to queue archive / unarchive for full datasets.
18
+
- API status endpoint `GET /api/status` will now show what storage type is used and for superadmins will show more
19
+
information about the backend storage.
20
+
-`GET /api/files/bulkRemove` now returns status of files deleted, not found, no permission, or errors.
21
+
22
+
### Fixed
23
+
- When uploading a file, any extractors marked disabled at the space level would be ignored. [#246](https://github.com/clowder-framework/clowder/issues/246)
24
+
- RabbitMQ will not use connection if it does not exist.
25
+
- Previews returns 404 if preview is not found `GET /api/previews/:id`.
26
+
- Added index for comments, will speed up index creation.
27
+
- If using S3 storage in docker, it was not reflected correctly in the docker-compose file.
28
+
- Docker image for mongo-init now based on python:3.7-slim to reduce size.
11
29
12
30
## 1.17.0 - 2021-04-29
13
31
@@ -24,6 +42,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
42
### Changed
25
43
- Updated Sphinx dependencies due to security and changes in required packages.
26
44
45
+
- Updated the three.js libraries for the FBX previewer
46
+
27
47
## 1.16.0 - 2021-03-31
28
48
29
49
### Fixed
@@ -91,6 +111,7 @@ script to fix this.
91
111
## 1.14.0 - 2021-01-07
92
112
93
113
### Added
114
+
- Added a previewer for FBX files.
94
115
- Added a new `/api/reports/metrics/extractors` report for summarizing extractor usage by user. Database administrators
95
116
can use `scripts/updates/UpdateUserId.js` to assign user IDs to older extraction event records based on resource ownership
96
117
in order to improve the accuracy of the report for older data.
0 commit comments