<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src, branch arti-v2.2.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-30T19:47:13Z</updated>
<entry>
<title>Update release date</title>
<updated>2026-03-30T19:47:13Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-03-30T19:47:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=16e796d2fdc91eb494130ae5a05033e5d4f820af'/>
<id>urn:sha1:16e796d2fdc91eb494130ae5a05033e5d4f820af</id>
<content type='text'>
As per the release checklist.
</content>
</entry>
<entry>
<title>arti-client: Port to web-time-compat.</title>
<updated>2026-03-26T19:20:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-26T15:58:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d97b1021f89ab3131311337ef5c24dc8bb30a6a5'/>
<id>urn:sha1:d97b1021f89ab3131311337ef5c24dc8bb30a6a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Stub out usage of FsStateMgr on wasm32-unknown.</title>
<updated>2026-03-25T22:52:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-25T16:42:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c15cf0d39e5963129f81533f4426fea2ceaf7212'/>
<id>urn:sha1:c15cf0d39e5963129f81533f4426fea2ceaf7212</id>
<content type='text'>
The replacement (TestingStateMgr) is not correct, but it will
compile until we have a supported state manager.

(This made cargo-sort have me move a section around. Not sure why it
cares.)
</content>
</entry>
<entry>
<title>Fix word duplicate typos</title>
<updated>2026-03-15T20:18:56Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2026-03-15T20:05:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2173207d8b909d1afdc55adda13faac13cdded0f'/>
<id>urn:sha1:2173207d8b909d1afdc55adda13faac13cdded0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the release date for today's release</title>
<updated>2026-03-03T10:11:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-03T10:11:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f843832c5a5aba3a56c77f2179713c7fcb270b2a'/>
<id>urn:sha1:f843832c5a5aba3a56c77f2179713c7fcb270b2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update release date in preparation for today's release</title>
<updated>2026-03-02T17:51:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:51:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c9d24d9f7a63cd7401d141940fcf90bc3aad7fc'/>
<id>urn:sha1:4c9d24d9f7a63cd7401d141940fcf90bc3aad7fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Convert config to derive_deftly(TorConfig).</title>
<updated>2026-02-24T13:05:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-17T16:38:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e95af07655d9c1a4e82ada7f07c370923073577'/>
<id>urn:sha1:7e95af07655d9c1a4e82ada7f07c370923073577</id>
<content type='text'>
(There are a few places where we still do things in nonstandard
places to avoid API breakage.)
</content>
</entry>
<entry>
<title>Merge branch 'ticket_2338' into 'main'</title>
<updated>2026-02-19T17:28:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-19T17:28:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=61485a6893bf43deab6b2404a7d4e8ea0c722466'/>
<id>urn:sha1:61485a6893bf43deab6b2404a7d4e8ea0c722466</id>
<content type='text'>
Use ErrorSources where appropriate to walk an error stack.

Closes #2338

See merge request tpo/core/arti!3685</content>
</entry>
<entry>
<title>arti-client: Use ErrorSources to find best hint for an error.</title>
<updated>2026-02-16T15:37:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-16T15:37:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e10c43bec734c77c268aa20d63b3953c4afb30d8'/>
<id>urn:sha1:e10c43bec734c77c268aa20d63b3953c4afb30d8</id>
<content type='text'>
Previously, due to #2338, we would miss any error nested directly
inside an io::Error.
</content>
</entry>
<entry>
<title>Allow clippy::collapsible_if to trigger</title>
<updated>2026-02-16T15:22:24Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-02-09T11:49:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ade1d59e8e44c93b6ee447b72a2948a9652ec44e'/>
<id>urn:sha1:ade1d59e8e44c93b6ee447b72a2948a9652ec44e</id>
<content type='text'>
`clippy::collapsible_if` started triggering after bumping the MSRV to
1.88.

Since this triggers from a lot of places, and since there even are a
couple of instances where we explicitly allow `clippy::collapsible_ifs`,
I've opened #2342 for deciding what to do about it.
</content>
</entry>
</feed>
