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
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,38 @@ 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
+
## 1.12.0 - 2020-10-19
8
+
**_Warning:_**
9
+
- This update modifies the MongoDB schema. Make sure to start the application with `-DMONGOUPDATE=1`.
10
+
- This update modifies information stored in Elasticsearch used for text based searching. Make sure to initiate a reindex
11
+
of Elasticsearch from the Admin menu or by `POST /api/reindex`.
12
+
13
+
### Added
14
+
- Global extractors page now shows more information, including submission metrics, logs (using Graylog), job history and
15
+
extractors maturity. Extractors can be grouped using labels. User can filter list of extractors by labels, space, trigger
16
+
and metadata key.
17
+
- Users have more refined options to set extractors triggers at the space level. They can now follow global settings,
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.
26
+
- Added `viewer_hop` a 3D models previewer for `*.ply` and `*.nxz` files. Added `mimetype.nxz=model/nxz` and
27
+
`mimetype.NXZ=model/nxz` as new mimetypes in `conf/mimetypes.conf`
28
+
29
+
### Fixed
30
+
- Ignore the `update` field when posting to `/api/extractors`. [#89](https://github.com/clowder-framework/clowder/issues/89)
31
+
- Search results were hardcoded to be in batches of 2.
32
+
- Fixed permissions checks on search results for search interfaces that would cause misleading counts. [#60](https://github.com/clowder-framework/clowder/issues/60)
33
+
7
34
## 1.11.2 - 2020-10-13
8
35
9
36
### Fixed
10
-
- Clowder healthcheck was not correct, resulting in docker-compose never thinking it was healthy. This could also result in traefik not setting up the routes.
37
+
- Clowder healthcheck was not correct, resulting in docker-compose never thinking it was healthy. This could also result
38
+
in traefik not setting up the routes.
11
39
12
40
## 1.11.1 - 2020-09-29
13
41
@@ -40,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
40
68
- Typesafe now only offers https access. [#49](https://github.com/clowder-framework/clowder/issues/49)
41
69
- If uploading files by url > 2147483647 it would fail. [#54](https://github.com/clowder-framework/clowder/issues/54)
0 commit comments