Bun v0.8

Bun v0.8.0 has introduced several new features and improvements. The update includes debugger support using WebKit’s Inspector Protocol, fetch streaming for response body streaming, and support for SvelteKit. It also implements ReadStream and WriteStream from node:tty, allowing for the use of process.stdin.setRawMode() in interactive CLI tools. The compatibility with Node.js has been updated, and various bug fixes and stability improvements have been made. Additionally, it is noted that Bun 1.0 will be launched on September 7th. To see the full changelog and to install or upgrade Bun, visit the provided links.

https://bun.sh/blog/bun-v0.8.0

To top