OSMT Release 1.1.0
Notable Changes in Release 1.1.0:
This release is focused on preparing OSMT for public contributors, with some feature enhancements.
Existing OSMT Instances - delete and rebuild ElasticSearch index
- Because of internal application framework upgrades, existing OSMT instances that upgrade to version 1.1.0 will need to delete and reindex ElasticSearch indices. See Reindex after changes to Elasticsearch @Document index classes for details. You can also follow discussions on this topic here.
Features and Enhancements:
- added support for anonymous API searching
- added support for filtering by UUID when searching for skills
Development Tooling:
- added OSMT CLI to simplify local development and evaluation, and assist in Discussion forum support.
- added more complete support for a Quickstart evaluation config and a Development configuration, with more clear support for Angular/webpack servers as a front-end proxy
- added official OSMT app Docker image to DockerHub
- upgraded to Spring Boot 2.5.5 / Kotlin 1.5.10
- upgraded log4j-related dependencies
- updated OpenAPI specs files
- added many documentation and development tooling refinements