tag:github.com,2008:https://github.com/apernet/hysteria/releasesRelease notes from hysteria2024-11-12T00:09:24Ztag:github.com,2008:Repository/257434373/app/v2.6.02024-11-12T00:23:51Zapp/v2.6.0<blockquote>
<p>This release contains important fixes and we strongly encourage everyone to upgrade.</p>
</blockquote>
<ul>
<li>Fixed a bug where the client would freeze on startup if the port hopping range contained 65535</li>
<li>Added a new <code>/dump/streams</code> endpoint to the traffic stats API for retrieving information on active QUIC streams</li>
<li>Updated quic-go to v0.48.1</li>
<li>The <code>version</code> subcommand now includes the toolchain & quic-go version information</li>
<li>Added a new <code>share</code> subcommand to the client for generating sharing links & QR codes</li>
<li>The server now validates the <code>masquerade.proxy.url</code> field to ensure it's a valid HTTP or HTTPS URL</li>
</ul>
<hr>
<blockquote>
<p>此版本包含重要修复,强烈建议更新</p>
</blockquote>
<ul>
<li>修复一个端口跳跃范围包含 65535 时客户端启动会卡死的 bug</li>
<li>流量统计 API 新增 <code>/dump/streams</code> 接口,用于获取当前所有 QUIC 流的信息</li>
<li>quic-go 更新到 v0.48.1</li>
<li><code>version</code> 子命令新增工具链和 quic-go 版本信息</li>
<li>客户端新增 <code>share</code> 子命令,用于生成分享链接和二维码</li>
<li>服务端现在会验证 <code>masquerade.proxy.url</code> 字段是否为有效的 HTTP 或 HTTPS URL</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/257434373/extras/v2.6.02024-11-09T01:31:35Zextras/v2.6.0: Merge pull request #1247 from apernet/wip-dumpstream<p>feat: add /dump/streams as a traffic stats API</p>tobyxddtag:github.com,2008:Repository/257434373/core/v2.6.02024-11-09T01:31:35Zcore/v2.6.0: Merge pull request #1247 from apernet/wip-dumpstream<p>feat: add /dump/streams as a traffic stats API</p>tobyxddtag:github.com,2008:Repository/257434373/app/v2.5.22024-10-06T05:02:29Zapp/v2.5.2<ul>
<li>By default, the server now terminates the TLS handshake if the SNI sent by a client does not match the certificate. A new <code>sniGuard</code> option has been added to the <code>tls</code> section to control this behavior</li>
<li>Fixed the issue where sniffing could not recognize fragmented QUIC packets</li>
<li>Updated quic-go to v0.47.0</li>
</ul>
<hr>
<ul>
<li>服务端现在默认会在客户端发送的 SNI 与证书不匹配时终止 TLS 握手,并在 <code>tls</code> 中新增了 <code>sniGuard</code> 选项用于控制此行为</li>
<li>修复了 sniff 无法嗅探分片后的 QUIC 包的问题</li>
<li>quic-go 更新到 v0.47.0</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/257434373/extras/v2.5.22024-10-05T05:33:56Zextras/v2.5.2: Merge pull request #1216 from apernet/bump-quic<p>feat: quic-go v0.47.0</p>tobyxddtag:github.com,2008:Repository/257434373/core/v2.5.22024-10-05T05:33:56Zcore/v2.5.2: Merge pull request #1216 from apernet/bump-quic<p>feat: quic-go v0.47.0</p>tobyxddtag:github.com,2008:Repository/257434373/extras/v2.5.12024-08-17T04:06:49Zextras/v2.5.1: Merge pull request #1184 from apernet/bump-quic<p>feat: quic-go v0.46.0</p>tobyxddtag:github.com,2008:Repository/257434373/core/v2.5.12024-08-17T04:06:49Zcore/v2.5.1: Merge pull request #1184 from apernet/bump-quic<p>feat: quic-go v0.46.0</p>tobyxddtag:github.com,2008:Repository/257434373/app/v2.5.12024-08-17T04:26:27Zapp/v2.5.1<ul>
<li>Fixed a bug in HTTP sniffing that caused all connections to non-standard ports (non-80) to fail</li>
<li>Fixed a bug in the client where the authentication password was not escaped when parsing sharing links</li>
<li>Updated quic-go to v0.46.0</li>
</ul>
<hr>
<ul>
<li>修复了 HTTP 嗅探中一个导致所有非标准端口 (非 80) 连接会发生错误的问题</li>
<li>修复了客户端解析分享链接时未对认证密码部分进行转义的问题</li>
<li>quic-go 更新到 v0.46.0</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/257434373/extras/v2.5.02024-07-01T04:16:23Zextras/v2.5.0: Merge pull request #1134 from apernet/wip-sniff<p>feat: server-side sniffing for HTTP/TLS/QUIC</p>tobyxdd