<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/examples, branch arti-v1.9.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.9.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.9.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-12T12:32:35Z</updated>
<entry>
<title>cargo: Update `arti-*` and `tor-*` to `0.38.0`</title>
<updated>2026-01-12T12:32:35Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-12T12:32:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=230b0201ea730a633e55c2781611a52c5ec73c28'/>
<id>urn:sha1:230b0201ea730a633e55c2781611a52c5ec73c28</id>
<content type='text'>
Done using the following:
```bash
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
	cargo set-version -p $crate 0.38.0
done
```
</content>
</entry>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.37.0.</title>
<updated>2025-12-02T11:07:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T10:58:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e7d740eda02e05dd53574b6753cc4b45ab160b58'/>
<id>urn:sha1:e7d740eda02e05dd53574b6753cc4b45ab160b58</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.37.0
done
</content>
</entry>
<entry>
<title>Merge branch 'disable-hidden-service' into 'main'</title>
<updated>2025-11-12T16:08:04Z</updated>
<author>
<name>wesleyac</name>
<email>wesleyac@torproject.org</email>
</author>
<published>2025-11-12T16:08:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ca5882dc9ac6b883bfe1579efa7359a4d67a8dc'/>
<id>urn:sha1:9ca5882dc9ac6b883bfe1579efa7359a4d67a8dc</id>
<content type='text'>
arti/arti-client/tor-hsservice: Support disabling onion services in the config

Closes #2133

See merge request tpo/core/arti!3253</content>
</entry>
<entry>
<title>maint: bump minor versions of all published crates</title>
<updated>2025-10-29T19:32:37Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:32:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e3bc2af0994706f3597cd14d340736a4d0f03e3'/>
<id>urn:sha1:7e3bc2af0994706f3597cd14d340736a4d0f03e3</id>
<content type='text'>
```bash
readarray -t publish &lt; &lt;(cargo metadata --format-version 1 | jq -r '.packages[] | select((.id | startswith("path+file:///")) and (.rust_version != null) and (.publish == null or .publish == true or .publish != [])) | .name')
for package in "${publish[@]}"; do echo "$package:"; cargo set-version --bump minor -p "$package"; done
```
</content>
</entry>
<entry>
<title>arti(-client)/tor-hsservice: return None for disabled service</title>
<updated>2025-10-16T22:48:46Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-10-05T02:19:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ff73cad32a87d64fb18d193582b2337c093e391'/>
<id>urn:sha1:9ff73cad32a87d64fb18d193582b2337c093e391</id>
<content type='text'>
There is no longer a hard error anywhere for trying to launch a service
which is disabled in the config. Instead, it always means returning
`Ok(None)`.

The axum and hyper examples were updated again as a consequence.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>arti(-client): graceful service disable in arti only</title>
<updated>2025-10-16T22:48:45Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-09-19T01:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4ad013a8d3efe36b95ae15ffab717c3f9a974d17'/>
<id>urn:sha1:4ad013a8d3efe36b95ae15ffab717c3f9a974d17</id>
<content type='text'>
When a service is disabled in the config, `arti::onion_proxy::Proxy`
handles it gracefully, and
`arti_client::client::TorClient::launch_onion_service_with_hsid` and
`arti_client::client::TorClient::launch_onion_service` both hard error.

The axum and hyper examples were updated again as a consequence.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>arti/arti-client: add graceful service disable</title>
<updated>2025-10-16T22:48:45Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-09-11T21:07:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea5607ad762af6cf72c56f09ef2971420ca7cae3'/>
<id>urn:sha1:ea5607ad762af6cf72c56f09ef2971420ca7cae3</id>
<content type='text'>
Hidden services disabled in the config are now handled more gracefully
by arti/arti-client, before the hard error occurs.

The axum and hyper examples were updated as a consequence.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>release: Bump versions in examples/ and maint/</title>
<updated>2025-10-02T15:17:55Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-10-02T15:06:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c71b2076b2b59276b4866aab4e7c671232072ccf'/>
<id>urn:sha1:c71b2076b2b59276b4866aab4e7c671232072ccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release: Run fixup-features.</title>
<updated>2025-10-01T18:36:58Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-10-01T15:42:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9792d6af3c156453cb4c2df9a212bf99c813a109'/>
<id>urn:sha1:9792d6af3c156453cb4c2df9a212bf99c813a109</id>
<content type='text'>
</content>
</entry>
<entry>
<title>macos-native-tls-notice: Update README.md of hyper-examples with notice of native-tls bug on MacOS</title>
<updated>2025-10-01T01:03:08Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-10-01T00:28:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d723ec8a1beda65ffc4afa1a4b6b91d9434af577'/>
<id>urn:sha1:d723ec8a1beda65ffc4afa1a4b6b91d9434af577</id>
<content type='text'>
</content>
</entry>
</feed>
