Bun: bun-v1.1.24 Release

Release date:
August 14, 2024
Previous version:
bun-v1.1.23 (released August 13, 2024)
Magnitude:
413 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in bun-v1.1.24

Jarred-Sumner

Directory Browser for bun-v1.1.24

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

To install Bun v1.1.24: ```bash curl -fsSL https://bun.sh/install | bash

or you can use npm

npm install -g bun


Windows:
```bash
powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.24: bash 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.

Read Bun v1.1.23's release notes on Bun's blog