<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti, branch arti-v1.8.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.8.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-12-02T11:07:59Z</updated>
<entry>
<title>Bump arti crate to 1.8.0</title>
<updated>2025-12-02T11:07:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T10:59:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7bf971d4a67c4710e01b8d82ac1a4cc19a482e5e'/>
<id>urn:sha1:7bf971d4a67c4710e01b8d82ac1a4cc19a482e5e</id>
<content type='text'>
Done using:

```
cargo set-version --bump minor -p arti
```
</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>Bump the versions of the non-{arti-,tor-} crates</title>
<updated>2025-12-02T11:07:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T10:54:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6b62b4f0ce73d3bb09b6bc748a5441abc8079d7c'/>
<id>urn:sha1:6b62b4f0ce73d3bb09b6bc748a5441abc8079d7c</id>
<content type='text'>
The non-{arti-,tor-} crates are:
```
./maint/list_crates  | rg -v '^(tor|arti)'
oneshot-fused-workaround
slotmap-careful
test-temp-dir
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
retry-error
futures-copy
```

We split them in the following categories:
  * crates with no changes (no version bumps): None
    ```
    maint/changed_crates -v "arti-v$LAST_VERSION" 2&gt;&amp;1 &gt;/dev/null | grep -i "no change" | grep -v '\(tor\|arti\)-'
    ```

  * crates that only have non-functional changes (bump the patch version,
    but not the dependend-on version):
     - oneshot-fused-workaround
     - slotmap-careful
     - test-temp-dir
     - fslock-guard
     - equix
     - caret
     - safelog
     - retry-error

  * crates where functional changes were made, but no APIs were added or broken:
     - hashx
     - fs-mistrust
     - futures-copy

  * crates where APIs were broken (bump minor): None

The bumps from this commit were created using this script:

```
PATCH_NF=(
oneshot-fused-workaround
slotmap-careful
test-temp-dir
fslock-guard
equix
caret
safelog
retry-error
)

PATCH="
hashx
fs-mistrust
futures-copy
"

./maint/bump_nodep "${PATCH_NF[@]}"

for crate in $PATCH; do
    cargo set-version --bump patch -p $crate;
done
```
</content>
</entry>
<entry>
<title>Merge branch 'fixup-feats' into 'main'</title>
<updated>2025-12-01T17:32:51Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-12-01T17:32:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd0a9f6dba6b1bb4a26c95dc72852e06443ee3d9'/>
<id>urn:sha1:dd0a9f6dba6b1bb4a26c95dc72852e06443ee3d9</id>
<content type='text'>
Run fixup-features in preparation for release

See merge request tpo/core/arti!3510</content>
</entry>
<entry>
<title>arti: Adjust a no-longer acccurate hss doc</title>
<updated>2025-12-01T12:36:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-01T11:13:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bb74cf89f936f6c058d8109d51a15a039bcd303d'/>
<id>urn:sha1:bb74cf89f936f6c058d8109d51a15a039bcd303d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Add missing subcommand docs</title>
<updated>2025-12-01T12:36:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-01T11:11:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9003ad28c1f3a82b33d8269e33700082fbbce2a8'/>
<id>urn:sha1:9003ad28c1f3a82b33d8269e33700082fbbce2a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Run cargo-sort in preparation for release</title>
<updated>2025-12-01T11:39:57Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-01T11:39:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=06c0e7e48622e57100158db544341dc714394e0c'/>
<id>urn:sha1:06c0e7e48622e57100158db544341dc714394e0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run fixup-features in preparation for release</title>
<updated>2025-12-01T11:37:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-01T11:37:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8f6ce316e35289d68ee585d151870dd9d0949c2d'/>
<id>urn:sha1:8f6ce316e35289d68ee585d151870dd9d0949c2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ticket_2259' into 'main'</title>
<updated>2025-11-26T01:22:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-26T01:22:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=71aa505b9a688facf5da37cbcf7137929e4d41cb'/>
<id>urn:sha1:71aa505b9a688facf5da37cbcf7137929e4d41cb</id>
<content type='text'>
arti: Put supported request headers in Tor-Capabilties

Closes #2259

See merge request tpo/core/arti!3473</content>
</entry>
<entry>
<title>Merge branch 'mistrust-and-the-empty-string' into 'main'</title>
<updated>2025-11-26T01:21:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-26T01:21:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6569de3ba72c96106ae56661fd43e2346e72713a'/>
<id>urn:sha1:6569de3ba72c96106ae56661fd43e2346e72713a</id>
<content type='text'>
Fix some errors in and around making directories for logfiles.

Closes #2240, #2265, and #2266

See merge request tpo/core/arti!3491</content>
</entry>
</feed>
