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
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
## Unreleased
8
8
9
9
### Fixed
10
-
- Can add dataset to spaces - fixed error when no spaces would load. [#274](https://github.com/clowder-framework/clowder/issues/274)
10
+
- Upgraded extractor parameters jsonform to version `2.2.5`.
11
+
- Fix the broken link after file deletion within a folder. [#277](https://github.com/clowder-framework/clowder/issues/277)
12
+
13
+
### Changed
14
+
- now building mongo-init and monitor docker containers with python 3.8
15
+
16
+
### Removed
17
+
- check image is now part of [ncsa/checks](https://github.com/ncsa/checks/)
18
+
19
+
## 1.19.0 - 2021-10-05
20
+
**_Important:_** This update requires a MongoDB update schema due to the new ability of showing summary statistics at the
21
+
space level. Make sure to start the application with -DMONGOUPDATE=1.
22
+
23
+
### Fixed
24
+
- 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
25
- Typos "success" when returning status from API and "occurred" when logging to console.
12
26
- If a dataset had multiple folders the layout would be wrong.
13
-
-Fix the broken link after file deletion within a folder. [#277](https://github.com/clowder-framework/clowder/issues/277)
27
+
-Collections created using api route are now indexed upon creation. [#257](https://github.com/clowder-framework/clowder/issues/257)
14
28
15
29
### Added
16
-
- Adding mime type for geojson
17
-
- Add "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
18
-
- Show statistics of spaces (bytes, users. etc) [#119](https://github.com/clowder-framework/clowder/issues/119)
19
-
20
-
### Changed
21
-
- Add "id" in GET metadata.jsonld endpoints [#278](https://github.com/clowder-framework/clowder/issues/278)
30
+
- Mime type for geojson
31
+
- "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
32
+
- Show space statistics (bytes, users. etc) [#119](https://github.com/clowder-framework/clowder/issues/119)
33
+
- "id" in GET metadata.jsonld endpoints [#278](https://github.com/clowder-framework/clowder/issues/278)
34
+
- 'POST /api/files/uploadToDataset' now allows folder_id for uploading file to folder. [#232](https://github.com/clowder-framework/clowder/issues/232)
22
35
23
36
## 1.18.1 - 2021-08-16
24
37
@@ -35,7 +48,6 @@ If any files are returned, you should check to see if these files affected and a
35
48
- Updated swagger documentation
36
49
- Return 404 not found when calling file/dataset/space api endpoints with an invalid ID [#251](https://github.com/clowder-framework/clowder/issues/251)
37
50
- Line breaks in welcome message breaks swagger build [#187](https://github.com/clowder-framework/clowder/issues/187)
38
-
- Collections created using api route are now indexed upon creation. [#257](https://github.com/clowder-framework/clowder/issues/257)
39
51
40
52
### Changed
41
53
- Added more information when writing files to make sure files are written correctly
@@ -58,9 +70,6 @@ If any files are returned, you should check to see if these files affected and a
58
70
- If using S3 storage in docker, it was not reflected correctly in the docker-compose file.
59
71
- Docker image for mongo-init now based on python:3.7-slim to reduce size.
60
72
61
-
### Added
62
-
- 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