blob: 6ab1d6311e4cf406a4991b943069385a8c304152 (
plain)
1
2
3
4
5
6
7
8
|
BREAKING: `ArtiNativeKeystoreConfig` type renamed to `ArtiKeystoreConfig`
BREAKING: `KeystoreSelector::Default` renamed to `KeystoreSelector::Primary`
BREAKING: `KeymgrBuilder::default_store` renamed to `KeystoreSelector::primary_store`
BREAKING: The `config::arti` module doesn't exist anymore (all the types from it are now exported directly from `config`)
BREAKING: `KeyPath` no longer implements `PartialOrd`, `Ord`
BREAKING: `CTorPath` no longer implements `PartialOrd`, `Ord`, `Deref`, `DerefMut`
BREAKING: `KeyPath::matches` now returns `bool` (use `ArtiPath::matches` to obtain the matching ranges)
BREAKING: `KeyPathRange` renamed to `ArtiPathRange`
|