Release Summary
This release introduces the ability to export project data efficiently, with robust logging and status tracking mechanisms. It also improves user visibility into the export process, making it more reliable for large datasets.
Enhancements
- Export Project Functionality:
- Users can now export complete project asynchronously based on project ID and tag (version).
- Data is packaged into a ZIP file for easy download.
- Audit Logs for Export Process:
- Each step in the export process is logged into an audit table for detailed progress tracking and debugging.
- Logs are accessible via an API.
- Download Exported Projects:
- Users can download previously exported project ZIP files using a unique export ID.
- The download status is tracked, and incomplete or failed exports are flagged accordingly.
- Improved Visibility for Export Status:
- Users can query the export status by export ID.
Bug Fixes
- Resolved an issue where large export requests caused timeout errors by introducing asynchronous processing.
- Improved error handling for failed exports to provide meaningful messages in audit logs.
DB Migrations
alpha-config-service
Images
Service Name | Image Name | Image Version |
---|---|---|
alpha-config-service | neutrinos.azurecr.io/alpha/alpha-config-service | 24.12.0.0.34-prod |