Skip to content

Commit 8893116

Browse files
committed
Updated version to 1.16.0.
1 parent 09a5be2 commit 8893116

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@ 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.16.0 - 2021-03-31
88

99
### Fixed
1010
- Remove the RabbitMQ plugin from the docker version of clowder
1111

1212
### Added
13-
- Added a `sort` and `order` parameter to `/api/search` endpoint that supports date and numeric field sorting. If only order is specified, created date is used. String fields are not currently supported.
13+
- Added a `sort` and `order` parameter to `/api/search` endpoint that supports date and numeric field sorting.
14+
If only order is specified, created date is used. String fields are not currently supported.
1415
- Added a new `/api/deleteindex` admin endpoint that will queue an action to delete an Elasticsearch index (usually prior to a reindex).
1516
- JMeter testing suite.
1617

1718
### Changed
18-
- Consolidated field names sent by the EventSinkService to maxaimize reuse.
19+
- Consolidated field names sent by the EventSinkService to maximize reuse.
1920
- Add status column to files report to indicate if files are ARCHIVED, etc.
2021
- Reworked auto-archival configuration options to make their meanings more clear.
2122

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.15.1'
25+
release = '1.16.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.15.1"
16+
val version = "1.16.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.15.1
12+
version: 1.16.0
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)