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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,19 @@ 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
-
## Unreleased
7
+
## 1.16.0 - 2021-03-31
8
8
9
9
### Fixed
10
10
- Remove the RabbitMQ plugin from the docker version of clowder
11
11
12
12
### 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.
14
15
- Added a new `/api/deleteindex` admin endpoint that will queue an action to delete an Elasticsearch index (usually prior to a reindex).
15
16
- JMeter testing suite.
16
17
17
18
### Changed
18
-
- Consolidated field names sent by the EventSinkService to maxaimize reuse.
19
+
- Consolidated field names sent by the EventSinkService to maximize reuse.
19
20
- Add status column to files report to indicate if files are ARCHIVED, etc.
20
21
- Reworked auto-archival configuration options to make their meanings more clear.
0 commit comments