Agentic hosting is here. Connect to our MCP now ->

Changelog

Keep yourself informed about the most recent additions and improvements
we’ve made to Sevalla.

Nov 4, 2024
ApplicationsStatic sites

Support env var reference

You can now reference environment variables within other variables using the ${key} format.

For example:

API_URL=https://api.example.com
FRONTEND_URL=${API_URL}/frontend
Oct 31, 2024
Databases

MySQL 9.0 is available

The long-awaited new version of MySQL is here.

MySQL 9.0 brings a host of new features and improvements, including:

  • JavaScript stored programs
  • VECTOR data type
  • Foreign key improvements
  • Performance schema enhancements
  • Query optimization
Oct 04, 2024
Applications

Expose non-HTTP traffic via TCP proxy

We're announcing support for exposing non-HTTP traffic via TCP proxy.

Now it's effortless to expose services like databases or message queues. Deploy MongoDB, RabbitMQ, and more with ease.

Oct 03, 2024
Databases

PostgreSQL 17 is here

PostgreSQL 17 is now available on Sevalla.

Benchmarks claim 20-30% better query performance compared to the previous version.

v17 also brings a bunch of new features and improvements. For more details, check out the official release statement!

Oct 03, 2024
Databases

Control database public access

Going forward, every database you create will be private by default.

Toggle public availability of your database on the fly, so feel free to do so whenever you need to.

PreviousPage 12 of 15Next