For the complete documentation index, see llms.txt. This page is also available as Markdown.

November 15, 2025

Performance improvements, ignore paths, and CLI enhancements


🔧 Backend Updates

🚀 Large Builds Performance Fix

Optimized ZIP file handling during patch creation. Your builds now process up to 50% faster, especially for files approaching the 50 GB limit.


🎯 Ignore Paths for Patch Creation

Configure in App Settings → Build & Patch to exclude logs, cache, and temp files from patches. \

Benefits:

  • Smaller patch sizes = faster downloads

  • Configure once, applies to all builds

  • Supports wildcards: logs\, *.tmp, cache\*.dat

  • Up to 100 paths per app


🔒 Enhanced Security

Secure filename handling for uploads with path traversal protection. Full backward compatibility maintained.


🛡️ Build Management Improvements

Prevent accidental deletions of live builds!

  • See builds assigned to environments before deletion

  • Better tracking for retryable builds

  • Smart warnings to prevent mistakes


💻 CLI v1.0.0.8

New Commands:

  • retry <build-id> - Retry failed builds without re-uploading

  • status <build-id> --watch - Real-time build monitoring with auto-watch

  • Automatic CLI version checking on startup

Interactive Features:

  • Live progress bars and status updates

  • Color-coded status indicators

  • Automatic watch mode for better UX

Download CLI v1.0.0.8


💻 Frontend Updates

🛡️ Build Safety Guards

Warnings before deleting builds assigned to active environments. Prevents accidental disruptions to live applications.

And other minimal changes...


COMMUNITY

Join Discord Community

Last updated

Was this helpful?