v2.9.17
📦 turborepoView on GitHub →
✨ 2 features🐛 15 fixes🔧 1 symbols
Summary
This release focuses heavily on bug fixes, particularly around task execution stability on Windows and package manager compatibility (Bun, pnpm). It also introduces JIT task input hashing for improved caching efficiency.
✨ New Features
- Added Rsbuild examples.
- Introduced JIT task input hashing.
🐛 Bug Fixes
- Kept non-PTY stdin alive for persistent tasks.
- Added authentication HTTP timeouts.
- Fixed detection of affected root tasks in query.
- Implemented waiting for Windows graceful shutdown.
- Preserved Bun nested dependency versions.
- Preserved pnpm override-resolved prune dependencies.
- Kept PTY stdin open for tasks.
- Added TUI pane padding before logs were displayed.
- Supported P-521 ECDSA certificate chains over rustls in the api-client.
- Bypassed npm command shim on Windows.
- Deferred hashes for JIT task dependents.
- Fixed sending Ctrl+C to Windows PTY tasks.
- Highlighted the active docs sidebar item.
- Ignored peer dependencies in the package graph.
- Fixed an issue where stdin was not kept alive for persistent tasks (related to non-PTY scenarios).