Changelog
v1.5.3 (2024-12-13)¶
What's Changed¶
Fixes¶
- Fixed a bug where subsets containing sub-queries are not able to retrieve data in #476.
v1.5.2 (2024-12-03)¶
What's Changed¶
Changes¶
- Adapt Helm chart to support
runAsNonRoot
throughout and specifyresource
presets for the highly-constrained OpenShift Kubernetes environment in #467. - Require authentication for uploading files in #466.
Fixes¶
- Fixed a validation problem failing to validate UUIDs in #471.
- Fixed the
dist.tar.gz
file not being found in the CI/CD pipeline onrelease-
branches in #465.
v1.5.1 (2024-11-09)¶
What's Changed¶
Fixes¶
- Bug where the data volume could not be calculated when the data length column in the Metadata Database is
null
in #462. - Bug where the schema could not be created manually in #461.
v1.5.0 (2024-11-06)¶
Contains Breaking Changes
This release updates the Metadata Database schema which is incompatible to v1.4.6! Use the migration
script schema_1.4.5-to-1.5.0.sql
to apply the changes manually.
What's Changed¶
Features¶
- Added
SERIAL
data type to create incrementing key in #454
Changes¶
- Remove the Data Database Sidecar and replace it with Apache Spark in #458.
- Allow anonymous users to create subsets for public databases in #449.
- Show file upload progress in #448.
- Change the Docker image of the Auth Service to Bitnami-maintained similar to Kubernetes deployment with accompanying Auth Database change to PostgreSQL in #455
Fixes¶
- Preventing the semicolon
;
to be used in UI and fixed cryptic subset execution error messages in #456. - Multiple UI errors in #453.
- Fixed install script.sh in #444
- No hardcoded data type metadata in UI but instead added it hardcoded (associated with
image_id
) Metadata Database.
v1.4.6 (2024-10-11)¶
Contains Breaking Changes
This release updates the Metadata Database schema which is incompatible to v1.4.5!
What's Changed¶
Features¶
- Added Dashboard Service and monitoring in default setup.
Changes¶
- Show the progress of dataset uploads in the UI in #448
- Anonymous users are allowed to create (non-persistent) subsets in #449
- Removed logic that maps
True
,False
andnull