Skip to content

Commit a8f727c

Browse files
committed
Updated changelog with missing entries.
1 parent 9e01ad5 commit a8f727c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)