Bun v1.1.43
DRANK
Bun v1.1.43 introduces 1st-class S3 support, HTML bundling, bun install --filter, V8 heap snapshots, bun install --lockfile-only, bun add --peer, 100% of `node:path` module Node.js test pass, 98% of `node:zlib` tests pass, Bun.file(path).stat(), Bun.file(path).delete(), along with many reliability improvements and bugfixes.
1 comments
Bun S3 をビルトインでサポートしてる。。。
しかもS3って言ってるけど、S3だけじゃなくてGoogle CloudStorage や DigitalOcean, Cloudflare R2とかもサポートしてて、そのAPIを
s3
ってオブジェクト名として言い切る勇気がすごい。bun.sh/blog/bun-v1.1.…