v3.3.4-rc1
tobychui/zoraxyv3.3.4-rc1Jul 5, 2026by tobychui
AI Summary
This experimental release introduces a new route debugger service allowing users to intercept subdomains or paths to view upstream details. It includes optimizations like traffic flow chart rotation and several security patches, alongside fixes for the Plugin Manager UI and port80 listener toggles.
Key Highlights
- New Route Debugger Service for intercepting and inspecting subdomain/path requests.
- Support for rotating traffic flow charts.
- Security patches and optimizations.
- Fixes for Plugin Manager UI (iframe height and Developer Settings).
- Fix for port80 listener toggle and default site routing.
New Features
- Route Debugger Service
- Traffic flow chart rotation
- Forward Auth Ignored Paths
Full Release Notes
<img width="1324" height="518" alt="圖片" src="https://github.com/user-attachments/assets/17945d9a-7bb2-46d9-bbaa-a9071ac07cdd" /> # v3.3.4-rc1 This experimental release introduced the new route debugger services which allows user to easily intercept a subdomain or path and show all the details of what the upstream is receiving. This also added a few more fixes and optimizations including supporting rotate of the traffic flow charts and a few more security patches. More UI improvements will be coming soon in rc-2. <img width="943" height="449" alt="圖片" src="https://github.com/user-attachments/assets/314de9d1-c5ea-4057-94b9-f9a28e7b844e" /> ## What's Changed * Fix/statistic bounded maps by @ElmoViggiani in https://github.com/tobychui/zoraxy/pull/1191 * Update CHANGELOG.md by @Morethanevil in https://github.com/tobychui/zoraxy/pull/1200 * Fix Plugin Manager UI: iframe height and Developer Settings accordion by @ElmoViggiani in https://github.com/tobychui/zoraxy/pull/1211 * feat(forward-auth): add Ignored Paths by @CrazyWolf13 in https://github.com/tobychui/zoraxy/pull/1210 * fix: port80 listener toggle and default site routing on HTTP by @yannickid in https://github.com/tobychui/zoraxy/pull/1184 * tlscert: use name-based fallback cert instead of file renaming by @zen8841 in https://github.com/tobychui/zoraxy/pull/1218 * Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1209 * fix 1217: frontend js forgot to call parameter by @zen8841 in https://github.com/tobychui/zoraxy/pull/1221 * V3.3.4-rc1 by @tobychui in https://github.com/tobychui/zoraxy/pull/1222 ## New Contributors * @yannickid made their first contribution in https://github.com/tobychui/zoraxy/pull/1184 **Full Changelog**: https://github.com/tobychui/zoraxy/compare/v3.3.3...v3.3.4-rc1