<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdir, branch arti-v1.2.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.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-03-04T14:51:56Z</updated>
<entry>
<title>Bump the minor version, for crates with breaking changes.</title>
<updated>2024-03-04T14:51:56Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-29T19:04:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ca957705291301d90680fce8d537a085cc1ce67'/>
<id>urn:sha1:9ca957705291301d90680fce8d537a085cc1ce67</id>
<content type='text'>
APIs were broken in these pre-1.0.0 crates:
```
tor-keymgr
tor-config
tor-checkable
tor-circmgr
tor-dirmgr
tor-hsclient
tor-hsservice
tor-hsrproxy
```

Done with:
```
cargo set-version --bump minor -p tor-keymgr
cargo set-version --bump minor -p tor-config
cargo set-version --bump minor -p tor-checkable
cargo set-version --bump minor -p tor-circmgr
cargo set-version --bump minor -p tor-dirmgr
cargo set-version --bump minor -p tor-hsclient
cargo set-version --bump minor -p tor-hsservice
cargo set-version --bump minor -p tor-hsrproxy
```
</content>
</entry>
<entry>
<title>Bump patchlevel of pre-1.0.0 crates with new APIs.</title>
<updated>2024-03-04T14:51:49Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-29T19:01:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1beb705eefe18bccbc6f29ab522d33a611c78c7b'/>
<id>urn:sha1:1beb705eefe18bccbc6f29ab522d33a611c78c7b</id>
<content type='text'>
APIs were added:
```
tor-units
tor-cell
tor-proto
tor-netdir
arti-client
```

 Done with:
```
cargo set-version --bump patch -p tor-units
cargo set-version --bump patch -p tor-cell
cargo set-version --bump patch -p tor-proto
cargo set-version --bump patch -p tor-netdir
cargo set-version --bump patch -p arti-client
```
</content>
</entry>
<entry>
<title>Bump patchlevel of crates with functional changes.</title>
<updated>2024-03-04T12:24:40Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-29T18:54:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1c81600935df2420981d881f08fe8e9e2642525'/>
<id>urn:sha1:c1c81600935df2420981d881f08fe8e9e2642525</id>
<content type='text'>
Functional changes were made, but no APIs were added or broken:
```
tor-events (async_broadcast 0.6.0 -&gt; 0.7.0)
tor-netdoc (signature 1 -&gt; 2)
tor-guardmgr
arti-testing (config 0.13.4 -&gt; 0.14.0)
tor-persist (breaking changes gated behind experimental feature)
fslock-guard (fix lockfile_has_path compilation on Windows)
```

Done with:
```
cargo set-version --bump patch -p tor-events
cargo set-version --bump patch -p tor-netdoc
cargo set-version --bump patch -p tor-guardmgr
cargo set-version --bump patch -p arti-testing
cargo set-version --bump patch -p tor-persist
cargo set-version --bump patch -p fslock-guard
```
</content>
</entry>
<entry>
<title>tor-netdir: Remove signature dependency.</title>
<updated>2024-02-28T14:47:45Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-28T14:47:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4010ab992b48a71506156c1e121c46422549b673'/>
<id>urn:sha1:4010ab992b48a71506156c1e121c46422549b673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to latest signature.</title>
<updated>2024-02-28T14:27:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-28T14:18:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e4cb7d006655046fa21586c9583619cb9aa93710'/>
<id>urn:sha1:e4cb7d006655046fa21586c9583619cb9aa93710</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note a calculation we can clean up after doing spec work.</title>
<updated>2024-02-20T14:37:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-13T14:19:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=35acbc0de8481ded920c289fb79bcaef07e481bf'/>
<id>urn:sha1:35acbc0de8481ded920c289fb79bcaef07e481bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add caveats on is_flagged_guard, and note possible deprecation</title>
<updated>2024-02-20T14:37:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-13T14:18:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1631fac7ee69063e3ec6cceb8fe9338114c05185'/>
<id>urn:sha1:1631fac7ee69063e3ec6cceb8fe9338114c05185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add and use "UncheckedRelay::is_suitable_as_guard"</title>
<updated>2024-02-20T14:37:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-13T14:16:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d0178352864409e7aa6b7b986d4e6d77fbe5357'/>
<id>urn:sha1:7d0178352864409e7aa6b7b986d4e6d77fbe5357</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only pick Fast relays as introduction points.</title>
<updated>2024-02-20T14:37:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-12T15:43:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9522cfe729dcf4a41f487e08d2b28c10d3a05d86'/>
<id>urn:sha1:9522cfe729dcf4a41f487e08d2b28c10d3a05d86</id>
<content type='text'>
This matches the behavior of C tor. Part of #1100.
</content>
</entry>
<entry>
<title>Require that guards are Fast and Stable.</title>
<updated>2024-02-20T14:37:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-12T15:30:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f20669fe460332b8656421d4f331f4287b754dd7'/>
<id>urn:sha1:f20669fe460332b8656421d4f331f4287b754dd7</id>
<content type='text'>
This matches the behavior of C tor.

Part of #1100.
</content>
</entry>
</feed>
