<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client, branch arti-v1.1.7</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-01T14:57:55Z</updated>
<entry>
<title>Increment patchlevel versions of crates with minor changes</title>
<updated>2023-08-01T14:57:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T14:57:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3acdf102c705314aec63679e97240bb7d981d1c8'/>
<id>urn:sha1:3acdf102c705314aec63679e97240bb7d981d1c8</id>
<content type='text'>
These crates are at version 0.x.y, so we don't need to distinguish
new-feature changes from other changes:

```
tor-basic-utils
fs-mistrust
tor-error
tor-geoip
tor-checkable
tor-linkspec
tor-netdoc
tor-netdir
tor-persist
tor-ptmgr
tor-hsservice
```

This crate has a breaking change, but only when the semver-breaking
feature `experimental-api` is enabled:

```
tor-config
```

This crate is at version 1.x.y, but has no new public APIs, and
therefore does not need a minor version bump:

```
arti
```
</content>
</entry>
<entry>
<title>Update minor versions on crates that have had breaking changes</title>
<updated>2023-08-01T14:51:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T14:51:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f2ae5960393b64c1d7615d2d523e050d3bebe5a'/>
<id>urn:sha1:6f2ae5960393b64c1d7615d2d523e050d3bebe5a</id>
<content type='text'>
These crates had first-order breaking changes:

```
retry-error
tor-keymgr
tor-proto
tor-hsclient
tor-rtmock
```

Additionally, these broke because they re-exposed RetryError:

```
tor-circmgr
```

Additionally, these broke because they may re-expose something from
tor-proto:

```
    arti-client
    tor-chanmgr
    tor-dirclient
    tor-dirmgr
    tor-guardmgr
```

Additionally, these broke for other fiddly reasons:

`tor-ptmgr` implements traits from tor-chanmgr, which has a breaking
change above.

`arti-hyper` exposes types from arti-client in its API.
</content>
</entry>
<entry>
<title>pass reconfigure_lock guard into TorClient::reconfigure_inner</title>
<updated>2023-07-25T17:31:36Z</updated>
<author>
<name>sw1tch</name>
<email>sw1tchwitch@protonmail.com</email>
</author>
<published>2023-07-25T17:31:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6873a9b84de614f3efa67d6f4fffd7b9ca68daa'/>
<id>urn:sha1:b6873a9b84de614f3efa67d6f4fffd7b9ca68daa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cargo fmt</title>
<updated>2023-07-24T12:48:19Z</updated>
<author>
<name>sw1tch</name>
<email>sw1tchwitch@protonmail.com</email>
</author>
<published>2023-07-24T12:48:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7347d45accbf68db0699386faf12ca024233a49f'/>
<id>urn:sha1:7347d45accbf68db0699386faf12ca024233a49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes deadlock in TorClient::reconfigure</title>
<updated>2023-07-24T11:39:49Z</updated>
<author>
<name>sw1tch</name>
<email>sw1tchwitch@protonmail.com</email>
</author>
<published>2023-07-23T10:15:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3eee40898556b4d3c55ea71c904d288df1d50e93'/>
<id>urn:sha1:3eee40898556b4d3c55ea71c904d288df1d50e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "keymgr: Require callers to be explicit about which keystore to get keys from."</title>
<updated>2023-07-21T11:21:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-21T10:55:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=98337afec991077c861c672d9dbd6e95efc0c9a2'/>
<id>urn:sha1:98337afec991077c861c672d9dbd6e95efc0c9a2</id>
<content type='text'>
This reverts commit 38a6c74c7894dc96b16c9039cacc2a4023977b05.

This also updates some tests to make them compile with the reverted
version of the code.
</content>
</entry>
<entry>
<title>keymgr: Require callers to be explicit about which keystore to get keys from.</title>
<updated>2023-07-20T18:24:57Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-19T13:24:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38a6c74c7894dc96b16c9039cacc2a4023977b05'/>
<id>urn:sha1:38a6c74c7894dc96b16c9039cacc2a4023977b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Explicitly specify the default keystore for `KeyMgr`.</title>
<updated>2023-07-20T18:23:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-18T18:10:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f5974fb7f1ace232ff75524344df68f2ac4355a'/>
<id>urn:sha1:9f5974fb7f1ace232ff75524344df68f2ac4355a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr-config: Make fields private, add function for checking if keystore is enabled.</title>
<updated>2023-07-20T18:23:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-18T14:08:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ac93b1aef65671c1003edc695cad9e4137946129'/>
<id>urn:sha1:ac93b1aef65671c1003edc695cad9e4137946129</id>
<content type='text'>
Hiding the underlying value of `enabled` enables us to give it a
different `auto` value depending on whether the `keymgr` feature is
enabled or not (it defaults to `true` if `keymgr` is enabled, and
`false` otherwise).
</content>
</entry>
<entry>
<title>arti-client: Use a default keystore config if `experimental-api` is disabled.</title>
<updated>2023-07-20T18:23:45Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-18T13:06:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f18e773332d19382423b0e79bb2051975c29118d'/>
<id>urn:sha1:f18e773332d19382423b0e79bb2051975c29118d</id>
<content type='text'>
The `experimental-api` was only meant to apply to the use of the
unstable `ArtiNativeKeystoreConfig` in the Arti config.
`experimental-api` was _not_ supposed to be used for enabling/disabling
the keystore (that's what the `enabled` flag is for).
</content>
</entry>
</feed>
