Changelog
Keep yourself informed about the most recent additions and improvements
we’ve made to Sevalla.
gRPC support has landed 🚀
We've just shipped gRPC support for your applications, unlocking a whole new world of high-performance communication!
Now you can easily toggle between HTTP and gRPC protocols for your web processes.
Whether you're building complex microservice architectures or performance-critical applications, gRPC support takes your Sevalla deployments to the next level! 💪
Support env var reference 🔗
You can now reference environment variables within other variables using the ${key}
format. 🎉
This powerful feature works seamlessly across both applications and static sites, making your configuration more dynamic and reducing repetition. No more duplicating values across multiple variables!
For example:
API_URL=https://api.example.com
FRONTEND_URL=${API_URL}/frontend
MySQL 9.0 on Sevalla! 🥳

The long-awaited new version of MySQL is finally here and ready to be used on our platform! 🚀
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
Spin up a new instance of MySQL 9.0 today and experiment with them! 🤓