v1.12.0
1.12.0 - 2020-10-19
Warning:
- This update modifies the MongoDB schema. Make sure to start the application with
-DMONGOUPDATE=1
. - This update modifies information stored in Elasticsearch used for text based searching. Make sure to initiate a reindex
of Elasticsearch from the Admin menu or byPOST /api/reindex
.
Added
- Global extractors page now shows more information, including submission metrics, logs (using Graylog), job history and
extractors maturity. Extractors can be grouped using labels. User can filter list of extractors by labels, space, trigger
and metadata key. - Users have more refined options to set extractors triggers at the space level. They can now follow global settings,
disable and enable triggers. - Ability to set chunksize when downloading files. Set defult to 1MB from 8KB. This will result in faster downloads and
less CPU usage at the cost of slightly more memory use. - Support for parsing of Date and Numeric data in new metadata fields. New search operators <, >, <=, >= have been
added to search API now that they can be compared properly. - Track user_id with every extraction event. #94
- Added a new storage report at
GET api/reports/storage/spaces/:id
for auditing user storage usage on a space basis. - The file and dataset metrics reports also have support for since and until ISO8601 date parameters.
- Added
viewer_hop
a 3D models previewer for*.ply
and*.nxz
files. Addedmimetype.nxz=model/nxz
and
mimetype.NXZ=model/nxz
as new mimetypes inconf/mimetypes.conf