v3.3.3
givanz/VvvebJsv3.3.3Jun 9, 2026by tobychui
AI Summary
This release focuses on stability and maintenance, featuring a migration of the internal database to a maintained fork of boltDB and the removal of deprecated SMTP. It introduces a new WebDAV plugin to replace the deprecated file manager and adds custom URI support for Uptime Monitors.
Key Highlights
- Migrated internal database dependency to a maintained fork of boltDB
- New WebDAV server access plugin replaces deprecated file manager
- Uptime Monitor now supports custom URI for health checks
- Fixed ACME certificate request regression and enforced connection timeouts
Breaking Changes
- Removed the long-deprecated SMTP feature
- Web file manager interface is deprecated (replaced by WebDAV plugin)
New Features
- WebDAV server access plugin
- Uptime Monitor custom URI support
- Turnstile for directory protection
- Supporter list in webmin UI
Full Release Notes
<img width="1225" height="497" alt="圖片" src="https://github.com/user-attachments/assets/71cc0503-8d95-4a58-88f8-b383bcf34dbe" /> # v3.3.3 This version of Zoraxy brings a mix of new features, housekeeping changes, and stability improvements. The long-deprecated SMTP feature has been removed in this release, and trusted proxy gating has been extended to cover more internal services. IP scanning received a few minor improvements, and the internal database dependency has been migrated to a maintained fork of boltDB. Since the web file manager interface has been deprecated from previous release, a new WebDAV server access plugin is now available for those who need it, and the Uptime Monitor now supports setting a custom URI for health checks. On the stability side, the ACME certificate request regression that was inadvertently introduced in rc2 has been resolved. Main listeners now correctly enforce `ReadHeaderTimeout` and `IdleTimeout` to prevent connections from getting stuck indefinitely. A supporter list has also been quietly added to the webmin UI. As always, thanks for all your contributions and pull requests to make this project better for everyone :) ## What's Changed * Update CHANGELOG.md by @Morethanevil in https://github.com/tobychui/zoraxy/pull/1082 * feat(acme): url.URL support for dnsCredentials by @t510599 in https://github.com/tobychui/zoraxy/pull/1078 * feat: add a basic CI script by @AnthonyMichaelTDM in https://github.com/tobychui/zoraxy/pull/752 * Bump docker/login-action from 4.0.0 to 4.1.0 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1104 * Features: Turnstile for directory by @Klarulor in https://github.com/tobychui/zoraxy/pull/1112 * Bump docker/build-push-action from 7.0.0 to 7.1.0 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1113 * Bump actions/setup-go from 4 to 6 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1103 * Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1105 * fix: Allow Location header rewrite when target matches OriginalHost by @TuxLux40 in https://github.com/tobychui/zoraxy/pull/1120 * Fix certificate file permissions by @devilmonastery in https://github.com/tobychui/zoraxy/pull/1116 * Update lego to v4.35.2 by @zen8841 in https://github.com/tobychui/zoraxy/pull/1130 * Update golang version in ci by @zen8841 in https://github.com/tobychui/zoraxy/pull/1131 * V3.3.3 by @tobychui in https://github.com/tobychui/zoraxy/pull/1129 * Fix typo in customHeaders.html by @jeremyy294 in https://github.com/tobychui/zoraxy/pull/1167 * V3.3.3-rc2 by @tobychui in https://github.com/tobychui/zoraxy/pull/1166 * fix #1169 by @zen8841 in https://github.com/tobychui/zoraxy/pull/1171 * chore: clean up Docker related files by @PassiveLemon in https://github.com/tobychui/zoraxy/pull/1175 * Sync docker change to dev branch by @tobychui in https://github.com/tobychui/zoraxy/pull/1177 * Add custom URI for Uptime Monitor health check by @barto95100 in https://github.com/tobychui/zoraxy/pull/1172 * V3.3.3-rc3 by @tobychui in https://github.com/tobychui/zoraxy/pull/1178 * 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 * @t510599 made their first contribution in https://github.com/tobychui/zoraxy/pull/1078 * @Klarulor made their first contribution in https://github.com/tobychui/zoraxy/pull/1112 * @TuxLux40 made their first contribution in https://github.com/tobychui/zoraxy/pull/1120 * @devilmonastery made their first contribution in https://github.com/tobychui/zoraxy/pull/1116 * @jeremyy294 made their first contribution in https://github.com/tobychui/zoraxy/pull/1167 * @barto95100 made their first contribution in https://github.com/tobychui/zoraxy/pull/1172 **Full Changelog**: https://github.com/tobychui/zoraxy/compare/v3.3.2...v3.3.3