Releases: contentauth/c2pa-python
Releases · contentauth/c2pa-python
v0.32.7
What's Changed
- chore: Update cryptography package version to 47.0.0 by @tmathern in #255
- chore(deps): bump wheel from 0.41.2 to 0.46.2 by @dependabot[bot] in #259
- chore: Update c2pa version to v0.82.1 by @tmathern in #258
Full Changelog: v0.32.6...v0.32.7
v0.32.6
v0.32.5
v0.32.4
v0.32.3
v0.32.2
v0.32.1
v0.32.0
v0.30.0
Bump version of c2pa-rs/c2pa-c-ffi to v0.78.6 (c2pa-rs | c2pa-c-ffi). This version adds support for FLAC file format.
What's Changed
- docs: Fix ingredient archive linking by @tmathern in #242
- Update c2pa to 0.78.6 by @mpgopala in #243
- chore: Update version by @mpgopala in #244
New Contributors
Full Changelog: v0.29.0...v0.30.0
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