v2.8.11-canary.7
Breaking Changes📦 turborepoView on GitHub →
⚠ 1 breaking✨ 1 features🐛 1 fixes⚡ 1 deprecations🔧 1 symbols
Summary
This release introduces significant performance optimizations across dependency resolution, file hashing, and filesystem operations, while removing the daemon functionality from `turbo run`.
⚠️ Breaking Changes
- The daemon functionality has been removed from `turbo run`. Users relying on the daemon process started via `turbo run` must update their workflows to use the non-daemon execution model.
Migration Steps
- Remove any command-line flags or configuration settings related to the daemon when executing `turbo run`.
✨ New Features
- Removed daemon from `turbo run` execution flow.
🐛 Bug Fixes
- Resolved issue where npm packages were not correctly resolved within the @turbo/gen compiled binary.
Affected Symbols
⚡ Deprecations
- Daemon flags and configuration related to the daemon process have been deprecated and removed.