Changelog
Keep yourself informed about the most recent additions and improvements
we’ve made to Sevalla.
Nixpacks version 1.41
Newest Nixpacks version is available under "Build strategy settings".
Custom port for healthcheck
The update process sheet now includes a custom internal port health-check setting, allowing you to specify port numbers for either the Readiness or Liveness probe.
Database public access with IP restriction
Users can now enable external database access with fine-grained control. Previously, connections were either fully open or completely disabled, now you can allow or block access based on specific IPs or IP ranges.
We also introduced a new Networking tab under database, where you’ll now find the external connection toggle, IP restrictions, and connected apps.
Deployment updates log
You can now view application changes in the Deployments table. Each deployment shows when the updates went live, along with a small badge indicating the number of changes. Detailed information is available on the Deployment details page.
Create webhooks to receive service event notifications
You can now configure an endpoint to receive event notifications when changes occur in your apps, databases, or static sites.
Each webhook request includes an svl-signature header for verification, and failed deliveries are retried up to 12 times, with all attempts visible in the Event Deliveries view.
Initial supported event types include:
APP_CREATE,APP_UPDATE,APP_DELETE,APP_DEPLOYDATABASE_CREATE,DATABASE_UPDATE,DATABASE_DELETESTATIC_SITE_CREATE,STATIC_SITE_UPDATE,STATIC_SITE_DELETE,STATIC_SITE_DEPLOY
Learn more in the documentation.