v2.9.2-canary.1
📦 turborepoView on GitHub →
✨ 2 features🐛 2 fixes
Summary
This canary release introduces new local cache eviction controls (`cacheMaxAge`, `cacheMaxSize`) and fixes an issue related to bun lockfile pruning.
✨ New Features
- Added `cacheMaxAge` and `cacheMaxSize` options for local cache eviction in @turbo/repository.
- Added Next.js + Elysia full-stack starter template in Examples.
🐛 Bug Fixes
- Resolved correct nested bun lockfile versions during prune.
- Reverted fix that avoided `setsid()` in PTY spawn to prevent macOS Gatekeeper CPU spikes.