<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti, branch arti-v2.5.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.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-30T13:42:13Z</updated>
<entry>
<title>Version bumps for 2.5.0</title>
<updated>2026-06-30T13:42:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-30T13:42:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=245b03f5a48b4e58f8c84f072920160fc87be500'/>
<id>urn:sha1:245b03f5a48b4e58f8c84f072920160fc87be500</id>
<content type='text'>
Closes #2617.

We've lucked out this time, and it turns out that every one of our
published crates gets a minor bump.  So this was generated with:

```
for cr in $(./maint/list-crates); do
   cargo set-version -p $cr --bump minor
done
```
</content>
</entry>
<entry>
<title>arti: remove references to old `trace_filter` in comments</title>
<updated>2026-06-25T14:36:17Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-24T21:06:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4533e42101dc1b9d4c64ba21e444cba3dcfb4396'/>
<id>urn:sha1:4533e42101dc1b9d4c64ba21e444cba3dcfb4396</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: subcommands: keys: Fix compact output</title>
<updated>2026-06-22T09:36:34Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2026-06-22T09:36:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=31b4c0f0b82e69e061467fde06119db91527ed51'/>
<id>urn:sha1:31b4c0f0b82e69e061467fde06119db91527ed51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'keys-list-tests' into 'main'</title>
<updated>2026-06-18T14:13:05Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-18T14:13:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b00c74735df4719215467f1b96cd6ae73055465'/>
<id>urn:sha1:3b00c74735df4719215467f1b96cd6ae73055465</id>
<content type='text'>
arti: Rewrite hand-written tests using `trycmd`

See merge request tpo/core/arti!4126</content>
</entry>
<entry>
<title>Merge branch 'msrv-1.91' into 'main'</title>
<updated>2026-06-18T09:23:21Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-18T09:23:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=86ec7588cb4810769c4c2479361c872dd18324d7'/>
<id>urn:sha1:86ec7588cb4810769c4c2479361c872dd18324d7</id>
<content type='text'>
Bump MSRV to 1.91

See merge request tpo/core/arti!4105</content>
</entry>
<entry>
<title>Merge branch 'misc_string_slices_1' into 'main'</title>
<updated>2026-06-18T09:18:16Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-18T09:18:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=15cf78fea4f5d141c8bcaab3ba291e1fa882372f'/>
<id>urn:sha1:15cf78fea4f5d141c8bcaab3ba291e1fa882372f</id>
<content type='text'>
Fix string_slice exceptions outside of netdoc

See merge request tpo/core/arti!4092</content>
</entry>
<entry>
<title>arti: Gate the "arti keys" tests behind onion-service-service</title>
<updated>2026-06-17T22:35:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-17T22:30:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a75a1c5c70181f6ab40b177bfac07eb4eda764ae'/>
<id>urn:sha1:a75a1c5c70181f6ab40b177bfac07eb4eda764ae</id>
<content type='text'>
Now that these test more than just the help output, we need to gate them
behind the `onion-service-service` feature: the tests involve some C Tor
keystores, and require at least one onion service to be configured,
because onion services (and clients) are the only thing these keystores
are used for.
</content>
</entry>
<entry>
<title>arti: Remove no longer used test helper</title>
<updated>2026-06-17T22:09:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-17T18:07:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1436f750ab25b98c966c31bcf1d3ccf0f777bc9e'/>
<id>urn:sha1:1436f750ab25b98c966c31bcf1d3ccf0f777bc9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Remove now-obsolete keys test module</title>
<updated>2026-06-17T22:02:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-17T17:52:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3a40f26006134074c1fb88bc0f97d3d6b85c4782'/>
<id>urn:sha1:3a40f26006134074c1fb88bc0f97d3d6b85c4782</id>
<content type='text'>
We now have `trycmd` tests that cover most cases, so I am removing this
module. The reason this was introduced in the first place is in the
module level docs

```rust
//! The `assert_cmd` crate is used here instead of the preferred `trycmd` (see
//! [`README`](../README.md)) because the output of `keys list` is not deterministic across
//! different machines. The design choices of some components are workarounds for this limitation.
```

But this is no longer an issue now that the `keys list` output is
sorted.

Ideally, all tests would be written this way (we have a few more modules
in `cli_tests` that we should probably port to `trycmd` sometime).

Note: some of the tests I'm removing here don't have a `trycmd`
counterpart in `arti/tests/testcases/keys`. In my opinion, this is
perfectly fine, because the old tests were unnecessarily testing all the
possible configurations involving 1-2 keystores (one arti, and one C
Tor): it is not the responsibility of the CLI tests to cover all these
permutations (they should be tested in `tor-keymgr`).
</content>
</entry>
<entry>
<title>arti: Add a trycmd-based test for arti keys list error handling</title>
<updated>2026-06-17T22:01:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-17T21:59:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6a25612de2992cd03a8745721b103ef9ab0028c4'/>
<id>urn:sha1:6a25612de2992cd03a8745721b103ef9ab0028c4</id>
<content type='text'>
This is a `trycmd`-based replacement for the
`list_unregistered_keystore_fails()` test, which will be removed soon.
</content>
</entry>
</feed>
