Handle reference data not found in metadata command (#558)

This commit is contained in:
Nazar Serhiichuk
2025-08-14 16:37:57 +03:00
committed by GitHub
parent b4be1bb216
commit 1fc807fdcb
4 changed files with 60 additions and 9 deletions
+1
View File
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `ManagementAlgorithmId` has been renamed to `SlotAlgorithmId`, and its
`ThreeDes` variant has been replaced by `SlotAlgorithmId::Management`
containing a `yubikey::MgmAlgorithmId`.
- Metadata command returns `Error:NotFound` instead of `Error::GenericError` when the object doesn't exist ([#558]).
## 0.8.0 (2023-08-15)
### Added