Releases: contentauth/c2pa-rs
Releases · contentauth/c2pa-rs
v0.21.0
- (MINOR) Added ResourceNotFound error (#244)
v0.20.3
- backed out calls to set_memory_thumbnail (#243)
- Revert "backed out calls to set_memory_thumbnail"
- backed out calls to set_memory_thumbnail This was causing thumbnail files to not be generated.
v0.20.2
- Fixes bug in Ingredient_from_stream_info (#241)
v0.20.1
- Ingredient async and thumbnail support (#240)
- Update actix requirement from 0.11.0 to 0.13.0 in /sdk (#209)
- Update uuid requirement from 0.8.1 to 1.3.1 in /sdk (#237)
- Upgrade x509-parser to 0.15.0 (#229)
- Add support for ARM on Linux (#233)
v0.20.0
- (MINOR) SVG support (#226)
- (MINOR) Update several X509-related crate dependencies (#225)
- Update thiserror to 1.0.40 in /sdk (#223)
- Avoid chrono's transitive dependency on time crate (#222)
- Require openssl >0.10.48 to address multiple RUSTSEC warnings (#221)
- Apply code format to doc comments (#220)
v0.19.0
- Makefile update (#213)
- Streaming enhancement (#212)
- Adds base_path_take to ResourceStore (#205)
- Add write support for HEIC, HEIF, AVIF (#210)
- (MINOR) Riff support with refactored AssetIO (#203)
- (MINOR) Resource format and is_parent / relationship changes (#202)
- Fix hash algo warning in Wasm and hashing for RSA-PSS SHA-384/512 (#206)
- Derive impl of Default for Relationship enum (#204)
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)