Define and manage your entire application infrastructure through YAML configuration files. This powerful feature enables:
Debug information is now automatically captured and stored for up to 7 days, providing a historical view of your application's state during deployments and runtime.
New connection helper provides quick access to database connection strings and CLI commands for all supported database services.
Commands executed within applications are now logged and accessible through the UI, providing better visibility into application operations.
Common PHP extensions are now pre-installed in containers for smoother Laravel deployments. Extensions like bcmath, gd, and others are available by default, reducing build times and deployment failures.
Improved MySQL service resource allocation based on configured memory limits. The service now automatically adjusts buffer pool sizes and other parameters based on available memory for optimal performance.
CPU request fields have been removed from the UI to simplify resource configuration. The system now automatically manages CPU requests based on limits and best practices.
Fixed ingress configuration to properly support security headers, ensuring applications can implement proper security policies through standard HTTP headers.
Resolved an issue preventing users from downloading PDF invoices from the billing section.
Fixed hover state issues on Safari browser affecting various UI elements.
Corrected resource scaling issues in MySQL service deployments.
Fixed null annotation handling in ingress configurations for proper security header support.
/api/v1/infrastructure
endpoint for IaC operations