Skip to content

Releases: v2fly/v2ray-core

v4.41.1

30 Jul 13:50
e0a73e5
Compare
Choose a tag to compare

Features

  • VMess: Added 2 VMess experiments
    • AuthenticatedLength : Make the length of each payload segment no longer malleable. This experiment requires the server and client use the same version of v2ray-core. More breaking updates on this experiment is expected.
    • NoTerminationSignal : Do not send connection single duplex termination signal for TCP connection when transferred over VMess. This will break some application.
    • #940 Thanks @RPRX
  • Hardening Draining connection at client side when receiving invalid data.
  • Observatory Support custom probe interval and probe URL. Thanks @nekohasekai .

Fixes

  • Fixed connection stability issue when in h2, grpc transport. #1059 #1058 #1056 Thanks @IRN-Kawakaze @architecturers @lijinglin3
  • Further fixed connection stability issue when in h2, grpc transport.

Notices

  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.

v4.41.0

22 Jun 13:14
841469b
Compare
Choose a tag to compare
v4.41.0 Pre-release
Pre-release

Features

  • VMess: Added 2 VMess experiments
    • AuthenticatedLength : Make the length of each payload segment no longer malleable. This experiment requires the server and client use the same version of v2ray-core. More breaking updates on this experiment is expected.
    • NoTerminationSignal : Do not send connection single duplex termination signal for TCP connection when transferred over VMess. This will break some application.
    • #940 Thanks @RPRX
  • Hardening Draining connection at client side when receiving invalid data.

Fixes

Notices

  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.

v4.40.1

22 Jun 09:13
d7e1d00
Compare
Choose a tag to compare

Features

  • DNS: support DNS over TCP.
    • docs: DNS
    • #983 Thanks @AkinoKaede
    • Currently DNS over TCP is yet to be optimized for performance, and is recommended for compatibility purpose only.

Fixes

  • Fix: new cert issuing is incorrectly delayed. #998 Thanks @bhoppi

Chores

  • Use Go v1.16.5
  • Update dependencies

Notices

  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.

v4.40.0

04 Jun 19:42
4d768b5
Compare
Choose a tag to compare
v4.40.0 Pre-release
Pre-release

Features

  • DNS: support DNS over TCP.
    • docs: DNS
    • #983 Thanks @AkinoKaede
    • Currently DNS over TCP is yet to be optimized for performance, and is recommended for compatibility purpose only.

Fixes

  • Fix: new cert issuing is incorrectly delayed. #998 Thanks @bhoppi

Chores

  • Update dependencies

Notices

  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.

v4.39.2

25 May 18:42
fbccd47
Compare
Choose a tag to compare

Features

Fixes

Chores

  • Use Go v1.16.4
  • Update dependencies

Notices

  • Some unintentionally published APIs have been removed. 620d8f1
  • API introduced in #966 is unsupported, and will be removed once a permanent solution is available.
  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.

v4.39.1

09 May 19:42
4e53f0b
Compare
Choose a tag to compare
v4.39.1 Pre-release
Pre-release

Features

Fixes

Chores

  • Use Go v1.16.3
  • Update dependencies

Notices

  • Some unintentionally published APIs have been removed. 620d8f1
  • API introduced in #966 is unsupported, and will be removed once a permanent solution is available.
  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.

v4.39.0

06 May 13:29
7506395
Compare
Choose a tag to compare
v4.39.0 Pre-release
Pre-release

Features

Fixes

Chores

  • Use Go v1.16.3
  • Update dependencies

Notices

  • Some unintentionally published APIs have been removed. 620d8f1
  • API introduced in #966 is unsupported, and will be removed once a permanent solution is available.
  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.

v4.38.3

30 Apr 20:04
ffc8887
Compare
Choose a tag to compare

Feature

  • FakeDNS: Added fakedns+others sniffer , based on #697 . Thanks @yuhan6665 .
  • TLS: A SECURITY improvement that allow the remote peer's TLS certificate to be pinned to a known value. Document for TLS is updated.
  • Observatory: A component that measure the connectivity of selected outbounds. The document for Observatory is updated.
  • Routing : leastPing balancing strategy is added. This strategy will select a outbound that is alive and completed HTTPS GET request in the least time. The document for Routing is updated.

Fixs

