Releases: vercel/turborepo
Releases · vercel/turborepo
Turborepo v1.2.0
Blog Post
Core
- Implement
--filter
RFC by @gsoltis in #887 - Stop removing unreferenced packages before task graph construction by @gsoltis in #918
- Don't squash tasks with package tasks by @gsoltis in #932
- Include entry packages, not just dependencies when checking changed packages. by @gsoltis in #950
- fix: Enable chrome tracing if
--profile
is specified by @jaredpalmer in #949 - Support HMAC signing on artifact uploads by @gaspar09 in #892
- Improve and document
login --sso-team
by @gaspar09 in #953 - BYOK signature uses
TURBO_REMOTE_CACHE_SIGNATURE_KEY
env variable by default by @gaspar09 in #963 - signature secret key missing: Update error message by @gaspar09 in #970
- Update run command's --help by @gaspar09 in #971
- Only check for yarn berry if it is installed by @jaredpalmer in #976
- Implement --remote-only by @gaspar09 in #969
- Add support for
TURBO_FORCE
env var by @jaredpalmer in #921 - Use CGO on macOS M1 darwin-arm64 by @jaredpalmer in #985
- Add options for forcing color/no-color by @thebanjomatic in #990
- Drop behavior that was previously used in tests by @gsoltis in #1000
- Use FORCE_COLOR instead of FORCED_COLOR by @thebanjomatic in #1009
- Output line with --output-logs=new-only should reflect actual behavior by @chelkyl in #982
Docs
- Improve pipelines documentation by @jaredpalmer in #933
- Add GitHub Actions recipe by @jaredpalmer in #930
- Upgrade docs theme by @shuding in #893
- Upgrade Nextra by @shuding in #960
- Remove outdated npmClient reference in docs by @VanTanev in #955
- Add documentation for percentage concurrency setting by @VanTanev in #954
- Add documentation for passthrough args by @gsoltis in #1003
- Use exact version by @Kikobeats in #989
- Update css order to fix docs hero by @tknickman in #992
- Fix hero in Safari by @jaredpalmer in #999
- Document --filter by @gsoltis in #914
- Document remote only caching by @gaspar09 in #967
- Add v1.2 blog post by @jaredpalmer in #1012
create-turbo
- Fix: Change the
strict
TS flag true for shared tsconfig by @rajatkulkarni95 in #907
Internal
- Work on e2e by @gsoltis in #940
- Add @nathanhammond to CODEOWNERS by @jaredpalmer in #1011
New Contributors
- @rajatkulkarni95 made their first contribution in #907
- @Kikobeats made their first contribution in #989
Full Changelog: v1.1.10...v1.2.0
v1.2.0-canary.7
Core
- Add options for forcing color/no-color by @thebanjomatic in #990
Docs
Internal
- Add @nathanhammond to CODEOWNERS by @jaredpalmer in #1011
Full Changelog: v1.2.0-canary.6...v1.2.0-canary.7
v1.2.0-canary.6
Core
- Fix empty
--filter
regression, by removing run all behavior that was previously used in tests by @gsoltis in #1000
Docs
- Use exact
nextra
version by @Kikobeats in #989 - Update css order to fix docs hero by @tknickman in #992
- Fix hero in Safari by @jaredpalmer in #999
New Contributors
- @Kikobeats made their first contribution in #989
Full Changelog: v1.2.0-canary.5...v1.2.0-canary.6
v1.2.0-canary.5
Core
- Cosmetic change, canary.4 looks like it may not have been properly released
Full Changelog: v1.2.0-canary.4...v1.2.0-canary.5
v1.2.0-canary.4
Core
- BYOK signature uses
TURBO_REMOTE_CACHE_SIGNATURE_KEY
env variable by default by @gaspar09 in #963 - signature secret key missing: Update error message by @gaspar09 in #970
- Update run command's --help by @gaspar09 in #971
- Only check for yarn berry if it is installed by @jaredpalmer in #976
- Implement
--remote-only
by @gaspar09 in #969 - Add support for
TURBO_FORCE
env var by @jaredpalmer in #921 - Compile with
CGO_ENABLED
on macOS M1darwin-arm64
by @jaredpalmer in #985
Docs
- Upgrade Nextra by @shuding in #960
- Remove outdated npmClient reference in docs by @VanTanev in #955
- Improve and document
login --sso-team
by @gaspar09 in #953 - Add documentation for percentage concurrency setting by @VanTanev in #954
Full Changelog: v1.2.0-canary.3...v1.2.0-canary.4
v1.2.0-canary.3
Core
create-turbo
- Fix: Change the strict flag true for shared tsconfig by @rajatkulkarni95 in #907
New Contributors
- @rajatkulkarni95 made their first contribution in #907
Full Changelog: v1.2.0-canary.2...v1.2.0-canary.3
v1.2.0-canary.2
Core
- Work on e2e by @gsoltis in #940
- Include entry packages, not just dependencies when checking changed packages. by @gsoltis in #950
- fix: Enable chrome tracing if
--profile
is specified by @jaredpalmer in #949
Docs
- docs: Add GitHub Actions recipe by @jaredpalmer in #930
- Improve pipelines documentation by @jaredpalmer in #933
- Upgrade docs theme by @shuding in #893
Full Changelog: v1.2.0-canary.1...v1.2.0-canary.2
v1.2.0-canary.1
Core
Full Changelog: v1.2.0-canary.0...v1.2.0-canary.1
v1.2.0-canary.0
Core
- Implement
--filter
RFC by @gsoltis in #887 - Stop removing unreferenced packages before task graph construction by @gsoltis in #918
Full Changelog: v1.1.10...v1.2.0-canary.0
v1.1.10
Core
- Allow concurrency to be set with percentage values by @VanTanev in #873
- Do not show
>>> FULL TURBO
on 0 attempt runs by @jaredpalmer in #922 - Reset ANSI bold after
>>> FULL TURBO
by @jaredpalmer in #926
New Contributors
Full Changelog: v1.1.9...v1.1.10