changelog 3.2 KB

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