2024-03-31 10:25:20 +00:00
|
|
|
Change: Include full key ID in JSON output of `key list`
|
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
The JSON output of the `key list` command has changed to include the full key
|
|
|
|
ID instead of just a shortened version of the ID, as the latter can be ambiguous
|
2024-03-31 10:25:20 +00:00
|
|
|
in some rare cases. To derive the short ID, please truncate the full ID down to
|
|
|
|
eight characters.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4744
|
|
|
|
https://github.com/restic/restic/pull/4745
|