Marco Ricci commited on 2025-01-11 20:06:57
Zeige 1 geänderte Dateien mit 6 Einfügungen und 0 Löschungen.
... | ... |
@@ -0,0 +1,6 @@ |
1 |
+### Changed |
|
2 |
+ |
|
3 |
+ - The [export handler for storeroom][derivepassphrase.exporter.storeroom.export_storeroom_data] and for [vault-native][derivepassphrase.exporter.vault_native.export_vault_native_data] configuration data now [both support a unified interface][derivepassphrase.exporter.ExportVaultConfigDataFunction]. |
|
4 |
+ A new dispatch function [`export_vault_config_data`][derivepassphrase.exporter.export_vault_config_data] automatically calls the correct backend, based on the requested format. |
|
5 |
+ |
|
6 |
+ This is a **breaking API change** due to the change in function parameter names and return types. |
|
0 | 7 |