changelog 1.0 KB

123456789101112131415161718192021222324252627
  1. v2ray-core (4.34.0-1) unstable; urgency=medium
  2. * TLS Session Resumption is now disabled by default (#569).
  3. See #557 for more information.
  4. * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566).
  5. If you are still using the unsecure stream ciphers, migrate to Shadowsocks AEAD (ChaCha20Poly1305 and AES-GCM) immediately.
  6. * We have added preliminary support for DNS over QUIC (#534).
  7. Currently only non-proxied lookup is supported.
  8. * No longer Release s390x, ppc64, ppc64le, and MIPS SoftFloat
  9. -- ymshenyu <ymshenyu@gmail.com> Mon, 04 Jan 2021 22:00:51 +0800
  10. v2ray-core (4.33.0-1) unstable; urgency=medium
  11. * Remove XTLS
  12. * Add support for Debian package
  13. * API: Reflection Service Support
  14. * Update to IETF QUIC draft-32 (draft-29 is still supported)
  15. * Use Go 1.15.5
  16. -- kslr <kslrwang@gmail.com> Mon, 04 Jan 2021 22:00:07 +0800
  17. v2ray-core (4.32.1-1) unstable; urgency=medium
  18. * Initial release
  19. -- ymshenyu <ymshenyu@gmail.com> Sun, 08 Nov 2020 08:59:07 +0800