Skip to content

Commit 912709b

Browse files
authored
Merge pull request #289 from clowder-framework/master-1-19-0-develop
Master 1 19 0 develop
2 parents 1ce57e4 + cefe45a commit 912709b

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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.
810

911
### 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)
1113
- Typos "success" when returning status from API and "occurred" when logging to console.
1214
- 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)
1316

1417
### 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)
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

doc/src/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Luigi Marini'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.18.1'
25+
release = '1.19.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import NativePackagerKeys._
1313
object ApplicationBuild extends Build {
1414

1515
val appName = "clowder"
16-
val version = "1.18.1"
16+
val version = "1.19.0"
1717
val jvm = "1.7"
1818

1919
def appVersion: String = {

public/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
Clowder is a customizable and scalable data management system to support any
1010
data format and multiple research domains. It is under active development
1111
and deployed for a variety of research projects.
12-
version: 1.18.1
12+
version: 1.19.0
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)