Skip to content

Releases: vercel/turbo

v1.1.3-canary.0

03 Feb 22:07
Compare
Choose a tag to compare
v1.1.3-canary.0 Pre-release
Pre-release

What's Changed?

  • Hitting Ctrl+C on the terminal will shut down all of the child processes via SIGINT. Additionally, if one task fails, other tasks will not be left lingering, and will be sent a SIGINT. More explicitly:
    • When turbo receives an external signal, send SIGINT to our child processes
    • When a child process exits w/ a non-zero exit code, and --continue is not set, turbo will send SIGINT to all of our child processes

Commits

Full Changelog: v1.1.2...v1.1.3-canary.0

v1.1.2

31 Jan 15:48
Compare
Choose a tag to compare

What's Changed

  • fix: Newer versions of OSX use port 5000 by default for Airplay by @gsoltis in #627
  • fix: copy turbo.json when running turbo prune by @jaredpalmer in #633

Full Changelog: v1.1.1...v1.1.2

v1.1.1

31 Jan 15:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

Turborepo v1.1.0

27 Jan 14:13
Compare
Choose a tag to compare

Blog Post

Turborepo 1.1

What's New?

  • Added partial and experimental yarn v2/3 support with nodeLinker: "node-modules"
  • Added new @turbo/codemod package for automatic migrations
  • Move configuration into turbo.json for convenience
  • Use packageManager in root package.json to determine package manager faster
  • Show deprecation warning when turbo key in package.json with suggestions to run npx @turbo/codemod create-turbo-config
  • Show deprecation warning when packageManager key in package.json is not set with suggestions to run npx @turbo/codemod add-package-manager
  • Updated create-turbo templates to set packageManager automatically
  • New and improved documentation search and UI tweaks

Bug Fixes

  • Fixed regression where turbo prune broke subsequent yarn install --frozen-lockfile
  • Fixed CRLF/LF issues in lockfile and yaml parsing
  • Fixed memory leak / CPU overheating issue

Commits

New Contributors

Full Changelog: v1.0.29...v1.1.0

v1.0.29

26 Jan 18:00
Compare
Choose a tag to compare

What's Changed?

  • fix: cached symlinks causing cache misses (#491)
  • fix: handle dead symlinks in walk (#569)

What's coming?

In v1.1.x, we'll be moving configuration into turbo.json and using the new packageManager key to detect the package manager even faster. We're also going to be publishing a new package to assist with this and future incremental migrations called @turbo/codemod. All of the changes coming are backwards compatible. turbo will show a warning message along with the command you should run to execute the necessary migration.

Full Changelog: v1.0.28...v1.0.29

v1.1.0-canary.2

25 Jan 20:22
Compare
Choose a tag to compare
v1.1.0-canary.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.1.0-canary.1...v1.1.0-canary.2

v1.1.0-canary.1

22 Jan 18:33
Compare
Choose a tag to compare
v1.1.0-canary.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.26...v1.1.0-canary.1

v1.0.28

14 Jan 02:25
Compare
Choose a tag to compare

What's changed?

  • Updated next-env.d.ts in create-turbo so that there isn't a cache miss on the first run due to altered source

Full Changelog: v1.0.27...v1.0.28

v1.0.27

14 Jan 01:10
Compare
Choose a tag to compare

What's changed?

  • Patched bug causing turbo to hang on errors #557

Full Changelog: v1.0.26...v1.0.27

v1.0.26

12 Jan 17:09
Compare
Choose a tag to compare

What's Changed

  • fix a typo in hashable env pairs array name by @hemache in #547

New Contributors

Full Changelog: v1.0.25...v1.0.26