Skip to content

Release 1.3.20240129 - Keycloak persistent and new features

Compare
Choose a tag to compare
@jsmatias jsmatias released this 29 Jan 14:22

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).

Changed

  • Huggingface Uploader: Refactored without major functional changes (#214).
  • Keycloak state persistent: Makes sure that the Keycloak container saves the state to the filesystem (#244).
  • Documentation: Typos fixed on README.md (#258).