Skip to content

Releases: volta-cli/volta

v2.0.1

19 Aug 02:14
ce24dfb
Compare
Choose a tag to compare
  • Improved accuracy of Node download progress bar on Windows (#1833)
  • You should no longer run into errors about needing the VC++ Runtime on Windows (#1844)
    • Note: In the initial release of this version, there was a CI issue that caused this to break. The installer and zip files have since been updated.
  • The data provided when installing a new Node version is now more relevant and accurate (#1846, #1848)
  • Increased performance to make Volta even more responsive in typical use (#1849)
  • volta run will now correctly handle flags in more situations (#1857)

v2.0.0

11 Aug 23:53
0014c3f
Compare
Choose a tag to compare
  • 🚨 (BREAKING) 🚨 We upgraded the version of Rust used to build Volta, which drops support for older versions of glibc & Linux kernel. See the Rust announcement from August 2022 for details about the supported versions. Notably, this means that we no longer support CentOS 6 (#1611)
  • 🚨 (BREAKING) 🚨 Due to costs and changes in the code signing process, we have dropped the code signing for the Windows installer. We now recommend using winget to install Volta on Windows (#1650)
  • 🎉 (NEW) 🎉 We now ship a pre-built binary for ARM Linux & ARM Windows (#1696, #1801)
  • Volta no longer requires Developer Mode to be enabled on Windows (#1755)
  • volta uninstall now provides better help & error messages to describe its use and limitations (#1628, #1786)
  • Volta will now use a universal binary on Mac, rather than separate Intel- & ARM-specific builds (#1635)
  • Switched to installing profile scripts into .zshenv by default, rather than .zshrc (#1657)
  • Added a default shim for the yarnpkg command, which is an alias of yarn (#1670)
  • Added a new --very-verbose flag to enable even more logging (note: we haven't yet implemented much additional logging) (#1815)
  • Simplified the fetching process to remove an extra network request and resolve hangs (#1812)
  • Several dependency upgrades and clean-up refactors from @tottoto

v1.1.1

25 Jan 01:28
2ce6db0
Compare
Choose a tag to compare
  • Experimental support for pnpm (requires VOLTA_FEATURE_PNPM environment variable) (#1273)
  • Fix to correctly import native root certificates (#1375)
  • Better detection of executables provided by yarn (#1388, #1393)

v1.1.0

30 Sep 18:58
ba01a25
Compare
Choose a tag to compare
  • Added support for pinning / installing Yarn 3+ (#1305)
  • Improved portability and installer effectiveness by removing dependency on OpenSSL (#1214)

v1.0.8

02 Jun 00:24
d4fc9df
Compare
Choose a tag to compare
  • Fix for malformed bin entries when installing global packages (#997)
  • Dependency updates

v1.0.7

22 Apr 23:07
b7ed233
Compare
Choose a tag to compare
  • Added build for Linux distros with OpenSSL 3.0 (#1211)

v1.0.6

21 Mar 23:46
5be0e1f
Compare
Choose a tag to compare
  • Fixed panic when stdout is closed (#1058)
  • Disabled global package interception when --prefix is provided (#1171)
  • Numerous dependency updates

v1.0.5

07 Sep 19:01
b8ae859
Compare
Choose a tag to compare
  • Added error when attempting to install Node using nvm syntax (#1020)
  • Avoid modifying shell config if the environment is already correct (#990)
  • Prevent trying to read OS-generated files as package configs (#981)

v1.0.4

21 Apr 04:53
e4ab360
Compare
Choose a tag to compare
  • Fetch native Apple silicon versions of Node when available (#974)

v1.0.3

14 Apr 17:03
5f39583
Compare
Choose a tag to compare
  • Fix pinning of npm@bundled when there is a custom default npm version (#957)
  • Use correct binary name for scoped packages with a string bin entry in package.json (#969)