- Introduced Bun Macros (import prefix `macro:`) enabling compile‑time code transformations for use cases like zero‑runtime CSS‑in‑JS, GraphQL parsing, and static data fetching.
- Extended `Bun.readFile` and `Bun.readFileAsBytes` to accept an array of path segments for path joining.
- Fixed multiple issues: Makefile dependency check, UTF‑8 decoding bug in `Response.text()`, URL parser pathname edge case, typo in blank‑string fetch error, and added a default User‑Agent header to fetch.
Community impact
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.