Skip to content

Bun v0.1.10

Compare
Choose a tag to compare
@Jarred-Sumner Jarred-Sumner released this 19 Aug 07:49
· 7500 commits to main since this release

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 and TextDecoder globals not read-only 0f45386

Full Changelog: bun-v0.1.9...bun-v0.1.10