<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti, branch arti-v1.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-v1.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-28T16:35:12Z</updated>
<entry>
<title>Increment arti version to 1.5.0</title>
<updated>2025-08-28T16:35:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-28T16:33:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=01e583ff54144fb291e1fb9cc7d32d2420b651b0'/>
<id>urn:sha1:01e583ff54144fb291e1fb9cc7d32d2420b651b0</id>
<content type='text'>
We've promised in our README not to bump MSRV in patchlevel
releases.  So now this is 1.5.0.
</content>
</entry>
<entry>
<title>Bump the minor version of every published crate except for `arti`.</title>
<updated>2025-08-28T16:28:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-28T16:28:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=27d2e61733c617985284870002ded86dfb3b6cab'/>
<id>urn:sha1:27d2e61733c617985284870002ded86dfb3b6cab</id>
<content type='text'>
Per policy, we bump the minor version of every tor-*, arti-* crate
on each release.

We have updated our MSRV, so we're treating this as a breaking
change for our non-(arti/tor)-prefixed crates too.
</content>
</entry>
<entry>
<title>Merge branch 'toml' into 'main'</title>
<updated>2025-08-26T13:24:23Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-08-26T13:24:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=85a93b6ba6b892e997eb5f4b5847653268ffe5ea'/>
<id>urn:sha1:85a93b6ba6b892e997eb5f4b5847653268ffe5ea</id>
<content type='text'>
arti: Simplify the `create_state_dir_entry` test helper

See merge request tpo/core/arti!3178</content>
</entry>
<entry>
<title>tor-hscrypto: change redacted `HsId` from "???" to "[…]"</title>
<updated>2025-08-25T15:22:16Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-08-25T01:16:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78f0cc445bd2abe4c43136d683997e96523f3d72'/>
<id>urn:sha1:78f0cc445bd2abe4c43136d683997e96523f3d72</id>
<content type='text'>
Before:

```text
INFO tor_hsservice: Generated a new identity for service bar: ???mad.onion
```

After:

```text
INFO tor_hsservice: Generated a new identity for service foo: […]2qd.onion
```
</content>
</entry>
<entry>
<title>arti: simplify the `create_state_dir_entry` test helper</title>
<updated>2025-08-25T15:18:00Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-08-25T15:18:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3890b8261c73ec7baba70b9b2563e08d4467bc25'/>
<id>urn:sha1:3890b8261c73ec7baba70b9b2563e08d4467bc25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: test: Add note in `KeysListCmd::create_state_dir_entry`</title>
<updated>2025-08-25T14:03:34Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-08-25T14:03:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1e2e2a5eb21927c1b3e955272fcd44df8ba0925b'/>
<id>urn:sha1:1e2e2a5eb21927c1b3e955272fcd44df8ba0925b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: test: Add integration test suite for `arti keys`</title>
<updated>2025-08-25T06:48:06Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-08-18T17:35:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9a858ebc1220e6fa6ed70c9168ac1588b9e05d4d'/>
<id>urn:sha1:9a858ebc1220e6fa6ed70c9168ac1588b9e05d4d</id>
<content type='text'>
- Add `cli_tests/keys/util.rs` and `cli_tests/keys.rs`
- Update `cli_tests/main.rs` and
  `testcases/keys/conf/keys.toml`
- Add `ctor-keystore` directory to `keys` `local` directory
- Restructure `keys` `local` directory layout
- .editorconfig: Add exception for `ctor-keystore`s
</content>
</entry>
<entry>
<title>Merge branch 'rustls-disclaimer' into 'main'</title>
<updated>2025-08-25T01:00:44Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2025-08-25T01:00:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1521cddbd99819746b471904497c73eb103755fd'/>
<id>urn:sha1:1521cddbd99819746b471904497c73eb103755fd</id>
<content type='text'>
docs: Remove outdated comments about rustls/ring license

See merge request tpo/core/arti!3176</content>
</entry>
<entry>
<title>Merge branch 'toml-0.9.5' into 'main'</title>
<updated>2025-08-23T14:56:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-23T14:56:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fbae77c9ccc37266200ce06751ce4f2a1ebe6954'/>
<id>urn:sha1:fbae77c9ccc37266200ce06751ce4f2a1ebe6954</id>
<content type='text'>
Upgrade to toml-0.9.5.

Closes #2093

See merge request tpo/core/arti!3163</content>
</entry>
<entry>
<title>docs: remove outdated comments about rustls/ring license</title>
<updated>2025-08-21T15:57:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-08-21T15:55:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef9ac4b358b365d1684d6f39a4f1cf2cd628de2e'/>
<id>urn:sha1:ef9ac4b358b365d1684d6f39a4f1cf2cd628de2e</id>
<content type='text'>
</content>
</entry>
</feed>
