v3.3.3-rc4
gradio-app/fastrtcv3.3.3-rc4May 29, 2026by tobychui
AI Summary
This release candidate focuses on patching bugs and improving connection handling stability by adding timeouts for stuck connections and the supporter list.
Key Highlights
- Added timeouts for stuck connections and the supporter list
- Fixed dynamic proxy listener timeouts (ReadHeaderTimeout and IdleTimeout)
- Updated GitHub Actions dependencies (Docker build/push, login, setup-buildx)
New Features
- Timeout for stuck connections
- Timeout for supporter list
Full Release Notes
# v3.3.3-rc4 This version patched up a few more bugs, add timeout for stuck connections and supporter list. Currently undergoing internal testing, if it is stable and everything goes well, I will be releasing the v3.3.3 next week. ## What's Changed * Bump docker/build-push-action from 7.1.0 to 7.2.0 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1190 * fix(dynamicproxy): set ReadHeaderTimeout and IdleTimeout on main listeners by @ElmoViggiani in https://github.com/tobychui/zoraxy/pull/1187 * Bump docker/login-action from 4.1.0 to 4.2.0 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1189 * Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1188 * V3.3.3-rc4 by @tobychui in https://github.com/tobychui/zoraxy/pull/1192 ## New Contributors * @ElmoViggiani made their first contribution in https://github.com/tobychui/zoraxy/pull/1187 **Full Changelog**: https://github.com/tobychui/zoraxy/compare/v3.3.3-rc3...v3.3.3-rc4