git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
0be96c9
Branches
Tags
documentation-tree
master
unstable/modularize-and-refactor-test-machinery
unstable/ssh-agent-socket-providers
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
docs
changelog.d
20250111_191645_the-13th-letter_harmonize_exporter_interface.md
Fix links and other wrapping-related formatting in changelog
Marco Ricci
commited
0be96c9
at 2025-01-19 13:02:24
20250111_191645_the-13th-letter_harmonize_exporter_interface.md
Blame
History
Raw
### Changed - The export handlers for "storeroom" and "vault-native" configuration data, [`export_storeroom_data`][derivepassphrase.exporter.storeroom.export_storeroom_data] and [`export_vault_native_data`][derivepassphrase.exporter.vault_native.export_vault_native_data] configuration data now both support a unified interface: [`ExportVaultConfigDataFunction`][derivepassphrase.exporter.ExportVaultConfigDataFunction]. A new dispatch function [`export_vault_config_data`][derivepassphrase.exporter.export_vault_config_data] automatically calls the correct backend, based on the requested format. This is a **breaking API change** due to the change in function parameter names and return types.