changelog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. v2ray-core (4.37.3-1) unstable; urgency=medium
  2. * DNS: hosts support multiple addresses (#884 #886 #888)
  3. * Fix: cannot load geoip & geosite (#889)
  4. * Chore: use Go v1.16 to build Debian package (#890)
  5. -- V2Fly <dev@v2fly.org> Mon, 12 Apr 2021 23:05:51 +0800
  6. v2ray-core (4.37.2-1) unstable; urgency=medium
  7. * Websocket: support browser forwarder (#818)
  8. * Websocket: support Websocket 0-RTT early data (#818)
  9. * Shadowsocks: add replay protection for Shadowsocks proxy (#777)
  10. * DNS: add queryStrategy option for DNS (#794)
  11. * DNS: add disableFallback & skipFallback option for DNS client (#864)
  12. * GeoIP: add inversed GeoIP matching (#860)
  13. -- V2Fly <dev@v2fly.org> Sun, 11 Apr 2021 22:00:51 +0800
  14. v2ray-core (4.34.0-1) unstable; urgency=medium
  15. * TLS Session Resumption is now disabled by default (#569).
  16. See #557 for more information.
  17. * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566).
  18. If you are still using the unsecure stream ciphers, migrate to Shadowsocks AEAD (ChaCha20Poly1305 and AES-GCM) immediately.
  19. * We have added preliminary support for DNS over QUIC (#534).
  20. Currently only non-proxied lookup is supported.
  21. * No longer Release s390x, ppc64, ppc64le, and MIPS SoftFloat
  22. -- ymshenyu <ymshenyu@gmail.com> Mon, 04 Jan 2021 22:00:51 +0800
  23. v2ray-core (4.33.0-1) unstable; urgency=medium
  24. * Remove XTLS
  25. * Add support for Debian package
  26. * API: Reflection Service Support
  27. * Update to IETF QUIC draft-32 (draft-29 is still supported)
  28. * Use Go 1.15.5
  29. -- kslr <kslrwang@gmail.com> Mon, 04 Jan 2021 22:00:07 +0800
  30. v2ray-core (4.32.1-1) unstable; urgency=medium
  31. * Initial release
  32. -- ymshenyu <ymshenyu@gmail.com> Sun, 08 Nov 2020 08:59:07 +0800