changelog 4.4 KB

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