Arti 1.7.0 released: Onion service restricted discovery, experimental HTTP proxy, relay development, and more.
嗯,用户让我帮忙总结一下这篇文章的内容,控制在一百个字以内,而且不需要用“文章内容总结”或者“这篇文章”这样的开头,直接写描述就行。好的,我先仔细读一下文章。 文章主要讲的是Arti项目的最新发布版本1.7.0。Arti是一个用Rust语言开发的下一代Tor实现。这次发布有几个重点:稳定了洋葱服务受限发现功能,也就是之前所说的“客户端授权”,需要在构建时启用相关特性,并进行适当配置。另外,Arti现在还支持实验性的HTTP CONNECT代理,当启用了http-connect特性时,SOCKS监听器也会接受HTTP CONNECT隧道请求,并支持Tor提案365中的扩展。 除此之外,这次发布还继续了后台功能的开发,特别是与中继和目录权威相关的功能,包括路由架构、协议实现(电路和通道)、网络文档的解析和生成、目录缓存支持以及中继主循环/前端代码。同时,Arti的MSRV(最低支持的Rust版本)提升到了1.86.0。 最后,文章感谢了所有贡献者和赞助商。 好的,现在我需要把这些信息浓缩到100字以内。首先突出版本号和主要更新点:稳定受限发现功能、新增HTTP代理支持、提升MSRV以及后台功能开发。然后简要提及感谢部分。 可能的结构是:Arti 1.7.0发布,稳定洋葱服务受限发现功能,新增实验性HTTP代理支持,并提升MSRV至1.86.0。同时继续后台功能开发,包括路由架构、协议实现等。 检查一下字数是否合适。确保不超过一百字,并且信息准确全面。 </think> Arti 1.7.0发布,新增洋葱服务受限发现功能及实验性HTTP代理支持,并提升最低Rust版本至1.86.0。 2025-11-3 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 1.7.0.

Arti 1.7.0 stabilizes the onion service restricted discovery feature, previously known as "client authorization". This requires Arti to be built with the restricted-discovery feature enabled, and for the appropriate configuration options to be enabled and configured for the onion service.

In addition to Arti's existing SOCKS proxy, Arti now has experimental support for running an HTTP CONNECT proxy. When built with the experimental http-connect feature enabled, Arti's SOCKS listeners will also accept HTTP CONNECT tunnel requests, with support for Tor extensions as amended by proposal 365.

This release of Arti continues behind-the-scenes development of functionality required to support relays and directory authorities. This development has focused on the routing architecture and protocol implementation (circuits and channels), parsing and generating Tor network documents, directory cache support, and the relay main-loop/front-end code.

Arti 1.7.0 increases our MSRV (Minimum Supported Rust Version) to 1.86.0, in accordance with our MSRV policy.

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 5225225, hashcatHitman, hjrgrn, Neel Chauhan, and Niel Duysters.

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


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