Skip to content

Releases: contentauth/c2pa-rs

v0.18.1

08 Mar 00:02
Compare
Choose a tag to compare
v0.18.1 Pre-release
Pre-release
  • Update Validation Status codes (#200)
  • Fix async path to support ingredient box hashing (#201)

v0.18.0

02 Mar 22:47
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release
  • 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

22 Feb 20:47
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release
  • 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

19 Dec 20:07
Compare
Choose a tag to compare
v0.16.1 Pre-release
Pre-release
  • 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

03 Dec 01:19
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release
  • 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

09 Nov 19:05
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release
  • 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

04 Oct 01:12
Compare
Choose a tag to compare
v0.14.1 Pre-release
Pre-release
  • Add homepage and repository links to crates.io (#132)
  • Add Exif Assertion support (#140)

v0.14.0

23 Sep 20:23
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release
  • (MINOR) Remove previously embedded manifests for remote manifests (#136)
  • (MINOR) Add support for manifest removal (#123)

v0.13.2

21 Sep 03:16
Compare
Choose a tag to compare
v0.13.2 Pre-release
Pre-release
  • manifest_data was missing for remote manifests (#135)

v0.13.1

13 Sep 23:53
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release
  • Add ManifestStore::from_manifest_and_asset_bytes_async (#130)