# December 2025 Update

Released December 8, 2025 (version v2025.49)

This month we've focused on deployment speed and monitoring capabilities. Quick deploy lets you skip builds when only configuration changes, Inertia SSR brings server-side rendering to your Laravel apps.

## New Features

### Inertia SSR service

Enable server-side rendering for Inertia.js applications with a single click.

- One-click setup for Laravel and Statamic applications
- Runs as a sidecar container alongside your application
- Automatically configures INERTIA_SSR_ENABLED and INERTIA_SSR_URL environment variables
- Customizable SSR command for advanced configurations
- Resource limits configured for optimal performance

### Quick deploy (Redeploy)

Apply configuration changes instantly without rebuilding your container image.

- Skip the clone and build phases when no code changes are needed
- Deploy environment variable changes in seconds instead of minutes
- Apply domain, resource, and scheduler changes without rebuilding
- Reuses your last successful deployment image
- Significantly faster for configuration-only updates

### Autoscaling metrics dashboard

Visualize real-time metrics and scaling history for autoscaled applications.

- Real-time CPU and memory usage gauges
- Historical replica count tracking
- Visual timeline of scaling events
- Metrics stored for historical analysis
- Better visibility into autoscaler decision-making

### PHP 8.5 support

Deploy applications using the latest PHP version with all new features and performance improvements.

## Improvements

### Colored deployment logs

Build and deployment logs now render ANSI color codes for better readability.

- npm, composer, and other CLI tools display with proper colors
- Error messages stand out in red
- Success messages highlighted in green
- Improved log parsing and display

### Extended 2FA sessions

Two-factor authentication sessions now persist longer, reducing daily re-authentication requirements.

### Application labels on overview

Custom application labels now display on the overview page, making it easier to identify applications at a glance.

### Wildcard domain display

Applications using wildcard SSL domains now show all matching subdomains in the overview tab.

### Worker service editing

Edit worker service commands and configuration after the service has been created, without needing to delete and recreate.

### Environment variable warnings

The settings page now displays a warning before you overwrite an existing environment variable, preventing accidental data loss.

### Default instance selection

The command terminal automatically selects an available instance when opening, removing an extra step from your workflow.

### Invoice payment retry

Failed invoice payments can now be retried directly from the billing page without contacting support.

### Scheduler in monitoring tab

Scheduler pods now appear in the instance monitoring tab alongside your main application and worker instances.

### Payment failure notifications

Receive email notifications when a subscription payment fails, giving you time to update payment methods before service interruption.

## Bug Fixes

### Fixed hidden secrets in long lists

Newly added environment secrets no longer get hidden when you have many existing variables.

### Fixed text selection in commands

Selecting text in the commands section no longer accidentally triggers drag-and-drop reordering.

### Fixed VAT calculation

Resolved issues with VAT calculation in the billing system for accurate invoicing.

### Fixed MySQL service configuration

Corrected configuration errors in MySQL service deployments.

### Fixed scheduler default setting

The scheduler enabled setting now defaults correctly for new applications.

### Improved deployment reliability

Enhanced error handling and logging during the deployment process for more reliable deployments.

## Notes

- Inertia SSR is available for Laravel and Statamic application types only.
- Quick deploy (Redeploy) requires at least one successful full deployment before it can be used.
- PHP 8.5 is available as a preview release - use in production at your own discretion.
