Skip to content

Changelog

New features, improvements, and fixes. Subscribe to get updates via RSS.

Major

Preview Deployments 2.0

A complete overhaul of our preview deployment system with faster builds and better collaboration tools.

  • Instant previews - Previews now deploy 40% faster with incremental builds
  • Comment integration - Preview links automatically posted on PRs
  • Auto cleanup - Stale previews automatically removed after merge

Feature

Turbopack Support

DeployFast now supports Turbopack for Next.js 14 projects, enabling significantly faster builds.

  • 10x faster development builds
  • Automatic detection for Next.js 14+ projects

Improvement

Edge Functions Performance Boost

Cold start times reduced by 60% for Edge Functions. Your serverless functions now initialize faster than ever.

  • P95 cold start: 12ms → 5ms
  • Improved memory allocation

Security

SOC 2 Type II Certification

DeployFast is now SOC 2 Type II certified, demonstrating our commitment to security, availability, and confidentiality. Enterprise customers can request our audit report.


Fix

Build Reliability Improvements

  • Fixed rare timeout issue with monorepo detection
  • Resolved npm cache inconsistency on retry
  • Fixed environment variable inheritance in preview deployments

Major

Team Workspaces

Collaborate with your team more effectively with new workspace features.

  • Role-based access - Admin, Developer, and Viewer roles
  • Audit logs - Track all team activity
  • SSO support - SAML and OIDC for enterprise

Feature

CLI v4.0

Major update to the DeployFast CLI with improved DX and new commands.

$ npm install -g @deployfast/cli@4
→ Upgraded to v4.0.0

$ deploy --help
New commands: deploy logs, deploy env, deploy rollback