v1.3.20240909
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 the patch version.
Added
-
Alembic service for automated database migrations
- Added new service (containarized in docker) to update the database schema programmatically using Alembic service. (#353)
-
Increased maximum length of the value attribute of the note class
- Added a migration to extend the maximum length of the value attribute of the note class and its respective tables. (#353)
Updated
-
Make host ports of docker-compose configurable through
.env
- Moved some configuration options from docker-compose to environment variables (in
.env
), so different deployments only have to modify the.env
file and not also docker-compose file. (#345)
- Moved some configuration options from docker-compose to environment variables (in
-
Update deployment instructions in README.md
- Added sanity check for instructions for server deployment in Readme.md file. (#337)
-
Keycloak theme
- Added AIoD style theme to keycloak. (#339)
Fixed
- Bugfix/ fix huggingface connector
- Fixed few bugs in the HuggingFace connector that prevented it from indexing some datasets. (#335)