Swiss AI Hub v0.316.1
Pre-release
Pre-release
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/webandsysadmin-webapplications) 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.