# Turborepo changelog > Incremental build system for JavaScript and TypeScript monorepos. - Vendor: Vercel - Category: Developer Tools - Official site: https://turborepo.com - Tracked by: What's New (https://whatsnew.fyi/product/turborepo) - Harvested from: GitHub (vercel/turborepo) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v2.10.8 — Turborepo v2.10.8 - Date: 2026-07-31 - Version: v2.10.8 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.8 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.8 ##### What's Changed ###### Changelog * fix: Scroll TUI task list with mouse wheel by @anthonyshew in https://github.com/vercel/turborepo/pull/13479 * fix: Make releases resumable by @anthonyshew in https://github.com/vercel/turborepo/pull/13486 * refactor: Expose knowledge-backed package scope views by @anthonyshew in https://github.com/vercel/turborepo/pull/13456 * chore: Release Turborepo 2.10.7 by @anthonyshew in https://github.com/vercel/turborepo/pull/13489 * refactor: Use package knowledge for configuration scopes by @anthonyshew in https://github.com/vercel/turborepo/pull/13457 * refactor: Use package knowledge for run scope enumeration by @anthonyshew in https://github.com/vercel/turborepo/pull/13458 * release(turborepo): 2.10.8-canary.1 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13490 * refactor: Use package knowledge in repository views by @anthonyshew in https://github.com/vercel/turborepo/pull/13459 * refactor: Use package knowledge in package integrations by @anthonyshew in https://github.com/vercel/turborepo/pull/13460 * ci: Parallelize environment setup steps by @anthonyshew in https://github.com/vercel/turborepo/pull/13491 * release(turborepo): 2.10.8-canary.2 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13492 * refactor: Use package knowledge for task hashing paths by @anthonyshew in https://github.com/vercel/turborepo/pull/13461 * refactor: Use package knowledge for run-cache paths by @anthonyshew in https://github.com/vercel/turborepo/pull/13462 * refactor: Bind toolchain callbacks to package knowledge by @anthonyshew in https://github.com/vercel/turborepo/pull/13463 * refactor: Use package knowledge for microfrontend commands by @anthonyshew in https://github.com/vercel/turborepo/pull/13464 * refactor: Use package knowledge for run summaries by @anthonyshew in https://github.com/vercel/turborepo/pull/13465 * refactor: Use package knowledge for watcher paths by @anthonyshew in https://github.com/vercel/turborepo/pull/13466 * ci: Enable remote cache for types codegen by @anthonyshew in https://github.com/vercel/turborepo/pull/13495 * docs: Fix llms.txt links to page markdown routes by @molebox in https://github.com/vercel/turborepo/pull/13497 * refactor: Use package knowledge for prune paths by @anthonyshew in https://github.com/vercel/turborepo/pull/13467 * refactor: Use package knowledge in the LSP by @anthonyshew in https://github.com/vercel/turborepo/pull/13468 * refactor: Use consistent repository construction by @anthonyshew in https://github.com/vercel/turborepo/pull/13469 * refactor: Delete legacy package and scope authority by @anthonyshew in https://github.com/vercel/turborepo/pull/13470 * perf: Cache telemetry salt instead of re-reading config on every hash by @charpeni in https://github.com/vercel/turborepo/pull/13498 * feat: Support Android (Termux) by @gtbuchanan in https://github.com/vercel/turborepo/pull/12735 * ci: Restore Cargo targets on all test platforms by @anthonyshew in https://github.com/vercel/turborepo/pull/13505 * fix: Resolve gitdir for linked worktrees in repo index by @charpeni in https://github.com/vercel/turborepo/pull/13503 * test: Characterize relationship projections by @anthonyshew in https://github.com/vercel/turborepo/pull/13499 * refactor: Produce native relationship observations by @anthonyshew in https://github.com/vercel/turborepo/pull/13500 * feat: Resolve GitHub Actions remote base refs behind future flag by @louis-bompart in https://github.com/vercel/turborepo/pull/10732 * refactor: Add core relationship projections by @anthonyshew in https://github.com/vercel/turborepo/pull/13502 * refactor: Define external resolution contracts by @anthonyshew in https://github.com/vercel/turborepo/pull/13507 * refactor: Move repository tasks into Turbo configuration by @anthonyshew in https://github.com/vercel/turborepo/pull/13504 * refactor: B _[Truncated at 4000 characters — full notes: https://github.com/vercel/turborepo/releases/tag/v2.10.8]_ ### v2.10.7 — Turborepo v2.10.7 - Date: 2026-07-31 - Version: v2.10.7 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.7 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.7 ##### What's Changed ###### Changelog * release(turborepo): 2.10.6 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13431 * chore: Refine bug report template help section by @anthonyshew in https://github.com/vercel/turborepo/pull/13433 * fix: Verify version after attempting codemod upgrade by @anthonyshew in https://github.com/vercel/turborepo/pull/13446 * test: Characterize JavaScript package discovery by @anthonyshew in https://github.com/vercel/turborepo/pull/13440 * refactor: Separate package graph node assembly by @anthonyshew in https://github.com/vercel/turborepo/pull/13441 * fix: Upgrade @vercel/connect by @anthonyshew in https://github.com/vercel/turborepo/pull/13450 * refactor: Add authoritative package knowledge by @anthonyshew in https://github.com/vercel/turborepo/pull/13442 * feat: Select runnable task entrypoints by @anthonyshew in https://github.com/vercel/turborepo/pull/13452 * refactor: Add workspace root contribution contract by @anthonyshew in https://github.com/vercel/turborepo/pull/13447 * refactor: Use package knowledge for scope selection by @anthonyshew in https://github.com/vercel/turborepo/pull/13443 * fix: Prevent mobile homepage overflow by @anthonyshew in https://github.com/vercel/turborepo/pull/13453 * docs: Document service readiness probes by @anthonyshew in https://github.com/vercel/turborepo/pull/13472 * fix: Preserve pnpm root dependencies during prune by @anthonyshew in https://github.com/vercel/turborepo/pull/13476 * fix: Preserve pnpm aliased dependencies during prune by @anthonyshew in https://github.com/vercel/turborepo/pull/13477 * release(turborepo): 2.10.7-canary.1 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13478 * test: Add Terminal UI sanity tests by @anthonyshew in https://github.com/vercel/turborepo/pull/13475 * chore: Upgrade Next.js by @anthonyshew in https://github.com/vercel/turborepo/pull/13482 * chore: Upgrade brace-expansion by @anthonyshew in https://github.com/vercel/turborepo/pull/13483 * fix: Support multiple macOS file watch roots by @anthonyshew in https://github.com/vercel/turborepo/pull/13484 **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.10.6...v2.10.7 ### v2.10.8-canary.4 — Turborepo v2.10.8-canary.4 - Date: 2026-07-29 - Version: v2.10.8-canary.4 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.8-canary.4 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.8-canary.4 - Labels: Pre-release ##### What's Changed ###### Changelog * chore: Release Turborepo 2.10.8-canary.3 by @anthonyshew in https://github.com/vercel/turborepo/pull/13512 * fix: Use tokenless release review gate by @anthonyshew in https://github.com/vercel/turborepo/pull/13513 * refactor: Use resolution fingerprints for task hashes by @anthonyshew in https://github.com/vercel/turborepo/pull/13514 * fix: Support fork PRs in review gate by @anthonyshew in https://github.com/vercel/turborepo/pull/13516 * refactor: Migrate lockfile affectedness by @anthonyshew in https://github.com/vercel/turborepo/pull/13519 * refactor: Migrate external resolution summaries by @anthonyshew in https://github.com/vercel/turborepo/pull/13520 * refactor: Migrate external package queries to resolution knowledge by @anthonyshew in https://github.com/vercel/turborepo/pull/13523 * fix: Serialize macOS Homebrew setup by @anthonyshew in https://github.com/vercel/turborepo/pull/13549 * refactor: Migrate prune lockfile keys to resolution identities by @anthonyshew in https://github.com/vercel/turborepo/pull/13524 * refactor: Migrate global hash inputs to resolution knowledge by @anthonyshew in https://github.com/vercel/turborepo/pull/13525 **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.10.8-canary.3...v2.10.8-canary.4 ### v2.10.8-canary.3 — Turborepo v2.10.8-canary.3 - Date: 2026-07-29 - Version: v2.10.8-canary.3 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.8-canary.3 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.8-canary.3 - Labels: Pre-release ##### What's Changed ###### Changelog * release(turborepo): 2.10.8-canary.2 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13492 * refactor: Use package knowledge for task hashing paths by @anthonyshew in https://github.com/vercel/turborepo/pull/13461 * refactor: Use package knowledge for run-cache paths by @anthonyshew in https://github.com/vercel/turborepo/pull/13462 * refactor: Bind toolchain callbacks to package knowledge by @anthonyshew in https://github.com/vercel/turborepo/pull/13463 * refactor: Use package knowledge for microfrontend commands by @anthonyshew in https://github.com/vercel/turborepo/pull/13464 * refactor: Use package knowledge for run summaries by @anthonyshew in https://github.com/vercel/turborepo/pull/13465 * refactor: Use package knowledge for watcher paths by @anthonyshew in https://github.com/vercel/turborepo/pull/13466 * ci: Enable remote cache for types codegen by @anthonyshew in https://github.com/vercel/turborepo/pull/13495 * docs: Fix llms.txt links to page markdown routes by @molebox in https://github.com/vercel/turborepo/pull/13497 * refactor: Use package knowledge for prune paths by @anthonyshew in https://github.com/vercel/turborepo/pull/13467 * refactor: Use package knowledge in the LSP by @anthonyshew in https://github.com/vercel/turborepo/pull/13468 * refactor: Use consistent repository construction by @anthonyshew in https://github.com/vercel/turborepo/pull/13469 * refactor: Delete legacy package and scope authority by @anthonyshew in https://github.com/vercel/turborepo/pull/13470 * perf: Cache telemetry salt instead of re-reading config on every hash by @charpeni in https://github.com/vercel/turborepo/pull/13498 * feat: Support Android (Termux) by @gtbuchanan in https://github.com/vercel/turborepo/pull/12735 * ci: Restore Cargo targets on all test platforms by @anthonyshew in https://github.com/vercel/turborepo/pull/13505 * fix: Resolve gitdir for linked worktrees in repo index by @charpeni in https://github.com/vercel/turborepo/pull/13503 * test: Characterize relationship projections by @anthonyshew in https://github.com/vercel/turborepo/pull/13499 * refactor: Produce native relationship observations by @anthonyshew in https://github.com/vercel/turborepo/pull/13500 * feat: Resolve GitHub Actions remote base refs behind future flag by @louis-bompart in https://github.com/vercel/turborepo/pull/10732 * refactor: Add core relationship projections by @anthonyshew in https://github.com/vercel/turborepo/pull/13502 * refactor: Define external resolution contracts by @anthonyshew in https://github.com/vercel/turborepo/pull/13507 * refactor: Move repository tasks into Turbo configuration by @anthonyshew in https://github.com/vercel/turborepo/pull/13504 * refactor: Build JavaScript external resolution generations by @anthonyshew in https://github.com/vercel/turborepo/pull/13508 * refactor: Contribute Cargo external resolutions by @anthonyshew in https://github.com/vercel/turborepo/pull/13509 * refactor: Migrate external declaration consumers by @anthonyshew in https://github.com/vercel/turborepo/pull/13511 * ci: Auto-merge release PRs by @anthonyshew in https://github.com/vercel/turborepo/pull/13510 ##### New Contributors * @gtbuchanan made their first contribution in https://github.com/vercel/turborepo/pull/12735 **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.10.8-canary.2...v2.10.8-canary.3 ### v2.10.8-canary.2 — Turborepo v2.10.8-canary.2 - Date: 2026-07-26 - Version: v2.10.8-canary.2 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.8-canary.2 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.8-canary.2 - Labels: Pre-release ##### What's Changed ###### Changelog * refactor: Use package knowledge for configuration scopes by @anthonyshew in https://github.com/vercel/turborepo/pull/13457 * refactor: Use package knowledge for run scope enumeration by @anthonyshew in https://github.com/vercel/turborepo/pull/13458 * release(turborepo): 2.10.8-canary.1 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13490 * refactor: Use package knowledge in repository views by @anthonyshew in https://github.com/vercel/turborepo/pull/13459 * refactor: Use package knowledge in package integrations by @anthonyshew in https://github.com/vercel/turborepo/pull/13460 * ci: Parallelize environment setup steps by @anthonyshew in https://github.com/vercel/turborepo/pull/13491 **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.10.8-canary.1...v2.10.8-canary.2 ### v2.10.8-canary.1 — Turborepo v2.10.8-canary.1 - Date: 2026-07-26 - Version: v2.10.8-canary.1 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.8-canary.1 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.8-canary.1 - Labels: Pre-release ##### What's Changed ###### Changelog * release(turborepo): 2.10.7-canary.1 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13478 * test: Add Terminal UI sanity tests by @anthonyshew in https://github.com/vercel/turborepo/pull/13475 * chore: Upgrade Next.js by @anthonyshew in https://github.com/vercel/turborepo/pull/13482 * chore: Upgrade brace-expansion by @anthonyshew in https://github.com/vercel/turborepo/pull/13483 * fix: Support multiple macOS file watch roots by @anthonyshew in https://github.com/vercel/turborepo/pull/13484 * fix: Scroll TUI task list with mouse wheel by @anthonyshew in https://github.com/vercel/turborepo/pull/13479 * fix: Make releases resumable by @anthonyshew in https://github.com/vercel/turborepo/pull/13486 * refactor: Expose knowledge-backed package scope views by @anthonyshew in https://github.com/vercel/turborepo/pull/13456 * chore: Release Turborepo 2.10.7 by @anthonyshew in https://github.com/vercel/turborepo/pull/13489 **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.10.7-canary.1...v2.10.8-canary.1 ### v2.10.7-canary.1 — Turborepo v2.10.7-canary.1 - Date: 2026-07-24 - Version: v2.10.7-canary.1 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.7-canary.1 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.7-canary.1 - Labels: Pre-release ##### What's Changed ###### Changelog * release(turborepo): 2.10.6-canary.5 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13424 * chore: Upgrade brace-expansion by @anthonyshew in https://github.com/vercel/turborepo/pull/13429 * chore: Update tar to 7.5.18 by @anthonyshew in https://github.com/vercel/turborepo/pull/13428 * chore: Upgrade js-yaml by @anthonyshew in https://github.com/vercel/turborepo/pull/13427 * fix: Match JIT inputs for affected tasks by @anthonyshew in https://github.com/vercel/turborepo/pull/13426 * fix: Preserve project Yarn package extensions by @anthonyshew in https://github.com/vercel/turborepo/pull/13425 * release(turborepo): 2.10.6 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13431 * chore: Refine bug report template help section by @anthonyshew in https://github.com/vercel/turborepo/pull/13433 * fix: Verify version after attempting codemod upgrade by @anthonyshew in https://github.com/vercel/turborepo/pull/13446 * test: Characterize JavaScript package discovery by @anthonyshew in https://github.com/vercel/turborepo/pull/13440 * refactor: Separate package graph node assembly by @anthonyshew in https://github.com/vercel/turborepo/pull/13441 * fix: Upgrade @vercel/connect by @anthonyshew in https://github.com/vercel/turborepo/pull/13450 * refactor: Add authoritative package knowledge by @anthonyshew in https://github.com/vercel/turborepo/pull/13442 * feat: Select runnable task entrypoints by @anthonyshew in https://github.com/vercel/turborepo/pull/13452 * refactor: Add workspace root contribution contract by @anthonyshew in https://github.com/vercel/turborepo/pull/13447 * refactor: Use package knowledge for scope selection by @anthonyshew in https://github.com/vercel/turborepo/pull/13443 * fix: Prevent mobile homepage overflow by @anthonyshew in https://github.com/vercel/turborepo/pull/13453 * docs: Document service readiness probes by @anthonyshew in https://github.com/vercel/turborepo/pull/13472 * fix: Preserve pnpm root dependencies during prune by @anthonyshew in https://github.com/vercel/turborepo/pull/13476 * fix: Preserve pnpm aliased dependencies during prune by @anthonyshew in https://github.com/vercel/turborepo/pull/13477 **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.10.6-canary.5...v2.10.7-canary.1 ### v2.10.6 — Turborepo v2.10.6 - Date: 2026-07-22 - Version: v2.10.6 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.6 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.6 ##### What's Changed ###### Changelog * release(turborepo): 2.10.5 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13368 * fix: Disable unresolved Cargo artifact caching by @anthonyshew in https://github.com/vercel/turborepo/pull/13362 * fix: Surface create-turbo Git failures by @anthonyshew in https://github.com/vercel/turborepo/pull/13371 * fix: Resolve exact cargo profile outputs by @anthonyshew in https://github.com/vercel/turborepo/pull/13366 * fix: Prune Bun production workspace dev dependencies by @anthonyshew in https://github.com/vercel/turborepo/pull/13369 * fix: Resolve Cargo target output layouts by @anthonyshew in https://github.com/vercel/turborepo/pull/13370 * release(turborepo): 2.10.6-canary.1 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13374 * fix: Preserve Yarn Babel extension during pruning by @anthonyshew in https://github.com/vercel/turborepo/pull/13373 * feat: Support Cargo-only repos by @anthonyshew in https://github.com/vercel/turborepo/pull/13378 * fix: Preserve colors in TUI output by @anthonyshew in https://github.com/vercel/turborepo/pull/13381 * feat: Infer Cargo workspace tasks by @anthonyshew in https://github.com/vercel/turborepo/pull/13380 * fix: Retain shutdown signals for force exit by @anthonyshew in https://github.com/vercel/turborepo/pull/13382 * release(turborepo): 2.10.6-canary.2 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13383 * fix: Resolve weekly security audit vulnerabilities by @cursor[bot] in https://github.com/vercel/turborepo/pull/13358 * chore: Update to Rust 1.97.0 by @ognevny in https://github.com/vercel/turborepo/pull/13322 * fix: Pin VS Code extension macOS runners by @anthonyshew in https://github.com/vercel/turborepo/pull/13391 * release(turborepo): 2.10.6-canary.3 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13392 * docs: Add Experimental Rust Guide by @anthonyshew in https://github.com/vercel/turborepo/pull/13375 * ci: Use affected filtering for JS tests by @anthonyshew in https://github.com/vercel/turborepo/pull/13386 * ci: Fold docs checks into quality by @anthonyshew in https://github.com/vercel/turborepo/pull/13385 * ci: Verify schemas through Turborepo by @anthonyshew in https://github.com/vercel/turborepo/pull/13387 * chore: Avoid duplicate N-API Cargo build by @anthonyshew in https://github.com/vercel/turborepo/pull/13388 * chore: Hash embedded frameworks data in Rust builds by @anthonyshew in https://github.com/vercel/turborepo/pull/13389 * ci: Include VS Code extension type checks by @anthonyshew in https://github.com/vercel/turborepo/pull/13390 * refactor: Run releaser bundle directly by @anthonyshew in https://github.com/vercel/turborepo/pull/13393 * refactor: Move release publishing into releaser by @anthonyshew in https://github.com/vercel/turborepo/pull/13394 * refactor: Consolidate release orchestration by @anthonyshew in https://github.com/vercel/turborepo/pull/13395 * feat: Add crate-scoped Cargo verification tasks by @anthonyshew in https://github.com/vercel/turborepo/pull/13398 * ci: Fetch release commit parent by @anthonyshew in https://github.com/vercel/turborepo/pull/13400 * docs: Update Geistdocs to 1.13.0 by @molebox in https://github.com/vercel/turborepo/pull/13412 * release(turborepo): 2.10.6-canary.4 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13401 * fix: Preserve pnpm `node@runtime:` lockfile entries by @anthonyshew in https://github.com/vercel/turborepo/pull/13408 * chore: Fix typos in with-solid example and globwatch comment by @tajo in https://github.com/vercel/turborepo/pull/13416 * refactor: Remove unused public APIs found by Hawk by @anthonyshew in https://github.com/vercel/turborepo/pull/13420 * fix: Check dynamic imports in boundaries by @anthonyshew in https://github.com/vercel/turborepo/pull/13418 * refactor: Use regex! for static _[Truncated at 4000 characters — full notes: https://github.com/vercel/turborepo/releases/tag/v2.10.6]_ ### v2.10.6-canary.5 — Turborepo v2.10.6-canary.5 - Date: 2026-07-21 - Version: v2.10.6-canary.5 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.6-canary.5 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.6-canary.5 - Labels: Pre-release ##### What's Changed ###### Changelog * docs: Update Geistdocs to 1.13.0 by @molebox in https://github.com/vercel/turborepo/pull/13412 * release(turborepo): 2.10.6-canary.4 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13401 * fix: Preserve pnpm `node@runtime:` lockfile entries by @anthonyshew in https://github.com/vercel/turborepo/pull/13408 * chore: Fix typos in with-solid example and globwatch comment by @tajo in https://github.com/vercel/turborepo/pull/13416 * refactor: Remove unused public APIs found by Hawk by @anthonyshew in https://github.com/vercel/turborepo/pull/13420 * fix: Check dynamic imports in boundaries by @anthonyshew in https://github.com/vercel/turborepo/pull/13418 * refactor: Use regex! for static pattern compilation by @anthonyshew in https://github.com/vercel/turborepo/pull/13419 * fix: Refactor `turbo watch` by @anthonyshew in https://github.com/vercel/turborepo/pull/13423 ##### New Contributors * @tajo made their first contribution in https://github.com/vercel/turborepo/pull/13416 **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.10.6-canary.4...v2.10.6-canary.5 ### v2.10.6-canary.4 — Turborepo v2.10.6-canary.4 - Date: 2026-07-18 - Version: v2.10.6-canary.4 - Original notes: https://github.com/vercel/turborepo/releases/tag/v2.10.6-canary.4 - Permalink: https://whatsnew.fyi/product/turborepo/releases/v2.10.6-canary.4 - Labels: Pre-release ##### What's Changed ###### Changelog * release(turborepo): 2.10.6-canary.3 by @github-actions[bot] in https://github.com/vercel/turborepo/pull/13392 * docs: Add Experimental Rust Guide by @anthonyshew in https://github.com/vercel/turborepo/pull/13375 * ci: Use affected filtering for JS tests by @anthonyshew in https://github.com/vercel/turborepo/pull/13386 * ci: Fold docs checks into quality by @anthonyshew in https://github.com/vercel/turborepo/pull/13385 * ci: Verify schemas through Turborepo by @anthonyshew in https://github.com/vercel/turborepo/pull/13387 * chore: Avoid duplicate N-API Cargo build by @anthonyshew in https://github.com/vercel/turborepo/pull/13388 * chore: Hash embedded frameworks data in Rust builds by @anthonyshew in https://github.com/vercel/turborepo/pull/13389 * ci: Include VS Code extension type checks by @anthonyshew in https://github.com/vercel/turborepo/pull/13390 * refactor: Run releaser bundle directly by @anthonyshew in https://github.com/vercel/turborepo/pull/13393 * refactor: Move release publishing into releaser by @anthonyshew in https://github.com/vercel/turborepo/pull/13394 * refactor: Consolidate release orchestration by @anthonyshew in https://github.com/vercel/turborepo/pull/13395 * feat: Add crate-scoped Cargo verification tasks by @anthonyshew in https://github.com/vercel/turborepo/pull/13398 * ci: Fetch release commit parent by @anthonyshew in https://github.com/vercel/turborepo/pull/13400 **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.10.6-canary.3...v2.10.6-canary.4