Releases: contentauth/c2pa-rs
Releases · contentauth/c2pa-rs
v0.18.1
- Update Validation Status codes (#200)
- Fix async path to support ingredient box hashing (#201)
v0.18.0
- Fix issue where value was inadvertently included in Exclusion structure (#197)
- (MINOR) Bump MSRV to 1.63.0 (#198)
- Fixed unit test failure (invalid unique name generation). (#190)
v0.17.0
- Disable mdat exclusion (#187)
- Bmff v2 (#186)
- Fix for using non-c2pa segment when add required segments (#185)
- Update Ingredient and VC hashes to 1.2 spec (#184)
- (MINOR) Create a ResourceStore for binary assets (#180)
- Fix Clippy warnings from new Rust 1.67 (#182)
- Visualizations (#163)
v0.16.1
- Update xmp-toolkit from 0.6.0 to 1.0.0 (#165)
- Prepare 0.16.1 release
- Address new Clippy warnings for Rust 1.66 (#164)
- Create external manifests for unknown types (#162)
v0.16.0
- Updates some cargo dependencies (#159)
- makes manifest#add_redaction public; adds test (#156)
- Fixes support for instanceId on action and generate parameters.ingredient field when possible (#158)
- Support digitalSourceType field in Action (#154)
- (MINOR) Add sign feature for signing manifests without file I/O (#125)
- TIFF/DNG support (#152)
v0.15.0
- Fix bad error response when manifest is stripped (#153)
- (MINOR) Bump MSRV to 1.61 (#142)
- Fix new Clippy warnings generated by Rust 1.65 (#151)
- Build infrastructure improvements (#150)
- Fix manifest.set_thumbnail when add_thumbnails is enabled (#148)
- Fix for XMP links being mistaken for remote URLs (#147)
- Upgrade xmp_toolkit to 0.6.0 (#146)
- create jpeg thumbnails for pngs without alpha (#145)
- Add test_embed_with_ingredient_err (#134)
v0.14.1
- Add homepage and repository links to crates.io (#132)
- Add Exif Assertion support (#140)
v0.14.0
- (MINOR) Remove previously embedded manifests for remote manifests (#136)
- (MINOR) Add support for manifest removal (#123)
v0.13.2
- manifest_data was missing for remote manifests (#135)
v0.13.1
- Add ManifestStore::from_manifest_and_asset_bytes_async (#130)