<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-relay, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-08-17T20:50:50Z</updated>
<entry>
<title>Stub out opentelemetry config when feature is disabled.</title>
<updated>2026-08-17T20:50:50Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-08-17T20:50:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df728f48647d5b4b70b3541d0df284f0a83483e4'/>
<id>urn:sha1:df728f48647d5b4b70b3541d0df284f0a83483e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix many review comments.</title>
<updated>2026-08-17T20:39:56Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-08-17T20:39:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96760875d9800fa3849cf3f455cdee3d06f955f3'/>
<id>urn:sha1:96760875d9800fa3849cf3f455cdee3d06f955f3</id>
<content type='text'>
Mostly relating to typos and dependencies.
</content>
</entry>
<entry>
<title>Fix clippy lints.</title>
<updated>2026-08-11T14:49:03Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-08-11T14:49:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4ee7101f432cf1e4b65537dbf813a3d257ee6789'/>
<id>urn:sha1:4ee7101f432cf1e4b65537dbf813a3d257ee6789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cargo-sort.</title>
<updated>2026-08-10T22:21:05Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-08-10T22:21:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=449dfdd1fd14a54544d8ca47cc47e6da6faca7a1'/>
<id>urn:sha1:449dfdd1fd14a54544d8ca47cc47e6da6faca7a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cyclic dependency issues.</title>
<updated>2026-08-10T20:34:41Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-08-10T16:42:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a60eb22ae8fd311a5bcb68cb1304e6bf16f794d9'/>
<id>urn:sha1:a60eb22ae8fd311a5bcb68cb1304e6bf16f794d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config-shared: Stop using Option&lt;Duration&gt;.</title>
<updated>2026-08-10T15:44:31Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-08-10T15:30:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=97eb9c822db2e0396c5369ae8050463b2aa94ac7'/>
<id>urn:sha1:97eb9c822db2e0396c5369ae8050463b2aa94ac7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new tor-conig-shared crate.</title>
<updated>2026-08-10T15:44:29Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-08-03T20:13:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7eebb40491b2ae959f6227a37754ce8a81957f99'/>
<id>urn:sha1:7eebb40491b2ae959f6227a37754ce8a81957f99</id>
<content type='text'>
This contains configuration types that are shared between arti and
arti-rely.
</content>
</entry>
<entry>
<title>Bump versions for tor-* and arti-* crates</title>
<updated>2026-08-03T19:31:55Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T19:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c8f2375bb0402467fd0e7bc8b2547055d2f75f4'/>
<id>urn:sha1:8c8f2375bb0402467fd0e7bc8b2547055d2f75f4</id>
<content type='text'>
```bash
readarray -t bump &lt; &lt;(maint/list-crates | grep -P '^tor-|^arti-')
for crate in "${bump[@]}"; do cargo set-version --bump minor -p "${crate}"; done
```
</content>
</entry>
<entry>
<title>maint: ran fixup-features</title>
<updated>2026-08-03T17:03:11Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T15:00:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=482ed436f0901fc3a91e6e2d63b40a107c0086ec'/>
<id>urn:sha1:482ed436f0901fc3a91e6e2d63b40a107c0086ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>relay: Keep desc publisher idle until encoding is implemented</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-28T14:52:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e813de2d37bcc9ac9bbfdcce373ee2001c56f28a'/>
<id>urn:sha1:e813de2d37bcc9ac9bbfdcce373ee2001c56f28a</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
</feed>
