---
title: "Bun v1.3.3"
url: https://daily.dev/posts/bun-v1-3-3-zjzpfobt8
source_url: https://bun.com/blog/bun-v1.3.3
type: article
source: "Bun"
published: 2025-11-21T19:31:58.625Z
updated: 2025-11-21T19:32:20.380Z
tags: ["javascript", "testing", "nodejs", "sqlite", "bun"]
reading_time: 5
upvotes: 63
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Bun v1.3.3

**[Bun](https://daily.dev/sources/bun)** · 5 min read · 63 upvotes · 2 comments

## Summary

Bun v1.3.3 fixes 95 issues and introduces several new features. Key additions include CompressionStream and DecompressionStream APIs with support for gzip, deflate, brotli, and zstd formats. Standalone executables now support flags to disable automatic .env and bunfig.toml loading. The test runner gains retry and repeats options for handling flaky tests. A new --no-env-file flag allows disabling automatic environment file loading. SQLite has been upgraded to version 3.51.0, and the runtime now uses Zig 0.15.2. The release includes numerous bug fixes across the bundler, package installer, Windows support, Node.js compatibility, Web APIs, networking, YAML parsing, and TypeScript definitions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://bun.com/blog/bun-v1.3.3>

## Community discussion

Top comments from developers on daily.dev.

**@thecookingsenpai** · 1 upvotes

> Still no WebRTC support, I am on life support until they do it

**@petecapecod** · 0 upvotes

> Looks like more good stuff coming from Bun.

## Similar posts on daily.dev

- [Bun v1.3.1](https://daily.dev/posts/bun-v1-3-1-6ud9r04nj) · Bun · 51 upvotes · 2 comments
- [Bun v1.3.6](https://daily.dev/posts/bun-v1-3-6-wx4br4zyw) · Bun · 94 upvotes · 1 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#testing](https://daily.dev/tags/testing), [#nodejs](https://daily.dev/tags/nodejs), [#sqlite](https://daily.dev/tags/sqlite), [#bun](https://daily.dev/tags/bun)

[View this post on daily.dev](https://daily.dev/posts/bun-v1-3-3-zjzpfobt8)
