bun-v1.2.7

oven-sh/bunbun-v1.2.7Mar 27, 2025by Jarred-Sumner

AI Summary

A maintenance release in the Bun 1.2 series, contributing to the ongoing stability and functionality of the runtime.

Key Highlights

  • Standard installation methods
  • Upgrade instructions available
  • 13 contributors acknowledged

New Features

  • Stability fixes
  • Bug corrections

Full Release Notes

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

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

### 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)
- [@gwer](https://github.com/gwer)
- [@heimskr](https://github.com/heimskr)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@nanome203](https://github.com/nanome203)
- [@pfgithub](https://github.com/pfgithub)
- [@sunsettechuila](https://github.com/sunsettechuila)
- [@twlite](https://github.com/twlite)
- [@zackradisic](https://github.com/zackradisic)