You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-15Lines changed: 10 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,30 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
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
-
17
7
## 1.12.0 - 2020-10-19
18
8
**_Warning:_**
19
9
- This update modifies the MongoDB schema. Make sure to start the application with `-DMONGOUPDATE=1`.
20
10
- This update modifies information stored in Elasticsearch used for text based searching. Make sure to initiate a reindex
21
11
of Elasticsearch from the Admin menu or by `POST /api/reindex`.
22
12
23
13
### 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.
28
14
- 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.
30
17
- Users have more refined options to set extractors triggers at the space level. They can now follow global settings,
31
18
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.
32
26
33
27
### Fixed
34
28
- Ignore the `update` field when posting to `/api/extractors`. [#89](https://github.com/clowder-framework/clowder/issues/89)
35
29
- 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)
0 commit comments