# v0.4.63 (2026-05-26)

## Fixes
- proxyFetch: restore missing `Readable` import causing runtime `ReferenceError` in DNS-bypass fetch path

## Improvements
- Lower stream stall timeout from 60s → 35s for faster hang detection
This commit is contained in:
decolua
2026-05-26 23:16:21 +07:00
parent 146310a3a3
commit 9742074b38
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
# v0.4.63 (2026-05-26)
## Fixes
- proxyFetch: restore missing `Readable` import causing runtime `ReferenceError` in DNS-bypass fetch path
## Improvements
- Lower stream stall timeout from 60s → 35s for faster hang detection
# v0.4.62 (2026-05-26)
## Fixes