Skip to content

Commit 48c7d20

Browse files
committed
Updated CHANGELOG.md and version to 1.18.0.
1 parent ccfe3df commit 48c7d20

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +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
8-
- Added folder and folder id to api datasets files list [#34](https://github.com/clowder-framework/clowder/issues/34)
7+
## 1.17.0 - 2021-07-08
98

109
### Added
10+
- Added folder and folder id to API call `GET /api/datasets/:id/files`. [#34](https://github.com/clowder-framework/clowder/issues/34)
1111
- Ability to queue archive / unarchive for full datasets.
12+
- API status endpoint `GET /api/status` will now show what storage type is used and for superadmins will show more
13+
information about the backend storage.
14+
- `GET /api/files/bulkRemove` now returns status of files deleted, not found, no permission, or errors.
1215

1316
### Fixed
14-
- RabbitMQ will not use connection if None exists
15-
- previews returns 404 if preview is not found
16-
- When uploading a file, it would ignore any extractors marked disabled at the space level. [#246](https://github.com/clowder-framework/clowder/issues/246)
17-
- Added index for comments, will speed up index creation
18-
- If using S3 storage in docker, it was not reflected correctly in the docker-compose file
19-
20-
### Added
21-
- Status endpoint will now show what storage is used
22-
- `GET /api/files/bulkRemove` now returns status of files deleted, not found, no permission, errors.
23-
24-
### Fixed
25-
- Docker image for mongo-init now based on python:3.7-slim reduces size
17+
- When uploading a file, any extractors marked disabled at the space level would be ignored. [#246](https://github.com/clowder-framework/clowder/issues/246)
18+
- RabbitMQ will not use connection if it does not exist.
19+
- Previews returns 404 if preview is not found `GET /api/previews/:id`.
20+
- Added index for comments, will speed up index creation.
21+
- If using S3 storage in docker, it was not reflected correctly in the docker-compose file.
22+
- Docker image for mongo-init now based on python:3.7-slim to reduce size.
2623

2724
## 1.17.0 - 2021-04-29
2825

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.17.0'
25+
release = '1.18.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.17.0"
16+
val version = "1.18.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.17.0
12+
version: 1.18.0
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)