changelog 1.4 KB

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