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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,14 @@ space level. Make sure to start the application with -DMONGOUPDATE=1.
12
12
- Adding dataset to space. Space list on dataset page would be empty - fixed error when no spaces would load. [#274](https://github.com/clowder-framework/clowder/issues/274)
13
13
- Typos "success" when returning status from API and "occurred" when logging to console.
14
14
- If a dataset had multiple folders the layout would be wrong.
15
+
- Collections created using api route are now indexed upon creation. [#257](https://github.com/clowder-framework/clowder/issues/257)
15
16
16
17
### Added
17
18
- Mime type for geojson
18
19
- "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
19
20
- Show space statistics (bytes, users. etc) [#119](https://github.com/clowder-framework/clowder/issues/119)
20
21
- "id" in GET metadata.jsonld endpoints [#278](https://github.com/clowder-framework/clowder/issues/278)
22
+
- 'POST /api/files/uploadToDataset' now allows folder_id for uploading file to folder. [#232](https://github.com/clowder-framework/clowder/issues/232)
21
23
22
24
## 1.18.1 - 2021-08-16
23
25
@@ -34,7 +36,6 @@ If any files are returned, you should check to see if these files affected and a
34
36
- Updated swagger documentation
35
37
- Return 404 not found when calling file/dataset/space api endpoints with an invalid ID [#251](https://github.com/clowder-framework/clowder/issues/251)
36
38
- Line breaks in welcome message breaks swagger build [#187](https://github.com/clowder-framework/clowder/issues/187)
37
-
- Collections created using api route are now indexed upon creation. [#257](https://github.com/clowder-framework/clowder/issues/257)
38
39
39
40
### Changed
40
41
- Added more information when writing files to make sure files are written correctly
@@ -57,9 +58,6 @@ If any files are returned, you should check to see if these files affected and a
57
58
- If using S3 storage in docker, it was not reflected correctly in the docker-compose file.
58
59
- Docker image for mongo-init now based on python:3.7-slim to reduce size.
59
60
60
-
### Added
61
-
- Endpoint '/api/files/uploadToDataset' now allows folder_id for uploading file to folder. [#232](https://github.com/clowder-framework/clowder/issues/232)
0 commit comments