v3.3.4-rc3
tobychui/zoraxyv3.3.4-rc3Aug 15, 2026by tobychui
AI Summary
This release candidate focuses on improving ACME support by upgrading to lego v5 for better compatibility with modern certificate generation infrastructures. It also addresses specific bugs related to virtual directory conflicts and SSO redirect loops, alongside various dependency updates.
Key Highlights
- Upgraded to lego v5 for enhanced certificate infrastructure support.
- Fixed SSO redirect loop issues when the URL omits the HTTP(S) scheme.
- Fixed bulk virtual directory handling to treat edits as conflicts.
- Added support for custom ACME preferred CA.
New Features
- Custom ACME preferred CA selection
Full Release Notes
# v3.3.4-rc3 This release updated and fixed a few ACME related issue as well as docker dependencies. The most important part should be upgrading to lego v5 by Zen so it got better support for certificate generation newer infrastructures. This version is still running in my homelab for the stability test, if everything works great in the following week we should be seeing the formal release of v3.3.4 by next weekend. ## What's Changed * Feature (acme): custom acme preferred ca by @jacosta57 in https://github.com/tobychui/zoraxy/pull/1234 * fix: bulk-vdir: handle edited virtual directories as conflict by @CrazyWolf13 in https://github.com/tobychui/zoraxy/pull/1237 * build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1226 * build(deps): bump docker/setup-qemu-action from 4.0.0 to 4.2.0 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1225 * build(deps): bump docker/login-action from 4.2.0 to 4.4.0 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1224 * build(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1223 * chore: update to lego v5 by @ldez in https://github.com/tobychui/zoraxy/pull/1246 * Revert "chore: update to lego v5" by @zen8841 in https://github.com/tobychui/zoraxy/pull/1250 * update to lego v5 by @zen8841 in https://github.com/tobychui/zoraxy/pull/1251 * Fix SSO redirect loop when SSO URL omits http(s) scheme by @stantheman0128 in https://github.com/tobychui/zoraxy/pull/1239 * build(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in https://github.com/tobychui/zoraxy/pull/1254 * V3.3.4-rc3 by @tobychui in https://github.com/tobychui/zoraxy/pull/1257 ## New Contributors * @jacosta57 made their first contribution in https://github.com/tobychui/zoraxy/pull/1234 * @ldez made their first contribution in https://github.com/tobychui/zoraxy/pull/1246 **Full Changelog**: https://github.com/tobychui/zoraxy/compare/v3.3.4-rc2...v3.3.4-rc3