v3.3.3-rc1
tobychui/zoraxyv3.3.3-rc1Apr 28, 2026by tobychui
AI Summary
This release fixes bugs from the previous version and introduces minor features for IP scanning and WebDAV server access. It also updates database dependencies to a more modern key-value database and includes several dependency and CI improvements.
Key Highlights
- Turnstile support for directory authentication
- ACME url.URL support for dnsCredentials
- Fixed Location header rewrite when target matches OriginalHost
- Fixed certificate file permissions
- Updated lego to v4.35.2 and Go version in CI
New Features
- Turnstile for directory authentication
- WebDAV server access plugin (new)
- IP scanning improvements
- ACME dnsCredentials url.URL support
Full Release Notes
# v3.3.3-rc1 This version mainly fixed some bugs from previous release and introduced a few minor helpful features in IP scanning and WebDAV server access (new plugin). This also updated the database dependencies to use a more modern and properly maintained key-value db. _Notes: Due to my homelab got flooded, I cannot test it on my production system for this build. Please open an issue if you encounter anything strange._ ## 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 ## 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 **Full Changelog**: https://github.com/tobychui/zoraxy/compare/v3.3.2...v3.3.3-rc1