Changelog

Stay up to date with the latest features, improvements, and bug fixes in Depfloy.


May 10, 2026

New Features

  • Console Layout - The new Console replaces the old separate "server detail" and "project detail" pages with a unified sidebar + main-panel layout. Server screens (Summary, Security, Database, etc.) and project tabs (Domains, Environments, Logs, etc.) now open in place rather than navigating to a new page. Old bookmarks continue to work via redirects. See Console Overview.
  • Sidebar Group by + Pin - Group servers in the sidebar by Environment (Production / Staging / Dev) or Server type. Pin frequently-used servers to a separate group at the top. Both choices follow you across browsers and devices.
  • Server Setup Pane - Newly-created servers show a dedicated setup view with progress, the bootstrap command (for manual installs), and clear failure recovery — instead of dropping you into a half-installed server detail page.
  • Server Transfer Between Organizations - Move a server (and all its projects) from one organization to another in the same workspace. Available in the server's Security section.
  • Console Monitoring Overview - New top-bar tab listing every currently-firing alert across the servers you can access, with quick links to each alert.
  • Failed Deployment Log Sheet - Click the red "failed" badge on a project header to open the full deployment log in a side sheet without leaving the Console.

Improvements

  • Deployments Index Redesign - The /deployments page now has stats summaries, multi-select status filters, search across project name / branch / commit / message, and per-row actions (View Log, Rerun, Roll back).
  • Settings + Configuration Split - Personal settings (profile, notifications, SSH keys, API tokens, billing, members) now live under /settings/.... Account-level admin (server providers, maintenance template) lives under /configuration/.... Old URLs redirect.
  • Member Roles & Scoping - Reworked member permissions with five built-in roles (Owner, Admin, Manager, Developer, Viewer) plus per-server / per-project scoping. The Members page now has a "Compare roles" dialog and an "Add existing user" flow for users who already belong to another organization in your account.
  • Status-Aware Background Job Actions - The actions menu on a background job adapts to its current state. Failed jobs gain "Force Restart" and "Clear Logs" actions for quick recovery.
  • Background Job Log Auto-Refresh - The job log viewer refreshes itself automatically while open, with a clear last-fetched timestamp and a manual refresh button.
  • Project Background Jobs Tab - Project pages now show the same managed-services list (Octane, Reverb, Horizon, Nightwatch) and custom background jobs as the server-level view, with feature parity.

Bug Fixes

  • Deploy Hang Recovery - Deployments that previously could appear stuck for 10-15 minutes in the "Restarting background services..." step now auto-fail after 25 minutes and surface a clear failure. Background-service restarts have hard time limits to prevent indefinite waits.
  • WebSocket Connection Indicator - When live updates cannot reach your browser (corporate proxies, captive portals), an amber banner now appears so it is clear that live updates have paused. See Developer Guide.
  • Custom Deploy Command Conflicts - Custom deploy scripts that included php artisan reverb:restart previously caused intermittent deployment hangs. Documented as an anti-pattern; remove that line from your script if you have it.

March 26, 2026

New Features

  • Google Sign-On - Sign in or register with your Google account. Existing accounts can be linked from account settings.
  • Depfloy Process Manager (DPM) - Replaced PM2 and Supervisor with DPM, a purpose-built process manager for zero-downtime deployments with rolling restarts and health checks.
  • DPM Cluster Mode - Multi-worker support with least-connection load balancing and connection draining for Node.js applications.
  • PostgreSQL Streaming Replication - Set up primary-replica streaming replication with WAL slot management, automatic failover, and config sync.
  • Load Balancer - New server type for distributing traffic across multiple application servers with API, service, and UI support.
  • PgBouncer Connection Pooling - Built-in PgBouncer support for PostgreSQL servers with connection URL auto-configuration.
  • Laravel Plugins - One-click installation for Laravel Reverb, Horizon, Octane, and Nightwatch with real-time status updates.
  • Multi-Domain SSL - Manage SSL certificates across multiple domains from a single interface.
  • Nginx Managed Mode - Custom nginx snippet injection with a visual editor for advanced server configuration.
  • Custom Shared Directories - Define custom shared directories that persist across zero-downtime deployments.
  • Database External Storage - Configure external data directories for database servers.
  • OOM Detection - Automatic detection of out-of-memory errors and silent failures during deployment.

