github VEY-OSS/vey vey-proxy-v1.13.3

latest releases: vey-proxy-v1.14.1, vey-proxy-v1.14.0, vey-proxy-v1.13.10...
3 months ago

This is a new version of the v1.13 feature development branch.

What's Changed in v1.13.3

🚀 Features

  • New UDP Servers: Added udp_stream and udp_tproxy servers for general UDP proxying and transparent UDP proxying.
  • Authentication: Introduced the python-basic user group type to allow for simple username/password authentication verified by a custom Python script.

⚠️ Compatibility & Deprecations

  • MSRV: Bumped Minimum Supported Rust Version to 1.91.
  • Custom Headers: Renamed the custom HTTP headers from the X-BD-* namespace to the X-VEY-* namespace.
  • TLS Configuration: Renamed the native_tls_port server type to usual_tls_port.
  • Match Rules Refactoring:
    • Replaced child/child_match/child-domain configuration keys with suffix/suffix_match/suffix-domain across various matching rules (including domain/host ACL rules, user site configs, fact matching, inspection rules, and resolve redirection).
    • The suffix_match key in the route_upstream escaper now accurately matches by domain hierarchy rather than as a plain string.
  • SOCKS Proxy Configurations:
    • Deprecated udp_relay_yield_size (use udp_relay_yield_count instead).
    • Deprecated udp_relay_batch_size (use udp_relay_batch_count instead).

Don't miss a new vey release

NewReleases is sending notifications on new releases.