Changelog

What's new in StackBlaze.

Every release, every fix, every improvement, in one place.

v2.5.0April 10, 2026

PR preview environments, improved build caching, and a new monitoring dashboard.

New

PR preview environments, every pull request now gets an isolated live URL automatically

New

New Observability dashboard with CPU, memory, and request-rate graphs per service

Improved

Build cache hit rate improved by 40% through smarter layer fingerprinting

Improved

Deploy logs now stream in real time with sub-second latency

Fixed

Fixed a race condition where two simultaneous deploys could leave a service in a pending state

Fixed

Environment variable changes now correctly trigger a redeploy on all affected services

v2.4.1March 28, 2026

Hotfix for a networking regression introduced in 2.4.0.

Fixed

Resolved an issue where private service hostnames were occasionally not resolvable within the same project

Fixed

Fixed TLS certificate renewal failing silently for custom domains with long apex records

v2.4.0March 20, 2026

Autoscaling overhaul, spend caps, and PostgreSQL PITR support.

New

Autoscaling now supports hard monthly spend caps, scale without bill anxiety

New

Point-in-time recovery (PITR) for all managed PostgreSQL instances, up to 7 days back

New

Scale-to-zero for background workers and cron jobs on Hobby plan

Improved

Autoscaling scale-up now fires within 8 seconds of threshold breach, down from 45 seconds

Improved

Replica count slider in dashboard now shows projected cost before you confirm

Fixed

Fixed autoscaling not respecting minimum replica counts when scaling down during off-peak hours

v2.3.0February 27, 2026

CLI v2, multi-region support, and alert webhooks.

New

Multi-region deployments, deploy replicas to EU-West and AP-South from a single config

New

CLI v2 released: stackblaze deploy, logs, env, scale, rollback, all from your terminal

New

Alert webhooks, send threshold alerts to Slack, Discord, or any HTTP endpoint

Improved

stackblaze logs now supports --follow, --since, and --service flags

Fixed

CLI auth tokens now correctly expire and prompt re-login after 30 days

v2.2.0February 6, 2026

Team roles, audit logging, and Redis cluster support.

New

Role-based access control, Owner, Admin, Developer, and Viewer roles with granular permissions

New

Audit log for all team and deployment actions, available under Settings → Audit Log

New

Redis cluster mode supported for managed Redis instances on Pro plan

Security

All admin API endpoints now require re-authentication for sensitive operations (delete, transfer)

Improved

Team invitation flow redesigned, invites now expire after 48 hours and can be resent

v2.1.0January 15, 2026

Docker Compose import, persistent disks, and health check configurator.

New

Import a docker-compose.yml and we'll convert it to a StackBlaze project automatically

New

Persistent disks, attach a dedicated volume to any service with automatic resize

New

Health check configurator, set custom HTTP path, interval, and failure threshold per service

Improved

Build step now detects Bun, Deno, and Rust projects without manual configuration

Fixed

Fixed a bug where services with no health check endpoint would occasionally be marked unhealthy after deploy

v2.0.0December 1, 2025

Full platform rewrite with the new canvas architecture and private networking layer.

New

Live architecture canvas, visualise your entire stack and connections in real time

New

Private 100 Gbps internal networking between services, no config, automatic hostnames

New

New dashboard with unified logs, metrics, and environment variable management

New

One-click rollback to any previous successful deployment

Improved

Average deploy time reduced to under 90 seconds across all service types

Security

Full workload isolation at the CNI layer, no shared storage or networking between customers