Improvements

  • Dashboard Redesign - Completely redesigned dashboard with improved navigation and layout.
  • Application Logs - Revamped application logs with improved UI and dynamic project search.
  • Deployment Log Streaming - Faster real-time deployment log streaming with improved reliability.
  • Background pg_basebackup - Large database replication now runs in the background with polling for progress updates.

Bug Fixes

  • Zero-Downtime Atomic Switch - Fixed atomic symlink switch failing when current path is a directory instead of a symlink.
  • Node.js Deployment Reliability - Prevented broken symlinks, EADDRINUSE errors, and CPU spikes on failed deployments.
  • SSL Certificate Deletion - Nginx config now properly reverts to non-SSL when certificate is deleted.
  • Environment Variables - Fixed double-quoting and interpolation issues in env variable handling.
  • Replication Stability - Multiple fixes for SSH channel conflicts, WAL receiver verification, and config sync during replica setup.

February 1, 2026

New Features

  • Deployment Rollback - Vercel-like rollback functionality to instantly restore previous deployments with one click.
  • Async Hetzner Server Creation - Pre-flight validation with background processing for improved server provisioning.
  • Bulk Auto Deploy - Pagination-aware "Select all X projects" banner for managing auto-deploy settings across all projects.
  • Database Service Configuration Editor - Edit configurations for MySQL, PostgreSQL, Redis, and Clickhouse directly from the dashboard.
  • Enhanced Code Editor - Added TOML, XML, and PGSQL syntax highlighting support in the built-in Ace Editor.
  • Meilisearch Server Support - Deploy and manage Meilisearch instances with automatic master key configuration.

Bug Fixes

  • Server Type Pricing - Fixed pricing display to show only the price for the selected location.
  • Composer Permissions - Resolved permission issues when running Composer commands during deployment.
  • Node Dependency Caching - Fixed false mismatch detection causing unnecessary dependency reinstalls.
  • Zero-Downtime Port Collision - Resolved port collision issues during zero-downtime deployments.
  • Node Dependency Installation - Improved reliability of Node.js dependency installation process.
  • Real-Time Deployment Issue - Fixed real-time deployment events not working on the deployments page.

Improvements

  • No Credit Card for Trial - Start your free trial without entering payment information.
  • Blue-Green Deployment for Node.js - Extended blue-green deployment support to Node.js applications.

January 25, 2026

New Features

  • Zero-Downtime Deployment - All projects now use zero-downtime deployment by default with automatic rollback on failure.
  • Cache Server Support - Added dedicated cache server type with Redis support for managing cache infrastructure.

Bug Fixes

  • Nginx Configuration - Fixed unnecessary escaping in nginx template variables.
  • Log Output Formatting - Ensured log output ends with newline for consistent display.

Improvements

  • Node.js Cluster Mode - Improved PM2 cluster mode support for Node.js zero-downtime deployments.
  • Dependency Installation - Optimized dependency installation during deployment with better caching.

January 21, 2026

New Features

  • Database Password Management - Update MySQL and PostgreSQL passwords directly from the dashboard.
  • Redis Service Management - Added restart and configuration options for Redis servers.
  • Server Type Enhancements - Improved server type selection with better categorization.

Bug Fixes

  • MySQL Installation - Updated MySQL installation script for better reliability.

Improvements

  • Security Section - Moved root password management to the security section for better organization.

December 2025

New Features

  • Server Monitoring Dashboard - Enhanced CPU, memory, and disk usage monitoring with configurable alert thresholds.
  • Domain Management - Improved domain configuration and SSL certificate management.

Improvements

  • Performance Optimizations - Various performance improvements across the dashboard.

November 2025

New Features

  • Custom Deployment Scripts - Run custom commands after each deployment for cache clearing and queue restarts.
  • SSL Certificate Management - Automatic SSL certificate provisioning and renewal with Let's Encrypt.
  • Project Transfer - Move projects between servers without downtime.

Improvements

  • Dashboard UI - Refreshed dashboard design with improved navigation.

Was this page helpful?