File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77## Unreleased
88
99### Added
10- - Added previewer for Vega v5
10+ - Added previewer for Vega v5.
1111- Added a new ` created ` search option for filtering by upload/creation date of resource.
12+ - ` EventSinkService ` to track user activity. All events are published to the message queue. Multiple consumers are
13+ available in [ event-sink-consumers] ( https://github.com/clowder-framework/event-sink-consumers ) .
1214
1315### Fixed
1416- Clowder will no longer offer a Download button for a file until it has been PROCESSED.
1517- When space created through api the creator was not added to space as admin [ #179 ] ( https://github.com/clowder-framework/clowder/issues/179 ) .
1618
1719### Changed
1820- ` /api/me ` will now return some of the same information as response headers.
21+ - ` RabbitMQPlugin ` has been split into ` ExtractorRoutingService ` and ` MessageService ` to isolate the rabbitmq code from
22+ the extraction code.
1923
2024## 1.14.1 - 2021-02-02
2125
You can’t perform that action at this time.
0 commit comments