Skip to content

Releases: povsister/v2ray-core

v5.22.0-mod

28 Oct 03:17
Compare
Choose a tag to compare

No feature changes, just follow updates from upstream.

Please refer upstream releases notes to get a list of feature updates.

Full Changelog: v5.16.1-mod-4...v5.22.0-mod

v5.16.1-mod-4

23 Aug 10:18
Compare
Choose a tag to compare

⚠️ This release contains a breaking change to http-healthcheck inbound.

  1. Now, http-healthcheck inbound will always return HTTP Code 200, regardless Path.
    For example:
    Before this release, only http://v2ray:54321/health returns 200, all other paths always return 404.
    After this release, http request to http://v2ray:54321 always return 200, no matter what path is used.
  2. Add detailed configuration examples for ROSv7 OSPF and Netwatch settings.

Full Changelog: v5.16.1-mod-3...v5.16.1-mod-4

v5.16.1-mod-3

15 Aug 07:55
Compare
Choose a tag to compare

This release including bugfix and new features !

Bugfix

  • Fixes fallbackTag not working on leastping balancer. This is also a upstream bug. See #3100

New features

  • V2Ray stats API now exports outbound traffics with src address. This is very useful for monitoring data consumption while deploying V2Ray as a router gateway. See preview here
    For example: outbound>>>hk-proxy>>>traffic>>>uplink -> outbound>>>hk-proxy>>>traffic>>>uplink>>>src>>>{srcAddress}.
    To use those new metrics in Prometheus + Grafana, try this v2ray-exporter

Full Changelog: v5.16.1-mod-2...v5.16.1-mod-3

v5.16.1-mod-2

02 Aug 10:59
Compare
Choose a tag to compare

In this release, balancer support is now added.
It massively reduces conn-tracking configuration in routing section.

Now you can add both balancerTags and outboundTags in DNSCircuit settings.
And, don't forget to configure balancers and multiObservatory on your own flavor.

Check the README file for configuration examples!

Full Changelog: v5.16.1-mod-fix...v5.16.1-mod-2

v5.16.1-mod-fix

18 Jul 08:33
Compare
Choose a tag to compare

This "fix" version does not add any new features.
There are 2 bugs fixed in this release.

  1. fix inactiveClean not working: Now you can specify inactiveClean seconds in configuration as designed.
  2. fix conntrack src rule not updating: This fix conn-tracking not working properly when more than 1 outbounds are used in routing section.

Full Changelog: v5.16.1...v5.16.1-mod-fix

v5.16.1-mod

07 May 13:54
Compare
Choose a tag to compare

initial release

Full Changelog: v5.16.0...v5.16.1-mod