To upgrade:
bun upgrade
To install:
curl https://bun.sh/install | bash
If you have any problems upgrading
Run the install script (you can run it multiple times):
curl https://bun.sh/install | bash
What's new
- Fix a regression causing
bun dev
to not send HTTP bodies - Fix console.log printing
[native code]
for too many things 5eeb704 - Fix crash in
bun dev
when used with Next.js e45ddc0 - Fix bug with
Buffer.compare
d150a2f - Make
TextDecoder
2.5x faster e3c2a95 - Fix memory leak in
WebSocket
bdf7339 - Make
Request
,Response
andTextDecoder
globals not read-only 0f45386
Full Changelog: bun-v0.1.9...bun-v0.1.10