Skip to content

Commit 10faae3

Browse files
committed
Updated changelog for v1.12.0 release.
1 parent 05ae2fe commit 10faae3

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,30 @@ 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-
9-
### Added
10-
- Track user_id with every extraction event. [#94](https://github.com/clowder-framework/clowder/issues/94)
11-
- Added a new storage report at `GET api/reports/storage/spaces/:id` for auditing user storage usage on a space basis.
12-
- The file and dataset metrics reports also have support for since and until ISO8601 date parameters.
13-
14-
### Fixed
15-
- Fixed permissions checks on search results for search interfaces that would cause misleading counts. [#60](https://github.com/clowder-framework/clowder/issues/60)
16-
177
## 1.12.0 - 2020-10-19
188
**_Warning:_**
199
- This update modifies the MongoDB schema. Make sure to start the application with `-DMONGOUPDATE=1`.
2010
- This update modifies information stored in Elasticsearch used for text based searching. Make sure to initiate a reindex
2111
of Elasticsearch from the Admin menu or by `POST /api/reindex`.
2212

2313
### Added
24-
- Ability to set chunksize for clowder when downloading files. This is changed to 1MB from 8KB. This will result in
25-
faster downloads and less CPU usage at the cost of slightly more memory use.
26-
- Support for parsing of Date and Numeric data in new metadata fields. New search operators <, >, <=, >= have been
27-
added to search API now that those data are properly compared.
2814
- Global extractors page now shows more information, including submission metrics, logs (using Graylog), job history and
29-
extractors maturity.
15+
extractors maturity. Extractors can be grouped using labels. User can filter list of extractors by labels, space, trigger
16+
and metadata key.
3017
- Users have more refined options to set extractors triggers at the space level. They can now follow global settings,
3118
disable and enable triggers.
19+
- Ability to set chunksize when downloading files. Set defult to 1MB from 8KB. This will result in faster downloads and
20+
less CPU usage at the cost of slightly more memory use.
21+
- Support for parsing of Date and Numeric data in new metadata fields. New search operators <, >, <=, >= have been
22+
added to search API now that they can be compared properly.
23+
- Track user_id with every extraction event. [#94](https://github.com/clowder-framework/clowder/issues/94)
24+
- Added a new storage report at `GET api/reports/storage/spaces/:id` for auditing user storage usage on a space basis.
25+
- The file and dataset metrics reports also have support for since and until ISO8601 date parameters.
3226

3327
### Fixed
3428
- Ignore the `update` field when posting to `/api/extractors`. [#89](https://github.com/clowder-framework/clowder/issues/89)
3529
- Search results were hardcoded to be in batches of 2.
30+
- Fixed permissions checks on search results for search interfaces that would cause misleading counts. [#60](https://github.com/clowder-framework/clowder/issues/60)
3631

3732
## 1.11.2 - 2020-10-13
3833

0 commit comments

Comments
 (0)