Changelog

Follow new updates and improvements to DeployHQ.

May 13th, 2026

New

Improved

The biggest update we've shipped in months: a brand-new hosting product, the largest public API expansion in DeployHQ's history, a guided onboarding wizard for first-time users, and two new notification channels for your team.

  • Managed VPS Hosting: Provision and deploy to managed VPS instances directly from DeployHQ — no separate hosting account required. Per-hour metered billing rolls into your existing subscription, with one usage-based line item per month. https://www.deployhq.com/support/servers/managed-vps-hosting

  • New Onboarding Wizard: A guided flow walks new users through creating their first project, connecting a repository, configuring a server, and triggering their first deployment — with a "skip and create project" path for users who want to wire things up manually. https://www.deployhq.com/support/projects/onboarding-wizard

  • Public API Expansion: 30+ new endpoints covering team management, sign-up (for AI agents), activity feeds, test access, deployment retry, zones, language versions, scheduled deployments, and account management. Every resource response now includes a url field, making the API navigable for CLIs and agents without hardcoded paths. https://www.deployhq.com/support/api

  • New Integrations: Linear, Google Chat, and Telegram: Push deployment events to Linear as Releases, or notify your team in Google Chat spaces and Telegram channels via webhook-based integrations. https://www.deployhq.com/support/integrations.

  • In-App CLI Hints: Every project page now surfaces the matching dhq command for what you're looking at, with a quick link to the relevant CLI docs. https://www.deployhq.com/support/cli

April 21st, 2026

New

Improved

We've rolled out a batch of updates this month focused on saving you time and making DeployHQ easier to navigate.

March 24th, 2026

New

Improved

We've shipped several major updates this month to give you more flexibility, deeper insights, and broader platform support.

March 6th, 2026

New

Fixed

We've shipped several major features this month to give you more control over security, deployment speed, and server management.

What's New

  • SAML Single Sign-On (SSO): Authenticate your team through your organization's identity provider using SAML 2.0. Supports Okta, Microsoft Entra ID, Google Workspace, Auth0, and more. Available on Enterprise plans: More info here.

  • Global Servers: Define server configurations once at the account level and reuse them across multiple projects with a single click. Details here.

  • Custom Actions: Run arbitrary commands inside Docker containers as part of your deployment pipeline. Use curated templates for AWS CLI, Terraform, kubectl, and more, or bring your own Docker image. More here.

  • Parallel Uploading for FTP and SSH (Beta): Deployments can now transfer multiple files simultaneously, significantly reducing deployment times for projects with many changed files. Info here.

February 4th, 2026

New

Improved

We’ve rolled out several powerful updates to streamline your deployments and expand your infrastructure options.

What’s New

  • Docker Build Support (Beta): You can now build and package your applications using Docker containers for total environment parity. Learn more.

  • S3-Compatible Storage: Beyond AWS, you can now deploy to any S3-compatible provider like DigitalOcean Spaces, Backblaze B2, or MinIO. View setup guide.

  • Rsync Single Connection Mode: A new mode for Rsync deployments that handles transfers over a single SSH connection—perfect for restrictive firewalls. Read documentation.

  • Environment Variables (GA): Our Environment Variables feature has officially graduated from beta and is now available for all users.

January 8th, 2026

New

Improved

Fixed

🚀 New Features & Enhancements

✨ AI PageSpeed by DeployHQ: We are excited to launch AI PageSpeed, a new tool designed to analyze and optimize your website's performance. Get actionable, AI-driven insights to speed up your site today. Try AI PageSpeed!

👥 Team Management Ideal for agencies and accounts managing multiple groups, our new Team Management feature allows you to organize users into specific teams. This provides granular control over project access and permissions across your organization. Read the announcement.

🛠 Build Pipeline Updates We have updated the Build Pipeline to support the latest language versions, ensuring your builds run on the most current and secure environments available. View Build Pipeline Documentation.

⚡ Turbo Deployment Enhancements We’ve upgraded the Turbo Deployment engine to handle larger and more complex projects:

  • PAX Extended Header Support: Now handles file paths exceeding ustar limits (greater than 100 bytes).

  • Configurable SSH Output Buffer: Added support for large deployment manifests (up to 50MB), ensuring smooth transfers for massive updates.

December 4th, 2025

We are excited to announce a major update focused on debugging speed and integration stability.

✨ New Feature: AI-Powered Error Explanations

Troubleshooting failed deployments is now faster and more intuitive. We have introduced AI Explanations for deployment failures.

  • Instant Analysis: Instead of parsing raw error logs manually, get a plain-language summary of exactly what went wrong.

  • Actionable Fixes: The AI provides suggested steps to resolve the issue, reducing downtime and helping you ship fixes immediately.

⚡ Integrations: Out of Beta

After extensive testing and feedback, several of our most popular integrations have officially graduated from Beta to Stable. You can now rely on full production support for:

  • AWS Elastic Beanstalk

  • Netlify

  • Heroku

  • Rsync

October 29th, 2025

New

Fixed

The following features have graduated from beta and are now generally available:

  • AI Deployments Overview: Get a smarter look at your deployment history and status.

  • Build Pipeline Configuration per Server: You can now configure a specific build pipeline to run for each individual server, giving you more flexibility and control over your deployments.

  • Deploy from Tags and Releases: You can now manually trigger deployments from specific Git tags or releases, providing more control and making it easier to deploy stable versions of your application.

🚀 Now in Beta

  • Environment Variables: You can now define and manage Environment Variables within your DeployHQ projects, making it easier to handle configuration settings like API keys, database credentials, and development flags without exposing them in your repository. Read more about Environment Variables

  • Rsync Server Support: We've added support for Rsync servers as a new deployment option, offering an efficient and fast way to transfer files, especially for large projects or deployments with minimal changes.

    Read more about Rsync Server configuration

October 10th, 2025

New

Fixed

✨ New Features

  • Deployment Notifications to Git Providers: DeployHQ can now automatically post deployment status updates to GitHub, GitLab, or Bitbucket. Deployment statuses (when deployments start, complete, or fail) will appear directly on commits, pull requests, and merge requests within your Git provider's user interface. More info here.

  • Sortable Integrations: You can now sort your integrations to change their execution order. This allows you to precisely control the sequence in which integrations are run during your deployment process.

  • Non-Root Users for DigitalOcean: We've added support to allow the use of non-root users when connecting to your DigitalOcean servers, improving security best practices.

  • Various minor fixes and performance improvements have been implemented across the application.

September 18th, 2025

Improved

Fixed

Integrations and APIs

  • Added Cloudflare support for API tokens.

  • Added Microsoft Teams workflows support (alongside Webhooks).

Deployments and Runtime

  • Turbo Deployments: Fixed issue with long file names.

  • Elastic Beanstalk: Included hidden files in deployments.

Minor fixes

  • Various minor fixes and improvements.