You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a reusable decoded-source snapshot flow and fileless transfer helpers. Public API additions include TransferSourceSnapshot, read_transfer_source_snapshot_file/bytes, build_transfer_source_snapshot, prepare_metadata_for_target_snapshot, execute_prepared_transfer_snapshot (including an overload that accepts target bytes) and execute_prepared_transfer_bundle, plus related option/result structs and stable read error enums. Implementations were added to copy/finalize MetaStore state, decode from bytes/files with proper resource policy handling, and map decode/map failures into transfer statuses. XMP sidecar/embedded controls were extended with XmpExistingDestinationSidecarState and new execution options. Documentation and Sphinx quick-start/host-integration docs were updated with a "Read Once / Save Later" section and Python examples; Python bindings and tests were adjusted accordingly. Note: current snapshots are decoded-store-backed (not raw passthrough).
0 commit comments