github.com/v2fly/v2ray-core/v4@v4.45.2/release/debian/changelog (about)

     1  v2ray-core (4.44.0-1) unstable; urgency=medium
     2  
     3    * Fix DoS attack vulnerability in CommandSwitchAccountFactory
     4    * Fix: apply timeout to DNS outbound
     5    * More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.44.0
     6  
     7   -- V2Fly <dev@v2fly.org>  Mon, 6 Dec 2021 21:30:00 +0800
     8  
     9  v2ray-core (4.42.2-2) unstable; urgency=medium
    10  
    11    * Support Windows ARM64
    12    * TLS: support client certificate authentication
    13    * GeoIP asset: add trimmed GeoIP file `geoip-only-cn-private.dat` to zip package for ROM/RAM insufficient devices
    14    * Socks: support 4/4a version of the socks protocol
    15    * DNS: add option `disableFallbackIfMatch` for DNS
    16    * More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.42.2
    17  
    18   -- V2Fly <dev@v2fly.org>  Mon, 20 Sep 2021 11:00:00 +0800
    19  
    20  v2ray-core (4.41.1-1) unstable; urgency=medium
    21  
    22    * VMess: added two VMess experiments: AuthenticatedLength & NoTerminationSignal
    23    * Draining connection at client side when receiving invalid data
    24    * Observatory: support custom probe interval and probe URL
    25    * Fix: connection stability issue in HTTP/2 & gRPC transport
    26    * More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.41.1
    27  
    28   -- V2Fly <dev@v2fly.org>  Wed, 18 Aug 2021 10:00:00 +0800
    29  
    30  v2ray-core (4.40.1-1) unstable; urgency=medium
    31  
    32    * DNS: support DNS over TCP
    33    * Fix: new certification issuing incorrectly delayed
    34    * More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.40.1
    35  
    36   -- V2Fly <dev@v2fly.org>  Tue, 22 Jun 2021 22:00:00 +0800
    37  
    38  v2ray-core (4.39.2-1) unstable; urgency=medium
    39  
    40    * Websocket: support header based Websocket early data & its partial browser forwarder support
    41    * GeoData: add a memory efficient geodata decoder called `memconservative` for memory-limited devices
    42    * HTTP/2 Transport: support to set method and headers for outgoing connections
    43    * TCP Socket Option: support to set keepalive interval on Linux operating system
    44    * Fixed BrowserForwarder panics with empty config
    45    * Fixed FakeDNS prints error with empty config
    46    * Fixed dual stack FakeDNS Close method
    47    * Fixed Observatory starts with empty config & fails to close
    48    * Fixed null check on alternative system dialer
    49    * Fixed the chain proxy support for gRPC and HTTP/2 transport
    50    * Fixed leastping logic
    51    * Fixed v2ctl unable to create geodata loaders
    52    * More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.39.2
    53  
    54   -- V2Fly <dev@v2fly.org>  Wed, 26 May 2021 08:00:00 +0800
    55  
    56  v2ray-core (4.38.3-1) unstable; urgency=medium
    57  
    58    * FakeDNS: add fakedns+others sniffer
    59    * FakeDNS: support dual stack IP pool by default
    60    * Observatory: A component that measures the connectivity of selected outbounds
    61    * Multi-JSON support for Observatory & BrowserForwarder
    62    * Routing: add leastPing balancing strategy
    63    * Fix: FakeDNS crash
    64    * Fix: FakeDNS return ErrEmptyResponse when no FakeIP found
    65    * Fix: UDP DNS connection crash
    66    * More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.38.3
    67  
    68   -- V2Fly <dev@v2fly.org>  Wed, 5 May 2021 10:00:00 +0800
    69  
    70  v2ray-core (4.37.3-1) unstable; urgency=medium
    71  
    72    * DNS: hosts support multiple addresses (#884 #886 #888)
    73    * Fix: cannot load geoip & geosite (#889)
    74    * Chore: use Go v1.16 to build Debian package (#890)
    75  
    76   -- V2Fly <dev@v2fly.org>  Mon, 12 Apr 2021 23:05:51 +0800
    77  
    78  v2ray-core (4.37.2-1) unstable; urgency=medium
    79  
    80    * Websocket: support browser forwarder (#818)
    81    * Websocket: support Websocket 0-RTT early data (#818)
    82    * Shadowsocks: add replay protection for Shadowsocks proxy (#777)
    83    * DNS: add queryStrategy option for DNS (#794)
    84    * DNS: add disableFallback & skipFallback option for DNS client (#864)
    85    * GeoIP: add inversed GeoIP matching (#860)
    86  
    87   -- V2Fly <dev@v2fly.org>  Sun, 11 Apr 2021 22:00:51 +0800
    88  
    89  v2ray-core (4.34.0-1) unstable; urgency=medium
    90  
    91    * TLS Session Resumption is now disabled by default (#569).
    92      See #557 for more information.
    93    * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566). 
    94      If you are still using the unsecure stream ciphers, migrate to Shadowsocks AEAD (ChaCha20Poly1305 and AES-GCM) immediately.
    95    * We have added preliminary support for DNS over QUIC (#534).
    96      Currently only non-proxied lookup is supported.
    97    * No longer Release s390x, ppc64, ppc64le, and MIPS SoftFloat
    98  
    99   -- ymshenyu <ymshenyu@gmail.com>  Mon, 04 Jan 2021 22:00:51 +0800
   100  
   101  v2ray-core (4.33.0-1) unstable; urgency=medium
   102  
   103    * Remove XTLS
   104    * Add support for Debian package
   105    * API: Reflection Service Support
   106    * Update to IETF QUIC draft-32 (draft-29 is still supported)
   107    * Use Go 1.15.5
   108  
   109   -- kslr <kslrwang@gmail.com>  Mon, 04 Jan 2021 22:00:07 +0800
   110  
   111  v2ray-core (4.32.1-1) unstable; urgency=medium
   112  
   113    * Initial release
   114  
   115   -- ymshenyu <ymshenyu@gmail.com>  Sun, 08 Nov 2020 08:59:07 +0800