v1.1.0 - 10/07/25
Section titled “v1.1.0 - 10/07/25”This release focuses on improving performance, monorepo support, and framework compatibility with several important bug fixes.
What’s New
Section titled “What’s New”Smart Caching System We’ve enabled intelligent caching that dramatically improves deployment speeds by reusing build artifacts when possible. The system automatically detects when dependencies haven’t changed and skips unnecessary rebuilds.
Enhanced Monorepo Experience We’ve improved the monorepo workflow with better package selection, clearer dependency resolution, and more intuitive project navigation.
Vite 7 Support Full compatibility with Vite 7, ensuring you can use the latest build tools with all their performance improvements.
Astro Support We’ve added full support for Astro, the modern web framework for building content-rich websites. Deploy your Astro projects with automatic detection and optimized build configurations.
New Features
Performance & Caching
- Smart caching system for faster deployments
- Optimized cache population and validation
- Improved handling of stale cache entries
Monorepo Enhancements
- Better monorepo project selection and navigation
- Improved workspace dependency resolution
- Enhanced support for empty git repositories
Improvements
Framework Support
- Astro framework support with automatic detection and configuration
- Vite 7 compatibility
- Better framework detection for invalid semver versions
- Improved Next.js Dockerfile configuration
- Enhanced dotenvx integration for Next.js projects
Build System
- Removed inaccurate timing from log steps for cleaner output
- Better static file copying for Next.js deployments
- Optimized output directory handling
Pricing & UI
- Updated pricing structure
- Improved delete confirmation text
- Fixed buggy header on login page
Bug Fixes
Framework-Specific Issues
- Fixed Dockerfile configuration for Next.js static builds
- Resolved Remix deployment bugs
- Corrected edge rules for Next.js image optimization
- Fixed dotenvx environment variable handling in Next.js
Build & Deployment
- Fixed framework detection with invalid semver versions
- Resolved cache-related deployment issues
- Fixed handling of empty git repositories during deployment
- Corrected static file copying for Next.js
UI & Configuration
- Fixed JSON parse error for environment data on frontend
- Resolved undefined settingsResponse.settings error
- Fixed buggy header display on login page (#22)
- Corrected Sentry error tracking integration