- Fixed critical stability issues in `bun install` on Linux (deadlock, HTTP client crashes, DNS failures, empty JSON) eliminating hangs and crashes.
- Rewrote HTTP client with uSockets, boosting `fetch` throughput up to 155k req/s (24× Node) and added faster `crypto.getRandomValues`, `crypto.randomUUID`, and `String.prototype.replace` optimizations.
- Changed `bun:ffi` pointer representation to a 52‑bit integer (breaking for native modules) and introduced `read.u8` for direct pointer reads.
Community impact
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.