Skip to content

Swiss AI Hub v0.293.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jun 07:16
· 33 commits to main since this release

Added

  • Service Version Reporting: The API's /health and /ready endpoints 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 HealthResponse data transfer object has been extended to include a
    dedicated version field.
  • 🔄 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.