changelog 4.9 KB

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