Arti 2.2.0 released: Relay and RPC development.
嗯,用户让我帮忙总结一下这篇文章的内容,控制在一百个字以内,而且不需要用“文章内容总结”或者“这篇文章”这样的开头。直接写文章描述即可。首先,我需要仔细阅读文章,理解其主要内容。 文章是关于一个叫做Arti的项目,这是一个用Rust语言实现的下一代Tor的项目。他们发布了2.2.0版本,增加了对HTTP CONNECT的支持,取代了之前的SOCKS协议。这个功能之前是实验性的,现在正式加入到完整构建中,并且默认启用。另外,RPC客户端库现在支持非阻塞请求,并且可以与应用事件循环集成。RPC系统还增加了超级用户访问功能。修复了一个低严重性的安全问题TROVE-2026-005,提升了某些嵌入式构建配置下的DoS抵抗力。他们还在幕后开发中继支持和目录服务器功能,并进行了很多bug修复、清理工作以及测试和CI改进。 接下来,我需要将这些信息浓缩到100字以内。要抓住主要点:Arti 2.2.0发布、HTTP CONNECT支持、RPC改进、安全修复、中继和目录服务器开发以及bug修复和测试改进。 然后组织语言,确保简洁明了。比如:“Arti 2.2.0发布,新增HTTP CONNECT支持替代SOCKS协议,默认启用;RPC客户端支持非阻塞请求及事件循环集成;新增超级用户访问功能;修复低危安全漏洞;优化中继与目录服务器功能;包含大量bug修复与测试改进。” 这样应该符合用户的要求了。 </think> Arti 2.2.0发布,新增HTTP CONNECT支持替代SOCKS协议,默认启用;RPC客户端支持非阻塞请求及事件循环集成;新增超级用户访问功能;修复低危安全漏洞;优化中继与目录服务器功能;包含大量bug修复与测试改进。 2026-3-31 00:0:0 Author: blog.torproject.org(查看原文) 阅读量:0 收藏

Arti is our ongoing project to create a next-generation Tor implementation in Rust. We're happy to announce the latest release, Arti 2.2.0.

This release adds support for using HTTP CONNECT rather than SOCKS, when connecting to the Tor network via Arti. This previously-experimental feature is now included a full build, and will then be enabled by default. The HTTP CONNECT protocol is available over the same port as SOCKS.

The RPC client library (arti-rpc-client-core) now supports non-blocking requests, and integration with application event loops. And the RPC system now supports administrative access to the Arti instance, via a new "superuser" facility.

We also fixed a low-severity security issue, TROVE-2026-005, which would somewhat weaken DoS resistance in in certain unusual embedded build configurations.

Behind the scenes we have been working on relay support, including relay channels and circuits, and directory server functionality (mirrors and authorities). As ever there are also lots of bugfixes, cleanups, and test and CI improvements.

For full details on what we've done, including API changes, and for information about many more minor and less-visible changes, please see the CHANGELOG.

For more information on using Arti, see our top-level README, and the documentation for the arti binary.

Thanks to everybody who's contributed to this release, including hjrgrn, HydroxideUnlaced, Nihal, and Tobias Stoeckmann.

Also, our deep thanks to our sponsors for funding the development of Arti!


文章来源: https://blog.torproject.org/arti_2_2_0_released/
如有侵权请联系:admin#unsafe.sh