v3.3.4-rc1

lingodotdev/lingo.devv3.3.4-rc1Jul 5, 2026by tobychui

AI Summary

Introduces a route debugger service and fixes several UI/Plugin manager issues, including Forward Auth ignored paths.

Key Highlights

  • New route debugger service to intercept subdomains/paths and show upstream details
  • Plugin Manager UI fixes for iframe height and Developer Settings accordion
  • Forward Auth feature to add Ignored Paths

New Features

  • Route debugger service
  • Forward Auth Ignored Paths
  • Traffic flow chart rotation support

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