Bun v1.1.24
Jarred-Sumner
released this
14 Aug 10:27
·
620 commits
to main
since this release
To install Bun v1.1.24:
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.1.24:
bun upgrade
Bun v1.1.24 fixes a regression introduced in v1.1.23 that caused the net
module to throw an error after upgrading from TCP -> TLS.
The tests that would've prevented this regression were being skipped due to a credentials issue after migrating to a new CI provider.
To prevent this regression from recurring, we have ensured tests missing credentials in our CI will always fail.
There are no release notes for this version, please see the release notes for v1.1.23.