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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ 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
+
## 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.
10
+
11
+
### Fixed
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
+
- Typos "success" when returning status from API and "occurred" when logging to console.
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)
16
+
17
+
### Added
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)
23
+
7
24
## 1.18.1 - 2021-08-16
8
25
9
26
This release fixes a critical issue where invalid zip files could result in the files not being uploaded correctly. To check to see if you are affected, please use the following query:
@@ -55,7 +72,6 @@ If any files are returned, you should check to see if these files affected and a
55
72
56
73
### Changed
57
74
- Updated Sphinx dependencies due to security and changes in required packages.
58
-
59
75
- Updated the three.js libraries for the FBX previewer
0 commit comments