What's new ↓

Changelog

Every feature, fix, and improvement we've shipped. We release updates every 2–3 weeks. Subscribe to the RSS feed or follow us on Discord to get notified.


v3.2.1

Latest April 26, 2026
  • 🐛 Fixed Fixed an edge case where preview deploy URLs with hyphens would 404 on certain CDN nodes
  • 🐛 Fixed Dashboard analytics chart no longer shows a spike on the first day of each month (aggregation bug)
  • ⚡ Improved CLI now shows progress percentage during large file uploads (> 50 MB)
  • ⚡ Improved Reduced memory usage during Astro and Next.js builds by ~30%

v3.2.0

April 14, 2026
  • ✨ New Dashboard drag-and-drop uploader — no CLI needed. Drop a folder of files, get a URL.
  • ✨ New Directory listings: enable auto-generated file browser for any project folder
  • ✨ New Deploy notifications for Slack and Discord (Pro plan)
  • ⚡ Improved Build logs now stream in real-time on the dashboard instead of loading after build completes
  • ⚡ Improved Team invitations now include the project name and a direct link to accept
  • 🐛 Fixed Custom 404 pages now correctly served for all subpaths (previously only worked at root)

v3.1.0

March 18, 2026
  • ✨ New Image optimization: automatic WebP/AVIF conversion for PNG and JPEG files (Pro plan)
  • ✨ New Password-protected preview deploys — great for sharing capstone work with your advisor before going public
  • ⚡ Improved CDN cache invalidation is now ~4x faster (from ~8s to ~2s for full invalidation)
  • ⚡ Improved bsu deploy now shows a diff of changed files before uploading, with a --yes flag to skip confirmation
  • 🐛 Fixed Fixed CORS headers not being applied to custom domain aliases

v3.0.0

Major February 5, 2026
  • ✨ New Completely redesigned web dashboard with real-time deploy monitoring and inline log viewer
  • ✨ New Analytics v2: page views, unique visitors, top referrers, and popular paths. No cookies.
  • ✨ New Team roles: owner, developer, and viewer permissions per project
  • ✨ New CSV export for analytics data (Pro plan)
  • ✨ New Edge location added: US-Southeast (Atlanta) — big improvement for Georgia Tech and Emory users
  • ⚡ Improved CLI rewritten in TypeScript with 50% smaller install size
  • ⚡ Improved Build system now supports pnpm and Bun in addition to npm and yarn
  • ⚠️ Breaking bsu.json "directory" field renamed to "output" for consistency. Old field still works but shows deprecation warning.
  • ⚠️ Breaking Node.js minimum version bumped from 16 to 18

v2.8.0

December 12, 2025
  • ✨ New Branch preview deploys: every non-production branch gets a unique URL automatically
  • ✨ New bsu env command for managing build-time environment variables
  • ⚡ Improved Framework auto-detection now supports Astro, SvelteKit (static adapter), and Remix (static export)
  • ⚡ Improved Deploy speed improved by 40% through incremental uploads (only changed files are transferred)
  • 🐛 Fixed Fixed an issue where .gitignore patterns were not respected during deploy

v2.7.0

October 28, 2025
  • ✨ New Git integration: connect a GitHub or GitLab repo for automatic deploys on push
  • ✨ New Commit status checks posted back to GitHub PRs
  • ✨ New Monorepo support: configure multiple BSU projects from a single repo
  • ⚡ Improved SSL certificate provisioning reduced from ~45s to ~12s
  • 🐛 Fixed Fixed redirect rules not working with query string parameters

v2.5.0

August 15, 2025
  • ✨ New Custom domain support with automatic Let's Encrypt SSL
  • ✨ New Rollback command: bsu rollback <build-number> for instant revert
  • ✨ New Deploy history visible in dashboard with side-by-side diff view
  • ⚡ Improved Added 3 new CDN edge locations: US-West (Portland), Canada (Toronto), US-Central (Dallas)
  • ⚡ Improved Free plan storage increased from 2 GB to 5 GB

v2.0.0

Major May 1, 2025
  • ✨ New Web dashboard launched — manage projects, view analytics, and configure settings without the CLI
  • ✨ New Team collaboration: invite classmates to shared projects
  • ✨ New Pro plan introduced (free for .edu, $8/mo for alumni)
  • ✨ New Department accounts for university IT and research labs
  • ⚡ Improved Complete CLI rewrite with better error messages and interactive prompts
  • ⚠️ Breaking Config file format changed from .bsurc to bsu.json

v1.0.0

The Beginning January 20, 2024
  • ✨ New Initial public release 🎉
  • ✨ New CLI-based deployment for static sites and files
  • ✨ New .edu email authentication
  • ✨ New *.bestschoolus.com subdomains with automatic HTTPS
  • ✨ New Basic CDN with 4 edge locations (US-East, US-West, US-Central, US-North)
  • ✨ New 2 GB free storage per account