Change8

v2.10.5-canary.1

📦 turborepoView on GitHub →
4 features🐛 6 fixes🔧 3 symbols

Summary

This release introduces significant Cargo awareness for turbo watch and prune commands, and enhances remote caching by enabling sccache backend serving. Performance improvements were also made across task hashing and glob evaluation.

✨ New Features

  • Make turbo watch Cargo-aware
  • Make turbo prune Cargo-aware
  • Serve the Remote Cache as an sccache backend for Cargo tasks
  • Embed sccache so the Cargo compile cache needs no installation

🐛 Bug Fixes

  • Fall back to lockfile detection in @turbo/repository when package manager is undeclared
  • Collapse nested package-manager fallback conditional
  • Raise the open-file soft limit at startup
  • Stop flagging relative imports that resolve into node_modules in boundaries
  • Reject output path traversal
  • Disable the sccache proxy when remote cache use is off

Affected Symbols