File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
- - Switch to gitHub Actions for CI
8
+
9
+ ## [ 1.0.0] - date 2023-06-09
10
+ ### New Features
11
+ - Plugin location is now configurable in application.properties
12
+ - Included mapping UI now returns results with proper mime type and extension
13
+
14
+ ### Fixed
15
+ - Fixed format/extension detection issues of mapping result
16
+ - Fixed inconsistent response codes in endpoints
17
+ - Fixed several endpoint documentation issues
18
+ - Fixed issues in included mapping UI (wrong links to sub-pages, failed loading of existing mappings, hard-coded return of JSON result)
9
19
10
20
## [ 0.0.4] - date 2020-12-16
11
21
### Fixed
@@ -24,7 +34,8 @@ and mapping of metadata documents delivered by RabbitMQ
24
34
- Mapping of metadata documents with Gemma
25
35
- Ingest to elasticsearch
26
36
27
- [ Unreleased ] : https://github.com/kit-data-manager/indexing-service/compare/v0.0.4...HEAD
37
+ [ Unreleased ] : https://github.com/kit-data-manager/indexing-service/compare/v1.0.0...HEAD
38
+ [ 1.0.0 ] : https://github.com/kit-data-manager/indexing-service/compare/v0.0.4...v1.0.0
28
39
[ 0.0.4 ] : https://github.com/kit-data-manager/indexing-service/compare/v0.0.3...v0.0.4
29
40
[ 0.0.3 ] : https://github.com/kit-data-manager/indexing-service/compare/v0.0.2...v0.0.3
30
41
[ 0.0.2 ] : https://github.com/kit-data-manager/metastore2/indexing-service/tag/v0.0.2
You can’t perform that action at this time.
0 commit comments