Skip to content

Commit 54cfe75

Browse files
committed
Updated version to 1.9.0.
1 parent 7c5d553 commit 54cfe75

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

CHANGELOG.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,35 @@ 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-
**_Warning:_ This update modifies how information is stored in Elasticsearch for text based searching. To take advantage
9-
of these changes a reindex of Elasticsearch is required. This can be started by an admin either from GUI or through the API.**
7+
## 1.9.0 - 2020-06-01
8+
**_Warning:_ This update modifies information stored in Elasticsearch used for text based searching. To take advantage
9+
of these changes a reindex of Elasticsearch is required. A reindex can be started by an admin either from the Admin menu.**
1010

1111
### Added
12-
- Can now switch storage provider to for example S3 storage. See also env.example for configuration options.
13-
- Script to test extractions through the API.
14-
- Ability to delete extractor, both from api and GUI.
12+
- Ability to delete extractor, both from API and GUI.
1513
[CATS-1044](https://opensource.ncsa.illinois.edu/jira/browse/CATS-1044)
1614
- API add tags endpoint now returns the added tags.
1715
[CATS-1053](https://opensource.ncsa.illinois.edu/jira/browse/CATS-1053)
1816
- Ability to search by creator name and email address for all resources.
19-
- List Spaces/Datasets/Collections created by each user on their User Profile.
17+
- List Spaces/Datasets/Collections created by each user on their User Profile page.
2018
[CATS-1056](https://opensource.ncsa.illinois.edu/jira/browse/CATS-1056)
2119
- Allow user to easily flip through the files in a dataset.
2220
[CATS-1058](https://opensource.ncsa.illinois.edu/jira/browse/CATS-1058)
23-
- Ability to filter the files and folders in a dataset when sorting is enabled.
21+
- Ability to filter files and folders in a dataset when sorting is enabled.
2422
- Visualize existing relations between datasets on the dataset page. This can be extended other resource types.
2523
[CATS-1000](https://opensource.ncsa.illinois.edu/jira/browse/CATS-1000)
26-
- S3ByteStorageService should verify bucket existence on startup and create if it does not exist.
24+
- S3ByteStorageService verifies bucket existence on startup and creates it if it does not exist.
2725
[CATS-1057](https://opensource.ncsa.illinois.edu/jira/browse/CATS-1057)
26+
- Can now switch storage provider in Docker compose, for example S3 storage. See env.example for configuration options.
27+
- Script to test extractions through the API.
2828

2929
### Fixed
3030
- When adding tags to a section of an image, show the new tag without having to refresh the page.
3131
[CATS-1053](https://opensource.ncsa.illinois.edu/jira/browse/CATS-1053)
3232

3333
### Changed
34-
- Removed buttons to remove datasets from spaces and collections from certain pages where it was creating confusion for
35-
the user. Users thought it was a dataset delete button instead. Also moved Remove button for subcollections to right
36-
side of page to be consistent with other widgets.
34+
- Removed buttons to remove datasets from spaces and collections from certain pages. Moved Remove button for
35+
subcollections to right side of page to be consistent with other widgets.
3736
[CATS-1055](https://opensource.ncsa.illinois.edu/jira/browse/CATS-1055)
3837

3938
## 1.8.4 - 2020-05-15

doc/src/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author = 'Luigi Marini'
2121

2222
# The full version, including alpha/beta/rc tags
23-
release = '1.8.4'
23+
release = '1.9.0'
2424

2525

2626
# -- 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.8.4"
16+
val version = "1.9.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.8.3
12+
version: 1.9.0
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)