@@ -4,32 +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]
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 ` .
812
913### Added
10- - Users have more refined options to set extractors triggers at the space level. They can now follow global settings,
11- disable and enable triggers.
1214- Ability to set chunksize for clowder when downloading files. This is changed to 1MB from 8KB. This will result in
1315 faster downloads and less CPU usage at the cost of slightly more memory use.
14- - Add endpoint and view page for the extractor metrics.
15- - Add endpoint and view page to view a extractor's log from graylog.
16+ - Support for parsing of Date and Numeric data in new metadata fields. New search operators <, >, <=, >= have been
17+ added to search API now that those data are properly compared.
18+ - Global extractors page now shows more information, including submission metrics, logs (using Graylog), job history and
19+ extractors maturity.
20+ - Users have more refined options to set extractors triggers at the space level. They can now follow global settings,
21+ disable and enable triggers.
22+
23+ ### Fixed
1624- Ignore the ` update ` field when posting to ` /api/extractors ` . [ #89 ] ( https://github.com/clowder-framework/clowder/issues/89 )
1725
18- ## 1.11.2 - 2020-10-13
26+ # 1.11.2 - 2020-10-13
1927
2028### Fixed
2129- Clowder healthcheck was not correct, resulting in docker-compose never thinking it was healthy. This could also result
22- in traefik not setting up the routes.
30+ in traefik not setting up the routes.
2331
2432## 1.11.1 - 2020-09-29
2533
26- ** _ Warning:_ This update modifies information stored in Elasticsearch used for text based searching. To take advantage
27- of these changes a reindex of Elasticsearch is required. A reindex can be started by an admin from the Admin menu.**
28-
2934### Added
30- - added healtz endpoint that is cheap and quick to return, useful for kubernetes live/ready checks.
31- - added support for parsing of Date and Numeric data in new metadata fields. New search operators <, >, <=, >= have been
32- added to search API now that those data are properly compared.
35+ - Added healtz endpoint that is cheap and quick to return, useful for kubernetes live/ready checks.
3336
3437### Fixed
3538- Fixed health check script when using custom path prefix.
@@ -57,6 +60,7 @@ added to search API now that those data are properly compared.
5760- Typesafe now only offers https access. [ #49 ] ( https://github.com/clowder-framework/clowder/issues/49 )
5861- If uploading files by url > 2147483647 it would fail. [ #54 ] ( https://github.com/clowder-framework/clowder/issues/54 )
5962
63+
6064## 1.10.1 - 2020-07-16
6165
6266### Fixed
0 commit comments