| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- v2ray-core (4.38.3-1) unstable; urgency=medium
- * FakeDNS: add fakedns+others sniffer
- * FakeDNS: support dual stack IP pool by default
- * Observatory: A component that measures the connectivity of selected outbounds
- * Multi-JSON support for Observatory & BrowserForwarder
- * Routing: add leastPing balancing strategy
- * Fix: FakeDNS crash
- * Fix: FakeDNS return ErrEmptyResponse when no FakeIP found
- * Fix: UDP DNS connection crash
- * More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.38.3
- -- V2Fly <dev@v2fly.org> Wed, 5 May 2021 10:00:00 +0800
- v2ray-core (4.37.3-1) unstable; urgency=medium
- * DNS: hosts support multiple addresses (#884 #886 #888)
- * Fix: cannot load geoip & geosite (#889)
- * Chore: use Go v1.16 to build Debian package (#890)
- -- V2Fly <dev@v2fly.org> Mon, 12 Apr 2021 23:05:51 +0800
- v2ray-core (4.37.2-1) unstable; urgency=medium
- * Websocket: support browser forwarder (#818)
- * Websocket: support Websocket 0-RTT early data (#818)
- * Shadowsocks: add replay protection for Shadowsocks proxy (#777)
- * DNS: add queryStrategy option for DNS (#794)
- * DNS: add disableFallback & skipFallback option for DNS client (#864)
- * GeoIP: add inversed GeoIP matching (#860)
- -- V2Fly <dev@v2fly.org> Sun, 11 Apr 2021 22:00:51 +0800
- v2ray-core (4.34.0-1) unstable; urgency=medium
- * TLS Session Resumption is now disabled by default (#569).
- See #557 for more information.
- * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566).
- If you are still using the unsecure stream ciphers, migrate to Shadowsocks AEAD (ChaCha20Poly1305 and AES-GCM) immediately.
- * We have added preliminary support for DNS over QUIC (#534).
- Currently only non-proxied lookup is supported.
- * No longer Release s390x, ppc64, ppc64le, and MIPS SoftFloat
- -- ymshenyu <ymshenyu@gmail.com> Mon, 04 Jan 2021 22:00:51 +0800
- v2ray-core (4.33.0-1) unstable; urgency=medium
- * Remove XTLS
- * Add support for Debian package
- * API: Reflection Service Support
- * Update to IETF QUIC draft-32 (draft-29 is still supported)
- * Use Go 1.15.5
- -- kslr <kslrwang@gmail.com> Mon, 04 Jan 2021 22:00:07 +0800
- v2ray-core (4.32.1-1) unstable; urgency=medium
- * Initial release
- -- ymshenyu <ymshenyu@gmail.com> Sun, 08 Nov 2020 08:59:07 +0800
|