Swiss AI Hub v0.293.0
Pre-release
Pre-release
Added
- ✨ Service Version Reporting: The API's
/healthand/readyendpoints now include the running service version in
their responses, improving operational visibility. - ✨ UI Version Display: The web application now fetches and displays both its own and the API's service versions in
the user settings, clearly indicating if the UI and API are running on different versions. - ✨ OpenAPI Version Documentation: The API's OpenAPI specification has been updated to include the service version,
making it programmatically accessible for clients.
Changed
- 🔄 Health Response Structure: The core
HealthResponsedata transfer object has been extended to include a
dedicatedversionfield. - 🔄 Web Build Process: The web application's Dockerfile and Nuxt configuration have been updated to bake the service
version into the static bundle during build time, ensuring accurate version reporting.