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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,26 @@ 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
+
## Unrelease
8
+
9
+
### Added
10
+
- Log an event each time that a user archives or unarchives a file.
11
+
12
+
## 1.16.0 - 2021-03-31
8
13
9
14
### Fixed
10
15
- Remove the RabbitMQ plugin from the docker version of clowder
11
16
12
17
### 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.
18
+
- Added a `sort` and `order` parameter to `/api/search` endpoint that supports date and numeric field sorting.
19
+
If only order is specified, created date is used. String fields are not currently supported.
14
20
- Added a new `/api/deleteindex` admin endpoint that will queue an action to delete an Elasticsearch index (usually prior to a reindex).
21
+
- JMeter testing suite.
22
+
23
+
### Changed
24
+
- Consolidated field names sent by the EventSinkService to maximize reuse.
25
+
- Add status column to files report to indicate if files are ARCHIVED, etc.
26
+
- Reworked auto-archival configuration options to make their meanings more clear.
0 commit comments