<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git, branch arti-v1.4.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-04-01T10:46:35Z</updated>
<entry>
<title>Merge branch 'hex-star' into 'main'</title>
<updated>2025-04-01T10:46:35Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-04-01T10:46:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e8852f7596f8ce3fb58e89b5a17b9d634b8282b'/>
<id>urn:sha1:7e8852f7596f8ce3fb58e89b5a17b9d634b8282b</id>
<content type='text'>
tor-rtcompat: Avoid wildcard dependency requirements.

See merge request tpo/core/arti!2910</content>
</entry>
<entry>
<title>tor-rtcompat: Avoid wildcard dependency requirements.</title>
<updated>2025-04-01T10:13:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-04-01T10:13:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ce3c2f4aeea2515db6473c6fe30ab90eeb197d8'/>
<id>urn:sha1:3ce3c2f4aeea2515db6473c6fe30ab90eeb197d8</id>
<content type='text'>
This is preventing us from publishing `tor-rtcompat`:

&gt; error: failed to publish to registry at https://crates.io
&gt;
&gt; Caused by:
&gt;   the remote server responded with an error (status 400 Bad Request): wildcard (`*`) dependency constraints are not allowed on crates.io. Crate with this problem: `hex` See https://doc.rust-lang.org/cargo/faq.html#can-libraries-use--as-a-version-for-their-dependencies for more information
</content>
</entry>
<entry>
<title>Merge branch 'version-bumps-arti-v1.4.2' into 'main'</title>
<updated>2025-04-01T09:12:56Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-04-01T09:12:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f0f16ad1cde6c812d82fd26107fc93b094601d6'/>
<id>urn:sha1:7f0f16ad1cde6c812d82fd26107fc93b094601d6</id>
<content type='text'>
Version bumps for the 1.4.2 release

See merge request tpo/core/arti!2906</content>
</entry>
<entry>
<title>Bump arti crate to 1.4.2</title>
<updated>2025-03-31T18:00:09Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:35:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=494a6911049235e6ed4cf9e595126f7504d06402'/>
<id>urn:sha1:494a6911049235e6ed4cf9e595126f7504d06402</id>
<content type='text'>
Done using:

```
cargo set-version --bump patch -p arti
```
</content>
</entry>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.29.0.</title>
<updated>2025-03-31T17:59:51Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:34:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1be579f99a7c0784bd7710f9ee6ee9a6b10c85df'/>
<id>urn:sha1:1be579f99a7c0784bd7710f9ee6ee9a6b10c85df</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.29.0
done
```
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates.</title>
<updated>2025-03-31T17:59:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:33:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a0919b507bb2a5855e36b85a2e10e3eac5fa4e15'/>
<id>urn:sha1:a0919b507bb2a5855e36b85a2e10e3eac5fa4e15</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
```

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

     oneshot-fused-workaround: No change.
     slotmap-careful: No change.
     fslock-guard: No change.
     caret: No change.
     retry-error: No change.
    ```

  * crates that only have non-functional changes (bump the patch version):
     - test-temp-dir
     - equix
     - fs-mistrust
     - safelog

  * crates where APIs were broken (bump minor):
     - hashx (`RngCore` impl for `SipRand`)

The bumps from this commit were created using this script:

```
PATCH="
test-temp-dir
equix
fs-mistrust
safelog
"

for crate in $PATCH; do
    cargo set-version --bump patch -p $crate;
done

MINOR="
hashx
"

for crate in $MINOR; do
    cargo set-version --bump minor -p $crate;
done
```
</content>
</entry>
<entry>
<title>Merge branch 'changelog-1.4.2' into 'main'</title>
<updated>2025-03-31T17:58:25Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:58:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=288e9ec0b7c37cd64a887ab7c146a77780dffbe2'/>
<id>urn:sha1:288e9ec0b7c37cd64a887ab7c146a77780dffbe2</id>
<content type='text'>
Add changelog for 1.4.2.

See merge request tpo/core/arti!2904</content>
</entry>
<entry>
<title>Run cargo update for {hashx,equix}/bench.</title>
<updated>2025-03-31T17:36:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:27:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=305c5de07c75642682e29fed141bd7d13f3dc8f2'/>
<id>urn:sha1:305c5de07c75642682e29fed141bd7d13f3dc8f2</id>
<content type='text'>
Done using

```
  (cd crates/hashx/bench &amp;&amp; cargo update)
  (cd crates/equix/bench &amp;&amp; cargo update)
```
</content>
</entry>
<entry>
<title>Update changelog based on semver-checks output.</title>
<updated>2025-03-31T17:06:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:05:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=17ed5a9f7179a88cc629ae22b6c04e31287d895b'/>
<id>urn:sha1:17ed5a9f7179a88cc629ae22b6c04e31287d895b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add changelog for 1.4.2.</title>
<updated>2025-03-31T17:06:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T14:06:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e39f2c82f71d75a372d9f8fbefe642b77b473902'/>
<id>urn:sha1:e39f2c82f71d75a372d9f8fbefe642b77b473902</id>
<content type='text'>
</content>
</entry>
</feed>
