Releases: contentauth/c2pa-python
Releases · contentauth/c2pa-python
v0.29.0
- Bump version of c2pa-rs/c2pa-c-ffi to v0.78.4 (c2pa-rs | c2pa-c-ffi). This version enforces trust configuration to be always on by default, introduced in c2pa-rs v0.68.0. Trust configuration can be loaded using the context and settings API.
Related documentation:
- Using Context with settings to configure the SDK: https://github.com/contentauth/c2pa-python/blob/main/docs/context-settings.md
- Manifests, working stores, and archives: https://github.com/contentauth/c2pa-python/blob/main/docs/working-stores.md
- Selective manifest construction: https://github.com/contentauth/c2pa-python/blob/main/docs/selective-manifests.md
v0.28.0
What's Changed
- feat: Expose the load_settings API in main exports
- fix: Improve library loading error messages by @tmathern in #188
- fix: Add the
detailed_jsonAPI by @tmathern in #186 - docs: Update project-contributions.md to specify that c2pa-rs is the librar… by @Res260 in #206
- docs: Expose add example read.py script by @Res260 in #207
New Contributors
Full Changelog: v0.27.1...v0.28.0
v0.27.1
v0.27.0
v0.26.0
This release adds additional APIs on the Reader:
get_active_manifest, returns the active manifest (parsed as a dictionary for easy use);get_manifest, retrieves any manifest based on its label/id and returns it as dictionary;get_validation_state, returns just the validation state of the whole manifest store;get_validation_resultsreturns all the validation results from the manifest store (and only the validation results).