Sevalla

Changelog

Dec 3, 2025

December 3, 2025

Global app environment variables Define global environment variables that can be used across all your applications. These are ideal for shared configurations, such as API keys or global feature flags. The application-level environment variables page will indicate if any global variables are set and allow you to access them easily.

Display recently used locations in location selector

November 25, 2025

Recently used locations will appear first in the location selector, making it easier to reuse the same data centers.

Utilize

November 25, 2025

Previously, we used kinsta.app domain. After toggling a database connection, it now receives a sevalla domain instead. The same applies to app-level TCP proxies.

Nov 25, 2025

November 25, 2025

Display recently used locations in location selector Recently used locations will appear first in the location selector, making it easier to reuse the same data centers.

Nixpacks version 1.41

November 21, 2025

Newest Nixpacks version is available under "Build strategy settings".

Nov 21, 2025

November 21, 2025

Nixpacks version 1.41 Newest Nixpacks version is available under "Build strategy settings".

Custom port for healthcheck

November 21, 2025

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

November 20, 2025

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.

Nov 20, 2025

November 20, 2025

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

November 20, 2025

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.

Nov 17, 2025

November 20, 2025

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

November 20, 2025

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_DEPLOY DATABASE_CREATE, DATABASE_UPDATE, DATABASE_DELETE STATIC_SITE_CREATE, STATIC_SITE_UPDATE, STATIC_SITE_DELETE, STATIC_SITE_DEPLOY Learn more in the documentation.

Pretty URLs for static sites

November 20, 2025

Static sites on Sevalla now support Pretty URLs, which automatically standardize URLs for cleaner paths and improved SEO. When enabled, Sevalla will: Redirect paths like /about → /about/ Rewrite paths like /about.html → /about/ This behavior helps ensure consistent URL structures and better caching performance across our CDN. You can enable Pretty URLs in your project's Static Site > Settings > Redirects section.

_redirects file support for static sites

November 20, 2025

Static sites on Sevalla now support the _redirects file format. If your repository includes a _redirects file in its root, Sevalla automatically parses and applies your custom redirect rules. Supported features include: Custom 404 pages: Add a 404.html page, and Sevalla will automatically serve it for missing paths. Force redirects: Use ! in your status code to override existing files, ensuring your redirect always takes effect. Splats: Use wildcards (e.g. /news/* → /blog/:splat) to match entire path segments. Placeholders: Dynamically capture path segments using variables like :slug or :id. Query parameters: Match redirects based on query strings (e.g. /store?id=:id → /blog/:id). These additions make it easier to manage complex routing logic directly from your repository with no extra configuration required. For single-page applications that rely on client-side routing, we recommend adding the rule /* /index.html 200 so that all paths correctly return index.html with a 200 status instead of a 404 on reload.

A brand-new Sevalla dashboard (with dark mode!)

November 20, 2025

The wait is finally over. We’ve refreshed Sevalla’s look and feel with a cleaner, more modern design and packed it with visual and usability improvements. The highlight of this release is Dark Mode 🌙, giving you a sleek, eye-friendly experience whether you’re coding late at night or just prefer a darker interface. A big thank-you to all our beta users who helped us test and refine the new interface. We’re thrilled to share it with everyone, and as always, if you spot any quirks, we’d love your feedback.

Redis 8 support enabled

November 20, 2025

Great news! Redis 8 is now available on Sevalla! We've officially enabled Redis 8 so you can start using the latest version in your apps. Upgrade today to benefit from improved performance, stability, and new Redis 8 features.

Docker caching is now available

November 20, 2025

We've expanded our build caching options! 🚀 In addition to Nixpacks and Buildpacks caching, you can now take advantage of Docker layer caching. This helps speed up your deployments by reusing unchanged Docker layers, resulting in faster builds and more efficient pipelines.

Faster app hibernation wake-up

November 20, 2025

Hibernated apps now wake up much faster, so your app becomes responsive more quickly after a period of inactivity. Previously, apps could take 60–90 seconds to start up after being idle, but now they’re ready in just 8–20 seconds. Keep in mind that your app needs a redeploy to activate the new hibernation settings.

Nixpacks version selection is here

November 20, 2025

You can now select your preferred Nixpacks version for your apps on Sevalla. This gives you more flexibility and control over your deployments, and helps ensure smooth upgrades. Starting today, all newly created apps will use Nixpacks version 1.39 by default (previously 1.29). If you need to use a different version, simply choose the version that best fits your project.

System environment variables available in applications

November 20, 2025

We're introducing automatic injection of several system environment variables into your apps during both build and runtime. This makes it easier to automate tasks and access important deployment details directly from your application. The following environment variables will be available: SVL_COMPANY_ID SVL_APP_ID SVL_APP_NAME SVL_DEPLOYMENT_ID SVL_DEPLOYMENT_INITIATED_BY SVL_DEPLOYMENT_TRIGGER SVL_DEPLOYMENT_COMMIT_SHA SVL_DEPLOYMENT_BRANCH SVL_DEPLOYMENT_DOCKER_IMAGE Use these variables for enhanced automation and more flexible app behavior!

Nov 13, 2025

November 19, 2025

Pretty URLs for static sites Static sites on Sevalla now support Pretty URLs, which automatically standardize URLs for cleaner paths and improved SEO. When enabled, Sevalla will: Redirect paths like /about → /about/ Rewrite paths like /about.html → /about/ This behavior helps ensure consistent URL structures and better caching performance across our CDN. You can enable Pretty URLs in your project's Static Site > Settings > Redirects section.

Nov 06, 2025

November 19, 2025

A brand-new Sevalla dashboard (with dark mode!) The wait is finally over. We’ve refreshed Sevalla’s look and feel with a cleaner, more modern design and packed it with visual and usability improvements. The highlight of this release is Dark Mode 🌙, giving you a sleek, eye-friendly experience whether you’re coding late at night or just prefer a darker interface. A big thank-you to all our beta users who helped us test and refine the new interface. We’re thrilled to share it with everyone, and as always, if you spot any quirks, we’d love your feedback.

Sep 18, 2025

November 19, 2025

Redis 8 support enabled Great news! Redis 8 is now available on Sevalla! We've officially enabled Redis 8 so you can start using the latest version in your apps. Upgrade today to benefit from improved performance, stability, and new Redis 8 features.

Aug 30, 2025

November 19, 2025

Docker caching is now available We've expanded our build caching options! 🚀 In addition to Nixpacks and Buildpacks caching, you can now take advantage of Docker layer caching. This helps speed up your deployments by reusing unchanged Docker layers, resulting in faster builds and more efficient pipelines.

Jul 2, 2025

November 19, 2025

Faster app hibernation wake-up Hibernated apps now wake up much faster, so your app becomes responsive more quickly after a period of inactivity. Previously, apps could take 60–90 seconds to start up after being idle, but now they’re ready in just 8–20 seconds. Keep in mind that your app needs a redeploy to activate the new hibernation settings.

Jun 24, 2025

November 19, 2025

Nixpacks version selection is here You can now select your preferred Nixpacks version for your apps on Sevalla. This gives you more flexibility and control over your deployments, and helps ensure smooth upgrades. Starting today, all newly created apps will use Nixpacks version 1.39 by default (previously 1.29). If you need to use a different version, simply choose the version that best fits your project.

Host Website
Visit website

Share Post

Join our newsletter.

Get insights into what’s happening at ChangelogWP right in your inbox. We don’t believe in spam.