Skip to content

Swiss AI Hub v0.316.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 10:44

Added

  • Automated SDK Sync Verification: A new GitHub Actions workflow has been introduced to automatically verify that
    the committed frontend SDK clients (for both the main @swiss-ai-hub/web and sysadmin-web applications) are in sync
    with their respective backend OpenAPI specifications. This crucial check helps prevent API/SDK drift and ensures
    frontend clients always reflect the latest backend contract.
  • ⚡️ Efficient Offline OpenAPI Spec Generation: The new workflow efficiently generates OpenAPI specifications
    directly from backend ASGI applications without needing a running server, speeding up the verification process.
  • ⚙️ Proactive Developer Feedback: Developers will now receive immediate feedback during pull requests if their
    backend changes necessitate an SDK regeneration, promoting a more consistent and reliable development experience.