v2.8.18-canary.16
Breaking Changes📦 turborepoView on GitHub →
⚠ 1 breaking🔧 2 symbols
Summary
This release refactors cache handling by migrating cache replay and status messages from the `CacheOutput` trait to the `TaskHandle`.
⚠️ Breaking Changes
- The `CacheOutput` trait has been removed. Code relying on this trait for cache replay or status messages must be updated to use `TaskHandle` instead.
Migration Steps
- Migrate any usage of the removed `CacheOutput` trait to use `TaskHandle` for cache replay and status messages.