Chore

  • Fixed two typo in comments. Thanks @U-v-U

Security Advisory

  • TLS connections with dangerous diagnose option allowInsecure turn on and without certificate pin with pinnedPeerCertificateChainSha256 will not be able protect your data at all from a attacker in privileged network path(for example ISP or any firewall or censorship infrastructure). This is especially dangerous when an unprotected protocol or option is used, such as any VLess configuration, VMess with none or zero security, and any trojan configuration, in which case your data is accessible to attacker in plain text and attacker can inject arbitrary data pretending to the the remote server. In the case of VLess and trojan, the proxy protocol access control credential is also exposed to the attacker, the attacker will be able to use your proxy. You are advised to use certificate pin (and/or other security features provided in a later version of V2Ray) whenever allowInsecure is turned on. Attempting to MITM your connection temporarily to identify TLS based proxy is a known threat.

Notices

  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.

v4.38.2

29 Apr 16:31
86a3ee2
Compare
Choose a tag to compare
v4.38.2 Pre-release
Pre-release

Feature

  • FakeDNS: Added fakedns+others sniffer , based on #697 . Thanks @yuhan6665 .
  • TLS: A SECURITY improvement that allow the remote peer's TLS certificate to be pinned to a known value. Document for TLS is updated.
  • Observatory: A component that measure the connectivity of selected outbounds. The document for Observatory is updated.
  • Routing : leastPing balancing strategy is added. This strategy will select a outbound that is alive and completed HTTPS GET request in the least time. The document for Routing is updated.

Fixs

Chore

  • Fixed two typo in comments. Thanks @U-v-U

Security Advisory

  • TLS connections with dangerous diagnose option allowInsecure turn on and without certificate pin with pinnedPeerCertificateChainSha256 will not be able protect your data at all from a attacker in privileged network path(for example ISP or any firewall or censorship infrastructure). This is especially dangerous when an unprotected protocol or option is used, such as any VLess configuration, VMess with none or zero security, and any trojan configuration, in which case your data is accessible to attacker in plain text and attacker can inject arbitrary data pretending to the the remote server. In the case of VLess and trojan, the proxy protocol access control credential is also exposed to the attacker, the attacker will be able to use your proxy. You are advised to use certificate pin (and/or other security features provided in a later version of V2Ray) whenever allowInsecure is turned on. Attempting to MITM your connection temporarily to identify TLS based proxy is a known threat.

Notices

  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.

v4.38.1

26 Apr 12:54
582e903
Compare
Choose a tag to compare
v4.38.1 Pre-release
Pre-release

Feature

  • FakeDNS: Added fakedns+others sniffer , based on #697 . Thanks @yuhan6665 .
  • TLS: A SECURITY improvement that allow the remote peer's TLS certificate to be pinned to a known value. Document for TLS is updated.
  • Observatory: A component that measure the connectivity of selected outbounds. The document for Observatory is updated.
  • Routing : leastPing balancing strategy is added. This strategy will select a outbound that is alive and completed HTTPS GET request in the least time. The document for Routing is updated.

Fixs

Chore

  • Fixed two typo in comments. Thanks @U-v-U

Security Advisory

  • TLS connections with dangerous diagnose option allowInsecure turn on and without certificate pin with pinnedPeerCertificateChainSha256 will not be able protect your data at all from a attacker in privileged network path(for example ISP or any firewall or censorship infrastructure). This is especially dangerous when an unprotected protocol or option is used, such as any VLess configuration, VMess with none or zero security, and any trojan configuration, in which case your data is accessible to attacker in plain text and attacker can inject arbitrary data pretending to the the remote server. In the case of VLess and trojan, the proxy protocol access control credential is also exposed to the attacker, the attacker will be able to use your proxy. You are advised to use certificate pin (and/or other security features provided in a later version of V2Ray) whenever allowInsecure is turned on. Attempting to MITM your connection temporarily to identify TLS based proxy is a known threat.

Notices

  • VMess: From Jan 1, 2022, compatibility for legacy VMess MD5 will be disabled by default. Visit here for more information.
  • You are able to compile exactly the same binaries as the ones in Assets section below by simply following the compiling guide.

For downstream developers

The Go module name of v2ray-core has been changed to github.com/v2fly/v2ray-core/v4. Do NOT use v2ray.com/core anymore.