@@ -4,36 +4,35 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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
0 commit comments