<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/semver.md, branch arti-v1.2.6</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.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-06-17T18:13:05Z</updated>
<entry>
<title>Update to derive-deftly 0.12.1</title>
<updated>2024-06-17T18:13:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-06-17T17:28:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9fd1b84663081afcccda5eb41455a715947823ff'/>
<id>urn:sha1:9fd1b84663081afcccda5eb41455a715947823ff</id>
<content type='text'>
 * Bump in Cargo.toml
 * Deal with `${Xmeta as ...}` incompatible change, by
   always specifying an `as`, and changing `as tokens`.
</content>
</entry>
<entry>
<title>Remove semver.md files from arti 1.2.0 release.</title>
<updated>2024-03-04T18:53:50Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-04T18:53:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=81a330b63ef5e7f3a975965356050a97cc33673a'/>
<id>urn:sha1:81a330b63ef5e7f3a975965356050a97cc33673a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Note removal of dummy KeyMgrBuilderError in semver.md.</title>
<updated>2024-02-28T15:43:28Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-28T15:43:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d47fbb95397e8b7517d0ff8c44a5b8f994d6c7ef'/>
<id>urn:sha1:d47fbb95397e8b7517d0ff8c44a5b8f994d6c7ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti, arti-client, tor-keymgr: Remove keystore dir configuration.</title>
<updated>2024-02-21T14:58:46Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-21T12:46:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90addac031b7242b9352ce2c635b9802e657fabe'/>
<id>urn:sha1:90addac031b7242b9352ce2c635b9802e657fabe</id>
<content type='text'>
Closes #1202
</content>
</entry>
<entry>
<title>tor-keymgr: Make InvalidKeyPathComponentValue public.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-05T18:43:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=33e4befcdb92cc3b6a17e3ff0dd537811855c56b'/>
<id>urn:sha1:33e4befcdb92cc3b6a17e3ff0dd537811855c56b</id>
<content type='text'>
It appears within the public API (it is the error type returned from
`KeySpecifierComponent`), so let's make it public.
</content>
</entry>
<entry>
<title>tor-keymgr: Include the ArtiPath in InvalidKeyPathComponentValue.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-05T12:55:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=826d60c5b84a7ab4818290f42262fe90f82fc220'/>
<id>urn:sha1:826d60c5b84a7ab4818290f42262fe90f82fc220</id>
<content type='text'>
The offending `ArtiPath` should be included in the error.

Part of #1115
</content>
</entry>
<entry>
<title>tor-keymgr: Rename {to,from}_component to {to,from}_slug.</title>
<updated>2024-02-19T12:52:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-05T17:05:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1040df929f643a2fd2a1ccb0400f1dd2f2beac98'/>
<id>urn:sha1:1040df929f643a2fd2a1ccb0400f1dd2f2beac98</id>
<content type='text'>
Originally, these functions converted to and from `ArtiPathComponent`.
In !1931, we replaced `ArtiPathComponent` with `Slug` without renaming
the conversion functions. Since we're converting to and from `Slug` now,
I think it makes sense to rename them too.

Part of #1115
</content>
</entry>
<entry>
<title>tor-keymgr: Replace KeyMgr::get_with_type with KeyMgr::get_entry.</title>
<updated>2024-02-19T10:46:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-15T17:14:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b600d67857cbe134bbecf29626fdf0dfd165110'/>
<id>urn:sha1:3b600d67857cbe134bbecf29626fdf0dfd165110</id>
<content type='text'>
Part of #1271
</content>
</entry>
<entry>
<title>tor-keymgr: Rename KeyMgr::remove_with_type to KeyMgr::remove_entry.</title>
<updated>2024-02-19T10:46:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-15T16:42:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c5abde53bc91b1040551c5e076794766a470fba'/>
<id>urn:sha1:9c5abde53bc91b1040551c5e076794766a470fba</id>
<content type='text'>
Part of #1271
</content>
</entry>
<entry>
<title>tor-keymgr: Make KeyMgr::remove_with_type take a KeystoreEntry.</title>
<updated>2024-02-19T10:46:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-15T16:40:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=069887b3a43582355e2d5f82ee43e37f96269eca'/>
<id>urn:sha1:069887b3a43582355e2d5f82ee43e37f96269eca</id>
<content type='text'>
NB: `KeyMgr::remove_with_type` will need to be renamed to
`KeyMgr::remove_entry`.

Part of #1271
</content>
</entry>
</feed>
