bun-v1.2.9

oven-sh/bunbun-v1.2.9Apr 9, 2025by Jarred-Sumner

AI Summary

A minor maintenance release in the Bun 1.2 branch, providing updates and fixes to the runtime environment.

Key Highlights

  • Standard installation and upgrade paths
  • 13 contributors acknowledged

New Features

  • Bug fixes
  • Performance optimizations

Full Release Notes

To install Bun v1.2.9
```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.2.9:
```bash
bun upgrade
```

### [Read Bun v1.2.9's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.9)

### Thanks to 13 contributors!

- [@190n](https://github.com/190n)
- [@alii](https://github.com/alii)
- [@cirospaciari](https://github.com/cirospaciari)
- [@donisaac](https://github.com/donisaac)
- [@dylan-conway](https://github.com/dylan-conway)
- [@electroid](https://github.com/electroid)
- [@heimskr](https://github.com/heimskr)
- [@inqnuam](https://github.com/inqnuam)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@nektro](https://github.com/nektro)
- [@paperclover](https://github.com/paperclover)
- [@pfgithub](https://github.com/pfgithub)
- [@zackradisic](https://github.com/zackradisic)