Release v0.5 (v0.5) Switch to the latest release
Features:
* Integrated Apache Superset and Trino within the Data Query frontend iframe, establishing Hive metastore configurations and rectifying minio-init initialisation logic.
* Implemented comprehensive temporal entity management, supporting geo-spatial queries (GeoJSON parameters), attribute-based filtering, date-bounded historical data retrieval, and lastN query options.
* Configured default temporal query parameters to utilise modifiedAt and sysAttrs, whilst adding dedicated endpoints to retrieve and delete temporal entities by ID.
* Enabled multi-tenant scoping by introducing the get_tenants endpoint and activating the Scorpio database port.
* Resolved critical system conflicts by removing redundant Apache Superset packages, refining Superset CORS configurations, and updating the SQLAlchemy adapter for Trino.
* Optimised frontend performance by reducing useEffect dependencies to limit superfluous backend requests, dynamically updating entities upon tenant context changes, and introducing a new Dashboard view.
* Refactored acceptance testing modules by Azure feature, relocated secret keys to secure environment variables, and modularised temporal entity logic to reduce cognitive complexity.