Features:
* Introduced batch processing capabilities for entities, enabling multiselect batch updates and deletions natively within the frontend interface and backend operational routers.
* Expanded entity retrieval features to support geospatial querying via GeoJSON and coordinate format validations, alongside standard queries by type and ID.
* Overhauled the entity update architecture by disaggregating update_entity into distinct replace_entity and merge_entity operations, explicitly transitioning to HTTP PUT methodologies.
* Enhanced data source management by implementing logical deletion endpoints for DataStorage, explicitly excluding deleted sources from active listings.
* Enforced rigorous multi-tenant data isolation and refined scope-based entity filtering, ensuring selected scopes persist efficiently across user sessions.
* Streamlined the frontend user experience by generalising the entity creation form to support seamless editing, integrating command attribute parsing, and adding robust JSON stringification in data tables.
* Addressed critical infrastructure and security configurations by executing Alembic migrations conditionally via environment variables, replacing hardcoded parameters, and remediating identified Snyk and SonarQube vulnerabilities.