changelog 3.5 KB

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