Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 1.57 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v2.0.0-beta.2 - 2024-02-16

Added

  • Super Admin functionality implemented.
  • Helm chart published to Artifact Hub.
  • GUI now supports viewing and modifying metadata definitions.
  • Examples of custom visualizations added, including netCDF, Vega, and iframe.

Changed

  • Pagination refactored for increased flexibility in page navigation.

v2.0.0-beta.1 - 2023-11-27

Added

  • Initial implementation of Extractors.
  • Initial implementation of Visualization.
  • Group, roles, and dependencies functionalities added.
  • Group implementation initiated.

Changed

  • README updated with relevant changes.
  • Improved accessibility to Swagger API documentation.

alpha-2 - 2022-11-28

Added

  • Use Keycloak for user management, JWT tokens and federated identity.
  • Initial implementation of file versioning and nested folders within datasets.
  • Initial implementation of metadata entries and metadata definitions.
  • Initial implementation of search using Elasticsearch.
  • Improvements to overall UI and UX. Standardized components and widgets used.
  • Helm charts for Kubernetes deployment.