mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
- fix(Bun.write): ensure synchronous write ordering on Windows (#11117) Enable fast path for fd-based writes to prevent race conditions - fix(fs.access): handle Windows device paths correctly (#23292) Skip normalization for \.\pipe\ and \?\ paths to prevent stripping the dot component - fix(node:http): support named pipes for server.listen() (#24682) Add special handling for Windows named pipes using Bun.listen() - fix(process): respect SIGINT handlers on Windows (#13040) Modified Ctrl handler to check for JS SIGINT handlers before allowing termination - fix(bun patch): fix EPERM on Windows cross-device moves (#18875) Delete source file after copy completes on Windows - fix(mysql): implement packet splitting for large queries (#24844) Properly split MySQL packets >16MB to prevent integer truncation panic - fix(http.request): respect socketPath option (#18653) Bypass DNS lookup when socketPath is provided - fix(bunx): handle empty string arguments on Windows (#13316) Properly quote arguments in Windows command line construction 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>