-
Notifications
You must be signed in to change notification settings - Fork 3k
Insights: oven-sh/bun
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
bun-v1.2.6 Bun v1.2.6
published
Mar 25, 2025 -
bun-v1.2.7 Bun v1.2.7
published
Mar 27, 2025
63 Pull requests merged by 19 people
-
2x faster headers.get, headers.delete, headers.has
#18571 merged
Mar 28, 2025 -
Fix for test-stdin-from-file closing fd '0'
#18559 merged
Mar 28, 2025 -
fix: detection module type from extension
#18562 merged
Mar 28, 2025 -
fix(install): resolution order and unused resolutions
#18560 merged
Mar 28, 2025 -
fix(node:http) fix regression where we throw ECONNRESET and/or ERR_STREAM_WRITE_AFTER_END after socket.end()
#18539 merged
Mar 28, 2025 -
docs: update
require()
's compatibility status#18556 merged
Mar 28, 2025 -
fix(CSRF) remove undefined's and add more checks for bad tokens
#18535 merged
Mar 28, 2025 -
Docs/tag relevant docs
#18544 merged
Mar 27, 2025 -
implement
require.extensions
#18478 merged
Mar 27, 2025 -
Fix confusing sentence
#18532 merged
Mar 27, 2025 -
Fix AbortSignal static methods when DOM is missing
#18530 merged
Mar 27, 2025 -
@types/bun: Some small fixes for the test and Bun.env
#18528 merged
Mar 27, 2025 -
Better error message for NAPI modules which access unsupported libuv functions
#18503 merged
Mar 27, 2025 -
fix(nodevm): allow
options
props to beundefined
#18465 merged
Mar 27, 2025 -
more cookie mistakes
#18517 merged
Mar 27, 2025 -
Fix CSS Modules when code splitting enabled
#18435 merged
Mar 27, 2025 -
build: shave 30s off debug builds
#18516 merged
Mar 27, 2025 -
fix(fetch) handle aborted connection inside start
#18512 merged
Mar 27, 2025 -
cookie mistakes
#18513 merged
Mar 27, 2025 -
fix(node:http) properly signal server drain after draining the socket buffer
#18479 merged
Mar 26, 2025 -
fix:
reflect-metadata
import order#18086 merged
Mar 26, 2025 -
Port https://github.com/WebKit/WebKit/pull/43041
#18507 merged
Mar 26, 2025 -
fix(docs): failing typo CI pipeline
#18510 merged
Mar 26, 2025 -
Remove two usingnamespace & ptrCast on function pointer
#18486 merged
Mar 26, 2025 -
Clean-up after #18485
#18489 merged
Mar 26, 2025 -
More robust Bun.Cookie & Bun.CookieMap
#18359 merged
Mar 26, 2025 -
compat(http) more compatibility in cookies
#18446 merged
Mar 26, 2025 -
Fix
node:http
UAF#18485 merged
Mar 26, 2025 -
Fix #14881
#18483 merged
Mar 26, 2025 -
chore(fetch) split fetch from response.zig
#18475 merged
Mar 26, 2025 -
fix
node:crypto
hash name regression#18481 merged
Mar 26, 2025 -
Skip flaky macOS x64 node-napi tests in CI (v2)
#18468 merged
Mar 26, 2025 -
chore(bun-plugin-svelte): bump version to v0.0.6
#18464 merged
Mar 25, 2025 -
Skip "text lockfile is hoisted" test on Windows CI
#18473 merged
Mar 25, 2025 -
types: Rewrite to avoid conflicts and allow for doc generation
#18024 merged
Mar 25, 2025 -
docs: update
node:crypto
compatibility#18459 merged
Mar 25, 2025 -
types(ffi): fix cc example jsdoc
#18457 merged
Mar 25, 2025 -
Skip flaky macOS x64 node-napi tests in CI
#18448 merged
Mar 25, 2025 -
node:http
compatibility (options.lookup
)#18395 merged
Mar 25, 2025 -
-200 KB binary size
#18415 merged
Mar 25, 2025 -
feat(bun-plugin-svelte): custom elements
#18336 merged
Mar 25, 2025 -
improve(fetch)
#18187 merged
Mar 25, 2025 -
maybe fix crash in
test-crypto-prime.js
#18450 merged
Mar 25, 2025 -
Split bun crypto APIs into more files
#18431 merged
Mar 25, 2025 -
docs(contributing): update llvm version to 19
#18421 merged
Mar 25, 2025 -
Move TextDecoder, TextEncoderStreamEncoder, TextEncoder, EncodingLabel into separate files
#18430 merged
Mar 25, 2025 -
Split ServerWebSocket & NodeHTTPResponse into more files
#18432 merged
Mar 25, 2025 -
fix BUN-604
#18447 merged
Mar 25, 2025 -
Don't crash when server.fetch() is called on a server without a fetch() handler
#18151 merged
Mar 24, 2025 -
types: refine idleTimeout in the example of SQL options
#18234 merged
Mar 24, 2025 -
Fix
BUN-DAR
#18400 merged
Mar 22, 2025 -
Bump WebKit
#18399 merged
Mar 22, 2025 -
fix: make
JSPropertyIterator
accept aJSObject
instead of aJSValue
#18308 merged
Mar 22, 2025 -
node:crypto
: fixtest-crypto-scrypt.js
#18396 merged
Mar 22, 2025 -
Fix
dns.resolve
#18393 merged
Mar 22, 2025 -
Add benchmark for
Cipheriv
andDecipheriv
#18394 merged
Mar 22, 2025 -
Fix typo in PR template
#18392 merged
Mar 22, 2025 -
refactor and rename
JSCommonJSModule
#18390 merged
Mar 22, 2025 -
module.children and Module.runMain
#18343 merged
Mar 21, 2025 -
fix: test-http-header-obstext.js
#18371 merged
Mar 21, 2025 -
Fix bun --inspect-brk hanging
#18362 merged
Mar 21, 2025 -
deps: bump WebKit
#18349 merged
Mar 21, 2025 -
node:crypto
: moveCipheriv
andDecipheriv
to native code#18342 merged
Mar 21, 2025
45 Pull requests opened by 17 people
-
Attempted fix for Issue #18324
#18365 opened
Mar 21, 2025 -
Fix test-whatwg-url-properties.js
#18366 opened
Mar 21, 2025 -
fix: test-http-default-port.js
#18369 opened
Mar 21, 2025 -
fix: test-http-timeout-overflow.js
#18370 opened
Mar 21, 2025 -
fix: test-http-response-setheaders.js
#18372 opened
Mar 21, 2025 -
fix: test-http-outgoing-settimeout.js
#18373 opened
Mar 21, 2025 -
fix: test-http-byteswritten.js
#18374 opened
Mar 21, 2025 -
fix: test-http-listening.js
#18375 opened
Mar 21, 2025 -
fix: test-http-wget.js
#18376 opened
Mar 21, 2025 -
fix: test-http-agent-getname.js
#18377 opened
Mar 21, 2025 -
fix: test-http-request-dont-override-options.js
#18378 opened
Mar 21, 2025 -
fix: test-http-outgoing-internal-headernames-setter.js
#18379 opened
Mar 21, 2025 -
fix: test-http-server-multiheaders.js
#18380 opened
Mar 21, 2025 -
fix: test-http-server-multiheaders2.js
#18381 opened
Mar 21, 2025 -
fix: deviate from `fetch()` spec and allow status codes up to 999
#18382 opened
Mar 21, 2025 -
fix: test-http-correct-hostname.js
#18383 opened
Mar 21, 2025 -
fix: test-http-client-request-options.js
#18384 opened
Mar 21, 2025 -
fix: test-http-write-head.js
#18385 opened
Mar 21, 2025 -
fix: test-http-response-no-headers.js
#18386 opened
Mar 21, 2025 -
fix: test-set-incoming-message-header.js
#18387 opened
Mar 21, 2025 -
partially fix: test-http-server.js
#18388 opened
Mar 21, 2025 -
Fix not displaying 405
#18391 opened
Mar 22, 2025 -
fixed using option "unix" in Bun's fetch result in type error
#18402 opened
Mar 22, 2025 -
deps: update libarchive to v3.7.8
#18408 opened
Mar 23, 2025 -
Avoid allocating JSString for HTTP method name in node:http
#18410 opened
Mar 23, 2025 -
Update sql.md to reduce confuse
#18425 opened
Mar 24, 2025 -
Add documentation on Nitro preset: bun for Nuxt guide
#18434 opened
Mar 24, 2025 -
fix(http): remove `usingnamespace` in picohttp
#18445 opened
Mar 24, 2025 -
Fix #18414
#18469 opened
Mar 25, 2025 -
Fix #18413
#18471 opened
Mar 25, 2025 -
Rename non-refing Bun::toString overloads to Bun::toStringNonRef
#18480 opened
Mar 25, 2025 -
fix(node/http): make `OutgoingMessage` compatible with Node
#18482 opened
Mar 25, 2025 -
fix(cli/pack): excluded entries nested within included dirs
#18509 opened
Mar 26, 2025 -
Relax the types for matchers in bun:test
#18511 opened
Mar 26, 2025 -
fix bun.sql postgres types
#18519 opened
Mar 27, 2025 -
build: reduce comptime usages in MimeType
#18543 opened
Mar 27, 2025 -
change Headers.toJSON to support set-cookie
#18548 opened
Mar 27, 2025 -
fix: mark `JSPromise.rejectedPromiseValue` as deprecated
#18549 opened
Mar 27, 2025 -
preserve symlinks
#18550 opened
Mar 27, 2025 -
Implement `uv_mutex_*` fns and others
#18555 opened
Mar 28, 2025 -
fix: Bun.write() with empty string creates a file
#18561 opened
Mar 28, 2025 -
Fix a `node:http` UAF
#18564 opened
Mar 28, 2025 -
Pin node & ws types in bun-types
#18568 opened
Mar 28, 2025 -
error in CI if snapshot is missing
#18574 opened
Mar 28, 2025
99 Issues closed by 24 people
-
eval doesn't hoist var
#14740 closed
Mar 28, 2025 -
Can't run `standard` on 1.2.7
#18533 closed
Mar 28, 2025 -
`bun install --frozen-lockfile` keeps reporting issues
#16692 closed
Mar 28, 2025 -
napi: missing uv_default_loop
#14830 closed
Mar 28, 2025 -
undefined symbol: uv_hrtime
#14182 closed
Mar 28, 2025 -
another `node:http` regression in 1.2.7 (body in requests)
#18531 closed
Mar 28, 2025 -
Nextjs ERR_STREAM_WRITE_AFTER_END (when Rewrite Redirect 302) v1.2.6
#18524 closed
Mar 28, 2025 -
dyld[30845]: missing symbol called / undefined symbol: uv_mutex_lock
#6506 closed
Mar 28, 2025 -
Integer Overflow in Bun.CSRF.verify when encoding parameter doesn't match token
#18341 closed
Mar 28, 2025 -
Bun crash after restarting server on save
#18557 closed
Mar 28, 2025 -
Segmentation fault at address 0x8E
#18455 closed
Mar 27, 2025 -
Don't know why it crashed
#18525 closed
Mar 27, 2025 -
Crashing
#18551 closed
Mar 27, 2025 -
Crash after running for a few minutes on 1.2.6
#18494 closed
Mar 27, 2025 -
Error using solidjs with vite: "require() async module is unsupported". Implement module.extensions
#15566 closed
Mar 27, 2025 -
`require.extensions` support
#15795 closed
Mar 27, 2025 -
Error when using document.getElementById("root") in TypeScript based React
#2050 closed
Mar 27, 2025 -
Compile errors building `bun-types/types.d.ts` with `tsc`
#6002 closed
Mar 27, 2025 -
`AbortSignal.timeout` not working with typescript
#18529 closed
Mar 27, 2025 -
`bun run <script>` cannot execute bun commands
#17199 closed
Mar 27, 2025 -
[TS] Missing workerData on WorkerOptions
#14989 closed
Mar 27, 2025 -
Any use of lit causes Z is undefined runtime error
#18063 closed
Mar 27, 2025 -
bun crashes
#18515 closed
Mar 27, 2025 -
Segfault when running Fastify API + ConnectRPC
#18498 closed
Mar 27, 2025 -
Broken CSS Modules when code splitting enabled
#18244 closed
Mar 27, 2025 -
cookie path option
#18508 closed
Mar 27, 2025 -
File download hangs using fastify with stream response - Bun 1.2.6
#18470 closed
Mar 26, 2025 -
Something is off with "bun:test" – false positive for basic union return type
#11588 closed
Mar 26, 2025 -
include "types": ["bun-types"] in tsconfig.json for TS Vite projects
#6194 closed
Mar 26, 2025 -
Reflect-metadata doesn't work for tsyringe
#4677 closed
Mar 26, 2025 -
Unknown Crash (perhaps Socket.io?)
#18506 closed
Mar 26, 2025 -
Installing bun-types breaks TypeScript for @trpc/server
#5983 closed
Mar 26, 2025 -
Package typings collision when adding `bun-types` to tsconfig.json
#7247 closed
Mar 26, 2025 -
Incompatibility between the documentation of `ReadableStream` and TypeScript types
#13977 closed
Mar 26, 2025 -
Import JSON causes error from `tsc`
#6699 closed
Mar 26, 2025 -
Stream example in bun.sh docs has Typescript error
#11903 closed
Mar 26, 2025 -
TypeScript: 'proxy' property not recognized in fetch RequestInit in Bun.js
#13827 closed
Mar 26, 2025 -
@types/bun not picking up "DOM" from TSConfig
#7821 closed
Mar 26, 2025 -
BunFile.bytes is not defined in `@types/bun`
#11933 closed
Mar 26, 2025 -
jwks-rsa and/or express-jwt not working with bun
#10511 closed
Mar 26, 2025 -
Bun v1.2.6 doesn't support `JsonWebToken` (`jsonwebtoken` package)
#13682 closed
Mar 26, 2025 -
cipher doesn't throw an error for invalid argument
#14881 closed
Mar 26, 2025 -
OpenSSL Decode Error
#18461 closed
Mar 26, 2025 -
bun run with error: 'ECDH' not found in module 'crypto'
#8470 closed
Mar 26, 2025 -
Diffie-Hellman key generation breaks with large primes
#11809 closed
Mar 26, 2025 -
[Review request] oven-sh/bun PR workflow analysis
#18476 closed
Mar 25, 2025 -
<reference no-default-lib="true" /> in bun-types causes vscode to not recognize lib.dom.d.ts types
#358 closed
Mar 25, 2025 -
`Error.isError` is implemented but type definition is missing
#16537 closed
Mar 25, 2025 -
Headers has incomplete type definition
#12662 closed
Mar 25, 2025 -
`bun-types` marks instances of URL as constructor
#13669 closed
Mar 25, 2025 -
Bun types not supporting Typescript 5.7 TypedArrays now being generic over ArrayBufferLike
#14892 closed
Mar 25, 2025 -
Missing properties in File type
#16785 closed
Mar 25, 2025 -
Async generator function not allowed in types for Response constructor
#17940 closed
Mar 25, 2025 -
Bun.stdin.stream() TypeScript type is not iteratable
#8765 closed
Mar 25, 2025 -
Property `try` does not exist on type 'PromiseConstructor'.typescript(2339) @types/1.2.4
#17980 closed
Mar 25, 2025 -
types: Fix not returning anything during upgrade when specifying websockets and routes
#18458 closed
Mar 25, 2025 -
fetch is missing { proxy: ... } property
#17256 closed
Mar 25, 2025 -
Buffer type not compatible with BinaryLike
#16044 closed
Mar 25, 2025 -
`parse` does not exist on URL
#13858 closed
Mar 25, 2025 -
`@types/bun` still conflicts with `@types/node`
#8761 closed
Mar 25, 2025 -
fetch & Bun.serve tls type error
#13167 closed
Mar 25, 2025 -
custom added features in `fetch` are not typed
#17203 closed
Mar 25, 2025 -
Type error with `fetch` and `tls`-Option
#13599 closed
Mar 25, 2025 -
Add an option to choose Javascript when using `bun init` blank template
#18397 closed
Mar 25, 2025 -
Symbolic link for node_modules
#18403 closed
Mar 25, 2025 -
Deno like permissions API
#18404 closed
Mar 25, 2025 -
timezone incorrect in bun test
#18418 closed
Mar 25, 2025 -
monitorEventLoopDelay() was introduced in Node.js 12.19.0 and is not supported in Bun
#18427 closed
Mar 25, 2025 -
`monitorEventLoopDelay` Undefined in Bun – Compatibility Issue with `prom-client`
#18300 closed
Mar 25, 2025 -
panic: Illegal instruction at address 0x5B34522
#18460 closed
Mar 25, 2025 -
Memory leak with NestJS and NestJS-graphql
#13088 closed
Mar 25, 2025 -
bun ./index.html error: Cannot find package 'bun-plugin-svelte'
#18206 closed
Mar 25, 2025 -
Bun-plugin-svelte has no spport for `customElement` compiler option.
#18226 closed
Mar 25, 2025 -
Import named 'runMain' not found in module 'node:module'
#4558 closed
Mar 25, 2025 -
Segfault when calling Server#fetch with `.routes`
#18077 closed
Mar 24, 2025 -
crypto.createDiffieHellman very slow when prime length is big
#9379 closed
Mar 24, 2025 -
bun sql error - "invalid startup packet layout..."
#18443 closed
Mar 24, 2025 -
monitorEventLoopDelay() was introduced in Node.js 12.19.0 and is not supported in Bun
#18426 closed
Mar 24, 2025 -
Compatibility issue with randomFillSync from node:crypto
#18441 closed
Mar 24, 2025 -
installing npm packages inside a docker container fails
#1590 closed
Mar 24, 2025 -
Bun.serve doesn't support websockets and routes
#18314 closed
Mar 24, 2025 -
pauseSystemTime
#18429 closed
Mar 24, 2025 -
error when starting vite dev server: undefined
#18124 closed
Mar 24, 2025 -
node:test Seemingly partial support but lacking test
#18420 closed
Mar 24, 2025 -
Bun issue
#18412 closed
Mar 23, 2025 -
ShellError is undefined at runtime
#17671 closed
Mar 22, 2025 -
NodeJS crypto.scrypt is running in sync mode only
#13029 closed
Mar 22, 2025 -
Bun does not support streaming videos with range requests
#10440 closed
Mar 22, 2025 -
[Windows] [HTTP] Bun does not write an SSE message until the second message is written
#15574 closed
Mar 22, 2025 -
`RegExp` unicode mode differs from V8 runtimes
#18018 closed
Mar 21, 2025 -
`bun audit` when??
#18360 closed
Mar 21, 2025 -
Segmentation fault at address 0x38
#18361 closed
Mar 21, 2025 -
Diffie-Hellman results not compatible with nodejs
#17042 closed
Mar 21, 2025 -
authTagLength in createCipheriv does not work
#14991 closed
Mar 21, 2025 -
Crypto different in node and bun
#13979 closed
Mar 21, 2025 -
`@aws-crypto/client-node` is not working on bun
#13442 closed
Mar 21, 2025
79 Issues opened by 75 people
-
Bun crashes when using production flag
#18576 opened
Mar 28, 2025 -
Bun 1.2.7 crashes with Illegal instruction
#18575 opened
Mar 28, 2025 -
Error when try to upload file to a grpc service
#18573 opened
Mar 28, 2025 -
Unable to Object.assign StatFs class instance to a object
#18572 opened
Mar 28, 2025 -
Calling Module._extensions[".ts"] directly is not implemented.
#18570 opened
Mar 28, 2025 -
rsbuild HMR websocket connection failed with bun
#18569 opened
Mar 28, 2025 -
Pin @types/ws and @types/node inside of bun-types
#18567 opened
Mar 28, 2025 -
Astro actions hang forever in production builds
#18566 opened
Mar 28, 2025 -
Bun crashed while trying to globally install 'standard'.
#18565 opened
Mar 28, 2025 -
Crash on start of express server
#18558 opened
Mar 28, 2025 -
Add a way to run scripts from workspace root using `--filter`
#18553 opened
Mar 27, 2025 -
`.env` values get truncated at 4kb
#18552 opened
Mar 27, 2025 -
bug(Cookies) cloned requests don't have cookies
#18547 opened
Mar 27, 2025 -
Implement libuv functions
#18546 opened
Mar 27, 2025 -
bun build -> Unsupported URI scheme for importing: node
#18545 opened
Mar 27, 2025 -
Readble Stream hangs on request.json() in 1.2.6-1.2.7
#18542 opened
Mar 27, 2025 -
`RegExp` unicode mode JIT treats escaped surrogate followed by literal surrogate as surrogate pair
#18540 opened
Mar 27, 2025 -
bug debug windows
#18538 opened
Mar 27, 2025 -
bun 1.2.7 break Koa post
#18537 opened
Mar 27, 2025 -
`AbortSignal.timeout` does nothing in `fetch` when the host drops all packets
#18536 opened
Mar 27, 2025 -
How can I use Bun S3 to add metadata when creating a file?
#18534 opened
Mar 27, 2025 -
Define dev server file extension imports separately, to be loaded with a reference
#18527 opened
Mar 27, 2025 -
Handling of media="print" incorrectly
#18526 opened
Mar 27, 2025 -
bun crash
#18522 opened
Mar 27, 2025 -
[SQL] Inconsistent `TIME` return format
#18521 opened
Mar 27, 2025 -
Bun ./index.html keeps crashing due to Safety lock violated on thread 852
#18520 opened
Mar 27, 2025 -
`bun pm pack` is unable to handle bundled dependencies when using "workspace:*"
#18518 opened
Mar 27, 2025 -
1.2.x win Unable to read the smb network driver directory.
#18514 opened
Mar 27, 2025 -
`bun publish` does not respect excluded `files` nested within included directories
#18505 opened
Mar 26, 2025 -
Completely removing dev dependencies
#18504 opened
Mar 26, 2025 -
Dev server crash
#18502 opened
Mar 26, 2025 -
HTTP 400 responses with empty body in tests after upgrading to Bun 1.2.6
#18501 opened
Mar 26, 2025 -
Error during Bun Test when using Jest Matchers (Missing context.utils.EXPECTED_COLOR)
#18500 opened
Mar 26, 2025 -
Dev server ignores --conditions
#18499 opened
Mar 26, 2025 -
Effect oTel Spans fails in 1.2.6+ (works in 1.2.5)
#18497 opened
Mar 26, 2025 -
Sentry Integration seems broken with latest update
#18496 opened
Mar 26, 2025 -
Cannot Install Prisma on Bun Docker Image v1.2.3+
#18495 opened
Mar 26, 2025 -
Nuxt: Bun crash after call to server/api and refresh the same page
#18493 opened
Mar 26, 2025 -
imapflow & node-imap issues
#18492 opened
Mar 26, 2025 -
trying learn to make a exe
#18491 opened
Mar 26, 2025 -
ECONNRESET when posting large files using a proxy squid
#18490 opened
Mar 26, 2025 -
Memory Leak When Streaming Responses via fetch in Bun ≥ 1.1.27
#18488 opened
Mar 26, 2025 -
ReferenceError: global is not defined
#18487 opened
Mar 26, 2025 -
`bun test -t` conflicts with regex special characters in test names
#18484 opened
Mar 26, 2025 -
Bun inlines constants across switch cases, preventing an error that would happen in node
#18477 opened
Mar 25, 2025 -
node:test errors with "Failed to get caller source origin"
#18474 opened
Mar 25, 2025 -
Bun crashes when I run my program
#18472 opened
Mar 25, 2025 -
Bun install crashed when running in Azure Pipeline with on-prem agent
#18467 opened
Mar 25, 2025 -
@sentry/bun makes Statsig Node SDK fails when Bun is in watch mode
#18466 opened
Mar 25, 2025 -
Support JSON parameters in `bun:sqlite`
#18463 opened
Mar 25, 2025 -
bun:sqlite bug: Different outcome (error) on statement with binding values by position or by name
#18456 opened
Mar 25, 2025 -
script "lint" (bun --bun x eslint) was terminated by signal SIGABRT (Abort)
#18454 opened
Mar 25, 2025 -
Eliding should not happen on workspace filters with only one project matched
#18453 opened
Mar 25, 2025 -
Support automatic token resolution for private registries
#18444 opened
Mar 24, 2025 -
Please add llms-full.txt
#18442 opened
Mar 24, 2025 -
Bun runtime brokes hmr WS in dev mode for nuxt
#18440 opened
Mar 24, 2025 -
Bun fullstack server issue with react-aria-components
#18437 opened
Mar 24, 2025 -
crashes on running eliza tmeplate
#18436 opened
Mar 24, 2025 -
Add documentation on Nitro preset when building app with Nuxt
#18433 opened
Mar 24, 2025 -
Git dependencies: InvalidWtf8 error in windows
#18428 opened
Mar 24, 2025 -
Segfault while accessing Hugging Face / Stable Diffusion API
#18424 opened
Mar 24, 2025 -
Bun crashed doing a lot of fetches
#18423 opened
Mar 23, 2025 -
Compiled application can't find module
#18417 opened
Mar 23, 2025 -
Executables cross-compiled with `--bytecode` segfault on launch if running on target OS
#18416 opened
Mar 23, 2025 -
Malformed ``Response.redirect`` causes crash
#18414 opened
Mar 23, 2025 -
Decompression error: ShortRead - empty chunked gzip response breaks fetch()
#18413 opened
Mar 23, 2025 -
[feat] Don't save `registry` prefix in `bun.lock` so it would be easier for changing registry
#18411 opened
Mar 23, 2025 -
bun run dev, react ssr hydration reports an error
#18409 opened
Mar 23, 2025 -
Bun completions is buggy
#18407 opened
Mar 22, 2025 -
Unknown random HTTP methods will return a 200
#18406 opened
Mar 22, 2025 -
bun-plugin-tailwind support for SSR
#18405 opened
Mar 22, 2025 -
Bun shell with `ls -la` doesn't work as expected
#18401 opened
Mar 22, 2025 -
`bun install`: duplicate JSON keys are never an error
#18398 opened
Mar 22, 2025 -
oh no: multiple threads are crashing
#18389 opened
Mar 21, 2025 -
Segmentation fault in Nuxt
#18364 opened
Mar 21, 2025 -
bun test fails on import server component
#18358 opened
Mar 21, 2025 -
`structuredClone()` an error loses the stack trace
#18357 opened
Mar 21, 2025 -
`--lockfile-only` prevents `--yarn` from generating a lockfile
#18356 opened
Mar 21, 2025
105 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
test: get `zig build test` working
#18207 commented on
Mar 27, 2025 • 14 new comments -
remove 124 `usingnamespace`, introduce new ref count and ref leak debugging tools
#18353 commented on
Mar 26, 2025 • 3 new comments -
fix printing of CookieMap
#18351 commented on
Mar 25, 2025 • 0 new comments -
gzip compression of http responses
#2726 commented on
Mar 27, 2025 • 0 new comments -
Support for nohoist / multiple versions of the same package
#6850 commented on
Mar 27, 2025 • 0 new comments -
AccessDenied: Bun fails to install package from private Git repository
#5949 commented on
Mar 26, 2025 • 0 new comments -
Bun crash with Worker
#18139 commented on
Mar 26, 2025 • 0 new comments -
crypto createPrivateKey elliptic curve "Invalid EC private key"
#10475 commented on
Mar 26, 2025 • 0 new comments -
Unable to start a Vite/Nuxt/ESBuild dev server with Bun
#18347 commented on
Mar 26, 2025 • 0 new comments -
@aws-sdk/client-s3 `ListObjectsV2Command` hangs forever when listing many files (>800)
#8947 commented on
Mar 26, 2025 • 0 new comments -
`bun install` fails on Windows: Operation not permitted (NtSetInformationFile())
#11250 commented on
Mar 26, 2025 • 0 new comments -
Support type-checking tests in bun:test
#7569 commented on
Mar 26, 2025 • 0 new comments -
"Type 'Fns' does not satisfy the constraint 'Record<string, FFIFunction>'" compile error in `bun-types` when `exactOptionalPropertyTypes` compiler option is enabled
#2620 commented on
Mar 26, 2025 • 0 new comments -
Support AdonisJS 6
#4822 commented on
Mar 26, 2025 • 0 new comments -
`expect(...).*` types are overly strict and hard to work with
#6934 commented on
Mar 26, 2025 • 0 new comments -
bun install/update behind proxy
#17793 commented on
Mar 26, 2025 • 0 new comments -
UNABLE_TO_GET_ISSUER_CERT error when connecting with mTLS
#8616 commented on
Mar 26, 2025 • 0 new comments -
Zig tracking issue
#5611 commented on
Mar 26, 2025 • 0 new comments -
Bun hangs on Prisma generate after v1.1.29 on Windows
#14868 commented on
Mar 26, 2025 • 0 new comments -
Puppeteer.connect works on Node.js but doesn't work on Bun
#8320 commented on
Mar 26, 2025 • 0 new comments -
After updating 125 error: Browser builds cannot import HTML files.
#18154 commented on
Mar 26, 2025 • 0 new comments -
Rewrite `node:crypto`
#13681 commented on
Mar 26, 2025 • 0 new comments -
x509.publicKey should be of type `KeyObject` but is `CryptoKey`
#16652 commented on
Mar 26, 2025 • 0 new comments -
crypto.createPublicKey Invalid EC public key
#14682 commented on
Mar 26, 2025 • 0 new comments -
--tsconfig-override is ignored; always loads tsconfig from cwd
#7079 commented on
Mar 25, 2025 • 0 new comments -
Compilation Error w/ LynxJS
#18025 commented on
Mar 25, 2025 • 0 new comments -
FileNotFound when tsconfig.json `"extends"` package
#5277 commented on
Mar 25, 2025 • 0 new comments -
HTMLRewriter doesn't support reading from a Blob
#17259 commented on
Mar 25, 2025 • 0 new comments -
node child process maxbuf support
#18293 commented on
Mar 28, 2025 • 0 new comments -
Update docker images from debian:bullseye to debian:bookworm
#18278 commented on
Mar 24, 2025 • 0 new comments -
dev server experiment
#18271 commented on
Mar 23, 2025 • 0 new comments -
fix(types): add css module types
#18270 commented on
Mar 25, 2025 • 0 new comments -
added a new process manager guide
#18209 commented on
Mar 25, 2025 • 0 new comments -
add support for BUN_CONFIG_ELIDE_LINES (& fixes #16286)
#18111 commented on
Mar 21, 2025 • 0 new comments -
Check if path exists before returning from opendirSync
#17846 commented on
Mar 25, 2025 • 0 new comments -
fix: remove footguns in IPC decoding and external string creation
#17776 commented on
Mar 27, 2025 • 0 new comments -
Add homepage links to Bun and React's logo
#17547 commented on
Mar 28, 2025 • 0 new comments -
fix(bundler) Typescript paths with packages external fix
#16163 commented on
Mar 26, 2025 • 0 new comments -
Replace `zlib` with `zlib-ng`
#16100 commented on
Mar 27, 2025 • 0 new comments -
Builtin MySQL client
#15274 commented on
Mar 23, 2025 • 0 new comments -
Support 32-bit ARM CPUs (currently arm64 only)
#5060 commented on
Mar 28, 2025 • 0 new comments -
Error when using Bun.write to create an empty file in a non-existent directory
#12830 commented on
Mar 28, 2025 • 0 new comments -
`Bun.Write` not creating subdirectory if contents string are empty
#8396 commented on
Mar 28, 2025 • 0 new comments -
Headers.toJSON should support `set-cookie`
#6755 commented on
Mar 27, 2025 • 0 new comments -
Preserve Case of HTTP Headers in node:http Module
#7520 commented on
Mar 27, 2025 • 0 new comments -
Bug when running script in Docker container with TTY attached
#17767 commented on
Mar 27, 2025 • 0 new comments -
bunx prisma generate hangs indefinitely on v1.1.30 but works fine on v1.1.29
#14536 commented on
Mar 27, 2025 • 0 new comments -
Firebase Appcheck "The JWKS endpoint did not contain any signing keys"
#15932 commented on
Mar 27, 2025 • 0 new comments -
Symbol not found: _ubrk_clone
#6035 commented on
Mar 27, 2025 • 0 new comments -
`error: CouldntReadCurrentDirectory`
#5182 commented on
Mar 27, 2025 • 0 new comments -
Property `onmessage` does not exist on type `Worker`
#18183 commented on
Mar 27, 2025 • 0 new comments -
Executable cannot find module
#17148 commented on
Mar 27, 2025 • 0 new comments -
process.stdin buffers all input instead of emitting chunks incrementally
#18239 commented on
Mar 27, 2025 • 0 new comments -
Type error when using `sql(object, ...string)`
#18253 commented on
Mar 24, 2025 • 0 new comments -
String and JSON size limits
#2570 commented on
Mar 23, 2025 • 0 new comments -
Implement `bun publish --proveance` as in npm
#15601 commented on
Mar 23, 2025 • 0 new comments -
Bun test returns exit code 1 even when `coverage` and `coverageThreshold` used together
#17028 commented on
Mar 23, 2025 • 0 new comments -
Bundling (with target: 'bun') outputs code that is incompatible with bun for certain libraries
#5809 commented on
Mar 23, 2025 • 0 new comments -
Bun.sql Does Not Properly Support PostgreSQL TEXT[] Columns in Parameterized Queries
#17798 commented on
Mar 23, 2025 • 0 new comments -
`--elide-lines` should warn or be ignored, not error, in non-terminal environments
#16286 commented on
Mar 23, 2025 • 0 new comments -
Multiple instances of the fullstack dev server reuse the same ports
#18132 commented on
Mar 23, 2025 • 0 new comments -
`bun build --compile`: include non-statically analyzable dynamic imports with a flag
#11732 commented on
Mar 22, 2025 • 0 new comments -
Handling Dependency while bun install
#10105 commented on
Mar 22, 2025 • 0 new comments -
Bun not running in termux
#5085 commented on
Mar 22, 2025 • 0 new comments -
Node is 12.5x faster than bun working with Float32Array
#8079 commented on
Mar 22, 2025 • 0 new comments -
bun init React + @mui/material
#18128 commented on
Mar 22, 2025 • 0 new comments -
error: UV_ENOENT when using webtorrent
#14234 commented on
Mar 22, 2025 • 0 new comments -
Allow watching other folders with --watch
#14183 commented on
Mar 22, 2025 • 0 new comments -
dev server: failed to load bundled module
#17896 commented on
Mar 22, 2025 • 0 new comments -
bun bug when env `NPM_CONFIG_REGISTRY`
#2736 commented on
Mar 22, 2025 • 0 new comments -
bun install fails with failed linking dependency/workspace to node_modules for package ...
#18354 commented on
Mar 22, 2025 • 0 new comments -
bun install -g pyright
#18350 commented on
Mar 22, 2025 • 0 new comments -
`bun install --frozen-lockfile` is exceptionally slow in docker [bun 1.1.4]
#10371 commented on
Mar 22, 2025 • 0 new comments -
Support `process.loadEnvFile()`
#6618 commented on
Mar 22, 2025 • 0 new comments -
Bun server returns 404 when route exists but HTTP method is not handled
#18197 commented on
Mar 22, 2025 • 0 new comments -
Async generator function are not properly identified in console.log
#18324 commented on
Mar 21, 2025 • 0 new comments -
Bun crashes with vite build on musl
#18355 commented on
Mar 21, 2025 • 0 new comments -
panic(main thread): Internal assertion failure
#16756 commented on
Mar 21, 2025 • 0 new comments -
Some async code doesn't produce stack trace on error
#2704 commented on
Mar 21, 2025 • 0 new comments -
bun create @tanstack/router TypeError
#16931 commented on
Mar 25, 2025 • 0 new comments -
Bun does not alias .js -> .ts in package.json exports/imports
#10001 commented on
Mar 25, 2025 • 0 new comments -
Please export the BodyInit interface
#16542 commented on
Mar 25, 2025 • 0 new comments -
astro / There was an uncaught error in the middle of the stream while rendering
#11602 commented on
Mar 25, 2025 • 0 new comments -
Support offline installs via caching dependency tarballs
#7956 commented on
Mar 25, 2025 • 0 new comments -
`bun i` is slow on Windows with `oven-sh/setup-bun@v2`
#17011 commented on
Mar 25, 2025 • 0 new comments -
Docker Vite HMR Nuxt not working
#17729 commented on
Mar 25, 2025 • 0 new comments -
bun install error: No version matching "^3.4.1" found for specifier "tailwindcss" (but package exists)
#13371 commented on
Mar 25, 2025 • 0 new comments -
Failing to use a ts loader plugin
#4519 commented on
Mar 25, 2025 • 0 new comments -
NextJS with Turbopack experiences an ever growing number of fast refresh updates per change when using `bun run --bun`
#18113 commented on
Mar 24, 2025 • 0 new comments -
build output.stream() returns output.kind instead of the file contents
#10004 commented on
Mar 24, 2025 • 0 new comments -
hasBeenCalledWith do not show diff
#10380 commented on
Mar 24, 2025 • 0 new comments -
Env variables on root of Monorepo not working anymore [Was working in the previous versions]
#11190 commented on
Mar 24, 2025 • 0 new comments -
bun v1.1.12 [WINDOWS?] stuck resolving when adding/installing package NOT in cache
#11526 commented on
Mar 24, 2025 • 0 new comments -
Significant Performance Degradation in Excel Document Generation from Version 1.1.8 to 1.1.9
#11385 commented on
Mar 24, 2025 • 0 new comments -
S3 - Conditional Writes & User Metadata
#17339 commented on
Mar 24, 2025 • 0 new comments -
Support for bun audit (like npm/yarn audit)
#5359 commented on
Mar 24, 2025 • 0 new comments -
Bun 1.0.24 breaks hot-reloading in Next.js 14 with turbopack
#8309 commented on
Mar 24, 2025 • 0 new comments -
Moving from Node to Bun spikes container CPU and memory usage until it crashes
#17723 commented on
Mar 24, 2025 • 0 new comments -
Implement `process.binding("http_parser")`
#13072 commented on
Mar 24, 2025 • 0 new comments -
Error whilst using @kubernetes/client-node: "Self signed certificate in certificate chain"
#7332 commented on
Mar 24, 2025 • 0 new comments -
Support TypeScript 4.9 class auto-accessors ("accessor" keyword)
#6051 commented on
Mar 24, 2025 • 0 new comments -
Bun errors when using mongodb
#17913 commented on
Mar 24, 2025 • 0 new comments -
Bun doesnt pick changes in monorepos packages
#9547 commented on
Mar 24, 2025 • 0 new comments -
Support rsbuild
#11628 commented on
Mar 24, 2025 • 0 new comments -
SQL helper not allowed for AND IN
#18254 commented on
Mar 24, 2025 • 0 new comments