<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/Cargo.toml, 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>tor-ptmgr: Bump minor version.</title>
<updated>2024-03-04T14:51:56Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-29T19:52:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2b9a058d9cd39e45020195a565ca31ac4c61e64f'/>
<id>urn:sha1:2b9a058d9cd39e45020195a565ca31ac4c61e64f</id>
<content type='text'>
`tor-ptmgr` uses `tor-config` in its public API, and `tor-config` had
its minor version bumped.
</content>
</entry>
<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>arti-client: Make onion-service-service and keymgr non-experimental.</title>
<updated>2024-02-20T20:14:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-20T20:10:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4cd86172ef24d112588566635022b18364916fb4'/>
<id>urn:sha1:4cd86172ef24d112588566635022b18364916fb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor and improve error hinting.</title>
<updated>2024-02-14T18:29:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-14T17:10:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=33c33380a7e4a949d83844814025b921a2b3ce9b'/>
<id>urn:sha1:33c33380a7e4a949d83844814025b921a2b3ce9b</id>
<content type='text'>
Instead of using complicated match statements, use downcasting
to find error types that define specific hints.  This also lets us
define a reasonable hint-extractor for anyhow::Error, and use it
when reporting errors in main.

I've left an implementation of hint() in `impl Error`, to
avoid breaking backward compatibility.

Closes #1165.
</content>
</entry>
<entry>
<title>Bump patch versions *with* dependency update</title>
<updated>2024-02-05T16:20:53Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-05T16:20:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=97e284b90323dd3aeaf05839a00b801c2ee194f9'/>
<id>urn:sha1:97e284b90323dd3aeaf05839a00b801c2ee194f9</id>
<content type='text'>
This crate has had new features added.  It's 0.x.  So bump in-tree
dependencies' references:

  fs-mistrust
</content>
</entry>
<entry>
<title>Bump minor versions</title>
<updated>2024-02-05T16:13:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-05T16:13:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af615d87e20d0984f493dfb8dda7b0654d8d7304'/>
<id>urn:sha1:af615d87e20d0984f493dfb8dda7b0654d8d7304</id>
<content type='text'>
Bump the minor version of these crates, and update the in-tree
dependencies.

Recently published as fresh crates, let's just assume there are
breaking changes:

   fslock-guard
   test-temp-dir

Breaking API change affecting many many downstream crates:

   tor-rtcompat

Downstream crates which we're (conservatively) assuming have
tor-rtcompat types in their APIs:

   tor-rtmock
   tor-log-ratelim
   tor-rpcbase
   tor-llcrypto
   tor-protover
   tor-bytes
   tor-hscrypto
   tor-hspow
   tor-socksproto
   tor-checkable
   tor-cert
   tor-linkspec
   tor-cell
   tor-proto
   tor-netdoc
   tor-consdiff
   tor-netdir
   tor-congestion
   tor-persist
   tor-chanmgr
   tor-ptmgr
   tor-guardmgr
   tor-circmgr
   tor-dirclient
   tor-dirmgr
   tor-keymgr
   tor-hsclient
   tor-hsservice
   tor-hsrproxy
   arti-client
   arti-rpcserver
   arti-config
   arti-hyper
   arti-bench
   arti-testing
</content>
</entry>
<entry>
<title>tor-hsservice: Use tor_persist::state_dir</title>
<updated>2024-02-01T11:21:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-01-31T14:13:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b1d40b7d8c562cfee352cdf7852c065938acf702'/>
<id>urn:sha1:b1d40b7d8c562cfee352cdf7852c065938acf702</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to strum 0.26</title>
<updated>2024-01-30T17:48:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-30T17:48:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=da83315bef0d1b7bc20f6760ec7e6e0fb0169a97'/>
<id>urn:sha1:da83315bef0d1b7bc20f6760ec7e6e0fb0169a97</id>
<content type='text'>
</content>
</entry>
</feed>
