v3.1.8
tobychui/zoraxyv3.1.8Feb 16, 2025by tobychui
AI Summary
This release fixes critical Docker SSH and load balancing bugs while exposing dpcore timeout values to the UI for easier configuration. It introduces active load balancing capabilities (when uptime monitoring is enabled) and allows users to configure maximum concurrent connections for upstream servers, alongside internal improvements to IO statistics handling.
Key Highlights
- Fixed Docker SSH, sticky session, and passive load balancer bugs
- Exposed dpcore timeout configuration values in the UI
- Added active load balancing support for monitored upstream rules
- Refactored IO statistics to remove wmic dependencies
- Added configurable maximum concurrent connections for upstream servers
New Features
- Exposed dpcore timeout values in the web UI
- Active load balancing when uptime monitor is enabled on a rule
- Configurable maximum concurrent connections for HTTP Proxy upstreams
- Refactored IO stats system without wmic dependencies
- Removed SMTP input validation restrictions
Full Release Notes
 ## v3.1.8 This releases fixes the docker ssh bug as well as a few minor improvements including exposing the dpcore timeout value to the UI. If you want to further increase the concurrent connection counts to your upstream server, you can also change such setting under HTTP Proxy Rule > Upstreams > Max Concurrent Connections. _Note: The bandwidth between your gateway and upstream servers are fixed. More concurrent connection doesn't directly translate to faster proxy speed. As this setting is really use-case dependent, you can keep it as default if you do not what value to use._ ### Change Log - Exposed timeout value from dpcore to UI - Added active load balancing (if uptime monitor is enabled on that rule) - Re-factorized io stats and remove dependencies over wmic (by @eyerrock ) - Removed SMTP input validation - Fixed sticky session bug - Fixed passive load balancer bug - Fixed dockerfile bug (by @PassiveLemon )