File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77## 1.15.0 - 2021-03-03
88
99### Added
10- - Added previewer for Vega v5.
11- - Added a new ` created ` search option for filtering by upload/creation date of resource.
10+ - CSV/JSON previewer using [ Vega] ( https://vega.github.io/ ) .
11+ - Previewer for FBX files.
12+ - ` created ` search option for filtering by upload/creation date of resource.
1213- ` EventSinkService ` to track user activity. All events are published to the message queue. Multiple consumers are
1314 available in [ event-sink-consumers] ( https://github.com/clowder-framework/event-sink-consumers ) .
1415
@@ -17,7 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1718- When space created through api the creator was not added to space as admin [ #179 ] ( https://github.com/clowder-framework/clowder/issues/179 ) .
1819
1920### Changed
20- - ` /api/me ` will now return some of the same information as response headers.
21+ - ` /api/me ` will now return some of the same information as response headers. Can be used by other services to single
22+ sign on when running on same host.
2123- ` RabbitMQPlugin ` has been split into ` ExtractorRoutingService ` and ` MessageService ` to isolate the rabbitmq code from
2224 the extraction code.
2325
@@ -39,7 +41,6 @@ script to fix this.
3941## 1.14.0 - 2021-01-07
4042
4143### Added
42- - Added a previewer for FBX files.
4344- Added a new ` /api/reports/metrics/extractors ` report for summarizing extractor usage by user. Database administrators
4445 can use ` scripts/updates/UpdateUserId.js ` to assign user IDs to older extraction event records based on resource ownership
4546 in order to improve the accuracy of the report for older data.
You can’t perform that action at this time.
0 commit comments