Skip to content

Releases: contentauth/c2pa-rs

v0.28.0

01 Nov 23:33
Compare
Choose a tag to compare
v0.28.0 Pre-release
Pre-release
  • (PATCH) switches af relationship for a reference to the c2pa data to an array of references, one of which is the c2pa spec (#333)
  • Restore async versions of embedd functions (#327)
  • (MINOR) Support databox thumbnails CAI-4142 (#325)
  • (MINOR) Reuse claim thumbnail as ingredient thumbnail if the store is valid (#322)
  • (MINOR) Use JUMBF URIs for ManifestStore identifiers (#323)
  • Add ManifestStore::from_stream (#319)
  • Adds embed_to_stream (#313)

v0.27.1

04 Oct 21:03
Compare
Choose a tag to compare
v0.27.1 Pre-release
Pre-release
  • Support for validating JPEGs that contain MPF (multi-picture format). (#317)
  • Add ability to customize HTTP headers on timestamp request to Signer and AsyncSigner traits (#315)
  • Add all of the MIME types that are associated with WAV files (#316)
  • Allow MS_C2PA_SIGNING OID to pass (#314)

v0.27.0

29 Sep 23:42
Compare
Choose a tag to compare
v0.27.0 Pre-release
Pre-release
  • supports removal of manifests from pdf (#312)
  • Support for MP3 (#295)
  • (MINOR) Signer can call timestamp authority directly (#311)
  • implements pdf read support (#309)

v0.26.0

13 Sep 21:48
Compare
Choose a tag to compare
v0.26.0 Pre-release
Pre-release
  • Add support for default SVG MIME type (#305)
  • Support for writing and reading manifest data from simple PDFs (without incremental updates or signatures) (#249)
  • Increase actix requirement to 0.13.1 (#304)
  • (MINOR) Expose HashRange (#300)
  • Lock openssl-sys version to 0.9.92 (#302)
  • Update links to C2PA spec to 1.3 (#292)
  • Error saving stream writes (#290)
  • Fix for overly harsh checks when checking Merkle trees. (#289)

v0.25.2

02 Aug 04:52
Compare
Choose a tag to compare
v0.25.2 Pre-release
Pre-release
  • Adds a way to force no claim thumbnail generation (#288)
  • adds ManifestStoreReport::cert_chain_from_bytes (#286)

v0.25.1

14 Jul 18:25
Compare
Choose a tag to compare
v0.25.1 Pre-release
Pre-release
  • Expose DataHash and BoxHash to public SDK (#284)
  • Remove debug statement (#283)

v0.25.0

14 Jul 08:06
Compare
Choose a tag to compare
v0.25.0 Pre-release
Pre-release
  • (MINOR) User, UserCbor and Uuid assertions removed from SDK (#141)
  • Fix for #195 make_test_images missing ingredient references (#254)
  • Return ResourceNotFound instead of NotFound for resource get (#279)
  • (MINOR) Minor improvements for Wasm and Node.js interoperability (#276)
  • Fix iloc extent_offsets when offset_size is 0 (#277)
  • (MINOR) Converts DataHash and BoxHash methods to use RemoteSigner instead of AsyncSigner (#280)
  • (MINOR) Embeddable manifest support (#266)
  • Repair CI tests (#278)

v0.24.0

21 Jun 23:40
Compare
Choose a tag to compare
v0.24.0 Pre-release
Pre-release
  • (MINOR) force minor version change (#273)

v0.23.3

21 Jun 21:44
Compare
Choose a tag to compare
v0.23.3 Pre-release
Pre-release
  • Bump minor version and update README.md (#272)
  • Updates (#270)
  • Add Send to CAIRead trait so that it can be used across threads (#271)
  • Generate old COSE headers for temporary backwards support (#269)

v0.23.2

19 Jun 18:33
Compare
Choose a tag to compare
v0.23.2 Pre-release
Pre-release
  • Fix for returning input stream data when using embed_from_memory (#268)