changelog 3.9 KB

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