Release 1.3.20240129 - Keycloak persistent and new features
Changelog
The format is loosely based on Keep a Changelog,
and this project adheres to Semantic Versioning, except that the date of the release is used as patch version.
Added
- OpenML MLModels Connector: Allows fetching metadata of ML models from openml to AIoD platform (#202).
- Zenodo Uploader: This allows data files (content) to be uploaded to Zenodo with the AIoD API endpoint
.../upload/datasets/{identifier}/zenodo
(#214).
Fixed
- Bugfix: Make sure the API redirects the response to download the content of a dataset to the client. This way, the download will be handled on the client side instead of downloading on the server side and passing it to the client afterwards. (#237).