app/v2.9.3
nautechsystems/nautilus_traderapp/v2.9.3Jun 27, 2026by github-actions[bot]
AI Summary
This release adds UPnP/NAT-PMP port mapping support for Hysteria Realms and introduces an `ipMode` option to restrict connections to IPv4 or IPv6 only. It also updates the QUIC library and fixes several issues related to parsing, authentication, proxying, and DNS resolution.
Key Highlights
- UPnP/NAT-PMP support for easier NAT traversal in Hysteria Realms
- New `ipMode` option to restrict connections to IPv4 or IPv6
- Updated quic-go to v0.60.0
- Fixed HTTP proxy Basic authentication handling
- Fixed HTTPS proxy TLS SNI usage and data race issues
New Features
- UPnP/NAT-PMP port mapping support for Hysteria Realms
- Hysteria Realms `ipMode` option for IPv4/IPv6 restriction
Full Release Notes
- Added [Hysteria Realms](https://hysteria.network/docs/advanced/Realms/) UPnP/NAT-PMP port mapping support for easier NAT traversal - Added a Hysteria Realms `ipMode` option to restrict connections to IPv4 or IPv6 only - Updated quic-go to v0.60.0 - Fixed `+` in the authentication credentials being corrupted to a space when parsing `hysteria2://` sharing links - Fixed the HTTP proxy rejecting valid Basic authentication credentials - Fixed the HTTPS proxy outbound using `host:port` instead of the hostname as the TLS SNI - Fixed a data race in the client's HTTP/SOCKS5 listener multiplexer - Fixed nftables redirect failure when the server binds to a specific IPv6 address - DNS resolver now limits CNAME chain length to prevent unbounded recursion --- - 为 [Hysteria Realms](https://hysteria.network/zh/docs/advanced/Realms/) 新增 UPnP/NAT-PMP 支持以加强 NAT 穿透能力 - 为 Hysteria Realms 新增 `ipMode` 选项,可将连接限制为仅使用 IPv4 或 IPv6 - quic-go 更新至 v0.60.0 - 修复了解析 `hysteria2://` 分享链接时密码中的 `+` 被错误转换为空格的问题 - 修复了 HTTP 代理拒绝有效 Basic 验证凭据的问题 - 修复了 HTTPS 代理出站将 `host:port` 而非主机名用作 TLS SNI 的问题 - 修复了客户端 HTTP/SOCKS5 监听多路复用器中的线程安全问题 - 修复了服务端绑定指定 IPv6 地址时 nftables 重定向失效的问题 - DNS 解析器增加 CNAME 链长度限制,防止无限递归