<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-error, 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:44:12Z</updated>
<entry>
<title>cargo: Bump all non arti/tor crates</title>
<updated>2026-01-12T12:44:12Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-12T12:40:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e5ed9f4b87e0dcdf6f2f4a8eaa77bbfda5f1b2a'/>
<id>urn:sha1:7e5ed9f4b87e0dcdf6f2f4a8eaa77bbfda5f1b2a</id>
<content type='text'>
This only includes retry-error which had a few functional additions in
December, thereby rasing the minor version as new features were added to
the public API.

Done using the following:
* Find all non arti, non tor crates.
    * `ls -1 crates/ | grep -v "^tor-\|^arti"`
* Exclude the ones without changes.
    * `maint/changed_crates -v "arti-v$LAST_VERSION" 2&gt;&amp;1 &gt;/dev/null | grep -i "no change"`
* Look into each with changes.
    * In this case only retry-error.
    * Bump the minor because it had non-trivial changes.
</content>
</entry>
<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>Merge branch 'bug-context' into 'main'</title>
<updated>2025-12-03T11:02:48Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-03T11:02:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6084e7a38473afff6855562fc2f6e8a5219f8bd7'/>
<id>urn:sha1:6084e7a38473afff6855562fc2f6e8a5219f8bd7</id>
<content type='text'>
tor-error: Provide new `bug_context` method on Bug and Result&lt;_, Bug&gt;

See merge request tpo/core/arti!3512</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>tor-error: Provide new `bug_context` method on Bug and Result&lt;_, Bug&gt;</title>
<updated>2025-12-01T15:21:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-01T10:14:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=99c79ccb73f69a245e8bbbed94b763b8777d4826'/>
<id>urn:sha1:99c79ccb73f69a245e8bbbed94b763b8777d4826</id>
<content type='text'>
This allows call sites which have a `Bug` to add additional context,
beyond just the stack trace.
</content>
</entry>
<entry>
<title>Merge branch 'readd-error-deduping' into 'main'</title>
<updated>2025-11-20T10:29:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2025-11-20T10:29:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=22d377808860637bd68c9ce70fb5da4402cf437f'/>
<id>urn:sha1:22d377808860637bd68c9ce70fb5da4402cf437f</id>
<content type='text'>
Revert "retry-error: stop trying to dedup error msgs"

See merge request tpo/core/arti!3474</content>
</entry>
<entry>
<title>error: Improve http error status code docs.</title>
<updated>2025-11-19T15:50:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-19T15:41:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa220f59f42cecb7d76b98dccadfaabd07aa210d'/>
<id>urn:sha1:fa220f59f42cecb7d76b98dccadfaabd07aa210d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: rustfmt</title>
<updated>2025-11-18T18:57:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-18T18:57:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c503843d87ed0f233c3786a66b92db89f2c7ec7'/>
<id>urn:sha1:8c503843d87ed0f233c3786a66b92db89f2c7ec7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: Provide a more reasonable API for http status codes.</title>
<updated>2025-11-18T18:56:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-18T18:50:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a2790835946203e90b0f41d34c16e3ef061e66f5'/>
<id>urn:sha1:a2790835946203e90b0f41d34c16e3ef061e66f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: Add support for ErrorKind-&gt;HTTP status conversion</title>
<updated>2025-11-18T18:47:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-18T18:32:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=544c1c02034f8699605252a4408b7e314167a366'/>
<id>urn:sha1:544c1c02034f8699605252a4408b7e314167a366</id>
<content type='text'>
It makes more sense to have the conversion here, so it can use an
exhaustive match over ErrorKind.

This isn't the final API; I'm just moving the code from `arti`.
</content>
</entry>
</feed>
