changelog 4.7 KB

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