Skip to content

Commit bcf185c

Browse files
committed
Updated CHANGELOG.md and version # to 1.12.0.
1 parent 28d4281 commit bcf185c

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,35 @@ 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]
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

doc/src/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Luigi Marini'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.11.2'
25+
release = '1.12.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import NativePackagerKeys._
1313
object ApplicationBuild extends Build {
1414

1515
val appName = "clowder"
16-
val version = "1.11.2"
16+
val version = "1.12.0"
1717
val jvm = "1.7"
1818

1919
def appVersion: String = {

public/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
Clowder is a customizable and scalable data management system to support any
1010
data format and multiple research domains. It is under active development
1111
and deployed for a variety of research projects.
12-
version: 1.11.2
12+
version: 1.12.0
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)