Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: tobychui/zoraxy

v3.3.3

Choose a tag to compare

@tobychui tobychui released this 09 Jun 12:06
9ed5fdc
εœ–η‰‡

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

New Contributors

Full Changelog: v3.3.2...v3.3.3

v3.3.3-rc4

Choose a tag to compare

@tobychui tobychui released this 29 May 10:53
39c51f7

v3.3.3-rc4

This version patched up a few more bugs, add timeout for stuck connections and supporter list.
Currently undergoing internal testing, if it is stable and everything goes well, I will be releasing the v3.3.3 next week.

What's Changed

New Contributors

Full Changelog: v3.3.3-rc3...v3.3.3-rc4

v3.3.3-rc3

Choose a tag to compare

@tobychui tobychui released this 16 May 13:07
41ecc7d
εœ–η‰‡

v3.3.3-rc3

This version removed the deprecated SMTP feature as well as adding trusted proxy gating to more services. This version also fixed the ACME issue and a few more minor bugs.

New experimental features including

  • Health-check URI support for uptime monitor
  • Trusted proxy for basic auth
  • Access control for stream proxy

What's Changed

New Contributors

Full Changelog: v3.3.3-rc2...v3.3.3-rc3

v3.3.3-rc2

Choose a tag to compare

@tobychui tobychui released this 10 May 02:57
0c6494b
εœ–η‰‡

Known Issues

ACME: A regression was found in this RC2 build where requesting new certificates may fail.

  • Note: Existing certificate renewals are unaffected and working as expected.
  • Status: This has been fixed in the latest development branch and will be included in the next release.

v3.3.3-rc2

This release added new features for v3.3.3, including

  1. Traffic flow diagram (experimental)
  2. Better main menu design
  3. Fix for stream proxy nil pointer bug on some platforms
  4. geoip lookup tool
  5. Websocket timeout settings and auto deadline adjustment based on traffic flow
  6. and more small UX adjustments and bug fixes

What's Changed

New Contributors

Full Changelog: v3.3.3-rc1...v3.3.3-rc2

v3.3.3-rc1

Choose a tag to compare

@tobychui tobychui released this 28 Apr 11:59
31f3fa5

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

New Contributors

Full Changelog: v3.3.2...v3.3.3-rc1

v3.3.2

Choose a tag to compare

@tobychui tobychui released this 21 Mar 05:04
a1d6112
social_banner

v3.3.2

This version of Zoraxy introduced a few new features, including Trusted Proxy settings in access rule system, Zoraxy Auth SSO and some major improvement of the uptime monitor. This version also updated the social banner and dpcore design and now it is a bit faster (from my observation) and provide better connections reuse than previous implementation.

Also worth mentioning, due to the Web File Manager API are getting too many security advisory (mostly related to path traversal after user login, and most of them are not a threat due to the current single admin architecture), it has been replaced with a proper implementation of WebDAV Server which could be mounted as a local file system and directly opened using local IDE like VSCode. This new implementation should be really useful for web developers that also provide deployment services for their clients.

As always, thanks for all your contributions and pull request to make this project better for everyone :)

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.3.2

v3.3.2-rc4

Choose a tag to compare

@tobychui tobychui released this 18 Mar 00:02
116f236
εœ–η‰‡

v3.3.2-rc4

This version added a few quick patch regarding security and uptime monitor so upstream with improper setup TLS certificate can still seen as online in uptime monitor. (The job of the uptime monitor is only here to see if upstream is online, that is why configurations should not affects the online status of an upstream. This fixes the design choice of the upstream detection behavior.)

Will be releasing the formal v3.3.2 this weekend.

What's Changed

Full Changelog: v3.3.2-rc3...v3.3.2-rc4

v3.3.2-rc3

Choose a tag to compare

@tobychui tobychui released this 09 Mar 13:56
237958e
εœ–η‰‡

v3.3.2-rc3

This version introduced group policy for Zoraxy Auth, now all the basic feature of a SSO are built into Zoraxy. @zen8841 also take the chance to update lego and add a few more DNS provider as well, if everything goes well this will be the last rc release for for v3.3.2.

What's Changed

Full Changelog: v3.3.2-rc2...v3.3.2-rc3

v3.3.2-rc2

Choose a tag to compare

@tobychui tobychui released this 27 Feb 03:31
6d2de91
εœ–η‰‡

v3.3.2-rc2

This release introduced the new experimental Zoraxy Auth integrated SSO options for those like me who are too lazy to setup an external auth instance. This rc also added new Wintty Web SSH terminal for Windows host server, update implementation in dpcore and add verbal output to uptime monitor when dev-true flag is set.

Some improvements are also being introduced with this release, one of the most noticeable one is that now, fast-geoip mode takes around 150MB (compare to previously 800+MB) due to an improvement in the trie tree implementation as well as some geo-ip resolve logic changes. Feedback are welcomed.

What's Changed

New Contributors

Full Changelog: v3.3.2-rc1...v3.3.2-rc2

v3.3.2-rc1

Choose a tag to compare

@tobychui tobychui released this 15 Feb 02:16
544c23f
εœ–η‰‡

v3.3.2-rc1

This version contains a subset of all the new features of v3.3.2. New features that is introduced in this release candidate includes redirection device type filter (i.e. you can now choose to only redirect clients that is accessing your site with mobile / desktop), experimental trusted proxy access filter and Proxy protocol switch in the webmin UI.

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.3.2-rc1