Releases: contentauth/c2pa-c
Releases · contentauth/c2pa-c
v0.15.0
v0.14.1
v0.14.0
v0.13.0
What's Changed
This release includes changes relating to trust validation and handling (made in the Rust library v0.68.0, see also trust lists for more details on trust lists).
Additionally, this release adds support for:
- Configuring the SDK using
Settings. - Using
Contextto configureReaderBuilder, and other aspects of the SDK. - Using working stores and archives.
- Using
BuilderandReadertogether to selectively construct a manifest by filtering actions and ingredients.
For answers to frequently-asked questions about these features, see the FAQs.
Feature branch PR
See also release notes
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- fix: initialise default
tsa_uriinc2pa::Signerconstructor with an empty string by @kostiantynperehuda in #104 - feat(sdk): allows access to builder by @dyro in #112
- fix: Using fully qualified name and alias confuses some compilers by @tmathern in #113
- fix: Remove an alias in headers by @tmathern in #114
- fix: Use int64_t instead of long to avoid 2GB limit on systems where long is 32-bit by @cdmurph32 in #120
New Contributors
- @cdmurph32 made their first contribution in #120
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- feat: add_action API by @tmathern in #100
- fix: Move templates around by @tmathern in #101
- docs: dd ability to generate API reference docs with Doxygen by @crandmck in #96
- docs: Add note that cawg id assertion validation is supported by @crandmck in #62
- build: enable use of this project as a CMake subproject by @kostiantynperehuda in #105
Full Changelog: v0.11.0...v0.12.0
v0.11.0
v0.0.1-alpha
This is a test for releasing pre-built binaries and header files.