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
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,20 +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
7
+
## 1.19.0 - 2021-10-05
8
+
**_Important:_** This update requires a MongoDB update schema due to the new ability of showing summary statistics at the
9
+
space level. Make sure to start the application with -DMONGOUPDATE=1.
8
10
9
11
### Fixed
10
-
-Can add dataset to spaces - fixed error when no spaces would load. [#274](https://github.com/clowder-framework/clowder/issues/274)
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)
11
13
- Typos "success" when returning status from API and "occurred" when logging to console.
12
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)
13
16
14
17
### Added
15
-
- Adding mime type for geojson
16
-
- Add "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
17
-
- Show statistics of spaces (bytes, users. etc) [#119](https://github.com/clowder-framework/clowder/issues/119)
18
-
19
-
### Changed
20
-
- Add "id" in GET metadata.jsonld endpoints [#278](https://github.com/clowder-framework/clowder/issues/278)
18
+
- Mime type for geojson
19
+
- "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
20
+
- Show space statistics (bytes, users. etc) [#119](https://github.com/clowder-framework/clowder/issues/119)
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