Back to Daily Feed 
Bun v1.3.13: Performance Boosts, Testing Features & Node.js Compatibility
Worth Reading
Originally published on Bun Blog by Jarred Sumner
View Original Article
Share this article:
Summary & Key Takeaways
- Bun v1.3.13 fixes 82 issues, incorporating 381 community upvotes.
- New
bun testflags include--parallel,--isolate,--shard, and--changedfor more flexible testing. - Memory usage for
bun installtarball streaming is reduced by 17x, and source maps use 8x less memory. - Gzip compression is 5.5x faster thanks to
zlib-ngintegration. Bun.serve()now supportsRangerequests, andnode:cryptoand WebCrypto include SHA3.- A
ws+unix://WebSocket client has been added, alongside numerous bugfixes and Node.js compatibility improvements.
Our Commentary
Bun continues its relentless pace of development. This 1.3.13 release, while a minor version bump, is packed with substantial improvements. The memory optimizations for bun install and source maps are huge for DX, and the bun test enhancements show a commitment to a robust testing story. It's impressive how quickly Bun is closing the feature and compatibility gap with Node.js, while often outperforming it.
Share this article: