Skip to content

Commit 3c40c0e

Browse files
committed
Fixed changelog for v1.19.0.
1 parent 1e12ec6 commit 3c40c0e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ space level. Make sure to start the application with -DMONGOUPDATE=1.
1212
- 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)
1313
- Typos "success" when returning status from API and "occurred" when logging to console.
1414
- 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)
1516

1617
### Added
1718
- Mime type for geojson
1819
- "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
1920
- Show space statistics (bytes, users. etc) [#119](https://github.com/clowder-framework/clowder/issues/119)
2021
- "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)
2123

2224
## 1.18.1 - 2021-08-16
2325

@@ -34,7 +36,6 @@ If any files are returned, you should check to see if these files affected and a
3436
- Updated swagger documentation
3537
- Return 404 not found when calling file/dataset/space api endpoints with an invalid ID [#251](https://github.com/clowder-framework/clowder/issues/251)
3638
- 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)
3839

3940
### Changed
4041
- 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
5758
- If using S3 storage in docker, it was not reflected correctly in the docker-compose file.
5859
- Docker image for mongo-init now based on python:3.7-slim to reduce size.
5960

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)
62-
6361
## 1.17.0 - 2021-04-29
6462

6563
### Fixed

0 commit comments

Comments
 (0)