v3.3.4-rc1
Michael-A-Kuykendall/shimmyv3.3.4-rc1Jul 5, 2026by tobychui
AI Summary
This experimental release introduces a new route debugger service that allows users to intercept subdomains or paths to inspect upstream traffic details. It also includes UI improvements for the plugin manager, fixes for port 80 listeners, and support for ignored paths in forward authentication.
Key Highlights
- Introduced new route debugger service for traffic interception and inspection.
- Fixed Plugin Manager UI issues regarding iframe height and Developer Settings accordion.
- Added support for Ignored Paths in forward-auth configuration.
- Implemented TLS certificate name-based fallback instead of file renaming.
- Fixed port 80 listener toggle and default site routing on HTTP.
New Features
- Route Debugger service
- Ignored Paths for forward-auth
- TLS name-based fallback certificate
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