Skip to content

Releases: tobychui/zoraxy

v3.3.0

06 Dec 06:18
6af979f

Choose a tag to compare

image

v3.3.0

This is the stable release of Zoraxy v3.3.0. There are a lot of changes in this version compare to the previous stable release, including advance feature in log and statistic collector control, AI crawler and exploit prevention (experimental). We also got some minor update in place for some edge case user, like advance header control that allow bypass the User-Agent header cleanup and plugin hot-rebuild button (only shows up if the plugin folder contains a makefile or go source code).

Thanks all the work and contributions from our maintainers and community to make the v3.3.0 release possible, and wish everyone a happy holiday during the seasonal holidays!

What's Changed

New Contributors

Full Changelog: v3.2.9...v3.3.0

v3.3.0-rc3

02 Dec 13:45
96f32ef

Choose a tag to compare

v3.3.0-rc3

This release fixed a few minor implementation bug and optimize a few logic in the code. This should be the last release candidate for v3.3.0 since it is running stably on my homelab gateway node for weeks now.

What's Changed

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

v3.3.0-rc2

26 Nov 11:42

Choose a tag to compare

v3.3.0-rc2

This is a more stable version of v3.3.0 which fixed the redirection panic bug as well as a racing condition in the acme special routing rule register logic.

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

v3.3.0-rc1

23 Nov 05:42

Choose a tag to compare

圖片

v3.3.0-rc1

This is the first release candidate of the v3.3.0 which provides many upgrade in user experience in regards of uptime monitor logic, new exploit blocking feature (experimental) and a few more minor improvements that makes your life as a sysadmin cosplayer easier.

Release name changes

From v3.3.0 onward we will be following the linux kernel convention for release names. So you will get rc1 rc2 rc3 until the release is stabilized and you will see a stable release without the rc suffix. But releases with rc are suppose to be more stable than pre-releases. If you are ok with that feel free to test out the release candidates and report any issue to help us make the stable release ship out faster.

Issue regarding docker builds

Since this is the first release with the changed release name scheme, dockerfile might not be ready. Pull with your own risk.

Full Changelog: v3.2.9...v3.3.0-rc1

v3.2.9

02 Nov 05:48
4331215

Choose a tag to compare

圖片

v3.2.9

This version is another optimization version that introduce a few more patch and feature optimizations.

Note: We are planning to change the release model to follow more closely to what the Linux kernel does - with RC versions (Release Candidates) and stable releases instead of version & version.revX. If you are using some sort of automated tools for updating Zoraxy on your production environment, please be ready for the changes.

What's Changed

  • Update CHANGELOG.md by @Morethanevil in #853
  • Add PKCE support with S256 challenge method for OAuth2 (fixes #852) by @kjagosz in #860
  • Update lego to v4.27.0 by @zen8841 in #869
  • Update lego to v4.28.0 by @zen8841 in #871
  • Typo in plugins.html by @mlbarrow in #873
  • Moved log rotation options to webmin panel
  • Supported opening tar.gz in the new log viewer
  • Added disable logging function to HTTP proxy rule for high traffic sites
  • V3.2.9 by @tobychui in #870

New Contributors

Full Changelog: v3.2.8...v3.2.9

v3.2.8

16 Oct 14:21

Choose a tag to compare

圖片

v3.2.8

This version fixed a few bugs and introduce the user select-able inbound min TLS version. This version also updated a few design in the TLS / SSL tab, getting prepared for the up coming big update in the TLS management flow in Zoraxy.

What's Changed

Full Changelog: v3.2.7...v3.2.8

v3.2.7

09 Oct 12:50

Choose a tag to compare

[Warning] v3.2.7 has a bug about wildcard certificate issue and renew: Fix in v3.2.8
This is basically a stable version of v3.2.6 with a bit optimization and bug fixes.

What's Changed

New Contributors

Full Changelog: v3.2.6...v3.2.7

v3.2.6

16 Sep 13:16
d5a9800

Choose a tag to compare

v3.2.6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.2.5r2...v3.2.6

v3.2.5r2

21 Jul 12:52

Choose a tag to compare

v3.2.5r2

This is a quick patched version of the v3.2.5 with a bug in TLS option for new HTTP proxy rules.

If you have already using v3.2.5, the http proxy rule with missing TlsOption setting will automatically populated to default TLS options and you should be able to start and edit the rule after Zoraxy is upgraded and service restarted.

Change Log

v3.2.5

20 Jul 07:28
223ae9e

Choose a tag to compare

圖片

v3.2.5

This version added a new feature that allow user customize their choice of TLS / SSL certificate and disable SNI function, as well as added proxy protocol v1 support to stream proxy.

Change Log

  • Added new API endpoint /api/proxy/setTlsConfig (for HTTP Proxy Editor TLS tab)
  • Refactored TLS certificate management APIs with new handlers
  • Removed redundant functions from src/cert.go and delegated to tlsCertManager
  • Code optimization in tlscert module
  • Introduced a new constant CONF_FOLDER and updated configuration storage paths (phasing out hard coded paths)
  • Updated functions to set default TLS options when missing, default to SNI

By @jemmy1794

  • Added Proxy Protocol v1 support in stream proxy
  • Fixed Proxy UI bug