Skip to content

Changelog

v1.4.7 (2024-10-21)

GitLab Release

Contains Breaking Changes

This release updates the Metadata Database schema which is incompatible to v1.4.6!

What's Changed

Features

  • Added SERIAL data type to create incrementing key in #454

Changes

  • 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

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

GitLab Release

Contains Breaking Changes

This release updates the Metadata Database schema which is incompatible to v1.4.5!

What's Changed

Features

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 and null

Fixes

  • Import of datasets stabilized in the UI in #442
  • Install script in #444