- The regular version now requires Android 7.0 or later. Use the legacy version for Android 6.0.
- Temporarily revert to the pre-Go 1.27 HTTP/2 behavior to fix XHTTP XMUX behavior (XTLS/Xray-core#6797).
- Third-party breaking change and "security fix" for V2Ray QUIC transport: The default ALPN is now "h3" rather than "h2" and "http/1.1" (this has been documented in Exclave wiki before). QUIC connection ID length now follows quic-go default rather than being an uncommon value. The ALPN breaking change does not apply to the built-in Shadowsocks v2ray-plugin.
- Replace the uTLS-based REALITY implementation with a Go-TLS-derived one and no longer mimic browsers by default. The uTLS-based REALITY implementation can still be used, but it is no longer the default.