Skip to content

Commit 90bf8f8

Browse files
authored
Update CHANGELOG.md
1 parent 8b94b17 commit 90bf8f8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [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)
919

1020
## [0.0.4] - date 2020-12-16
1121
### Fixed
@@ -24,7 +34,8 @@ and mapping of metadata documents delivered by RabbitMQ
2434
- Mapping of metadata documents with Gemma
2535
- Ingest to elasticsearch
2636

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
2839
[0.0.4]: https://github.com/kit-data-manager/indexing-service/compare/v0.0.3...v0.0.4
2940
[0.0.3]: https://github.com/kit-data-manager/indexing-service/compare/v0.0.2...v0.0.3
3041
[0.0.2]: https://github.com/kit-data-manager/metastore2/indexing-service/tag/v0.0.2

0 commit comments

Comments
 (0)