Skip to content

Latest commit

 

History

History
480 lines (351 loc) · 24.3 KB

CHANGELOG.md

File metadata and controls

480 lines (351 loc) · 24.3 KB

Changelog

All changes to this project are documented in this file.

This project adheres to Semantic Versioning, except that – as is typical in the Rust community – the minimum supported Rust version may be increased without a major version increase.

Do not manually edit this file. It will be automatically updated when a new release is published.

0.28.5

06 February 2024

  • Finish async signing implementation for cose_sign (#370)
  • adds read_cai test for PDF with content credentials (#366)
  • [IGNORE] README edits (#356)
  • Update ci.yml
  • Remove deprecated twoway crate (#361)
  • Fix response strings for BMFF and Box hash statuses (#360)
  • Restore correct 1.3 CoseSign1 headers (#359)
  • Openssl update to version 3.x (#357)
  • Add support for ARW and NEF (#355)

0.28.4

04 December 2023

  • CAI-5041 Clear Windows temp attribute (#352)

0.28.3

22 November 2023

  • Remove Blake3 dependency from c2pa-rs (#348)

0.28.2

21 November 2023

  • Fix PDF reading of manifest from wrong key (#346)

0.28.1

17 November 2023

  • readme update (#345)
  • Add support for embeddable manifests with RemoteSigner (#344)
  • Blake build fix (#343)
  • Update image crate dependency and limit features (#341)
  • Bump xmp_toolkit requirement to 1.6 (#339)
  • Disable Windows builds with latest Rust version (#342)

0.28.0

01 November 2023

  • (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)

0.27.1

04 October 2023

  • 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)

0.27.0

29 September 2023

  • supports removal of manifests from pdf (#312)
  • Support for MP3 (#295)
  • (MINOR) Signer can call timestamp authority directly (#311)
  • implements pdf read support (#309)

0.26.0

13 September 2023

  • 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)

0.25.2

02 August 2023

  • Adds a way to force no claim thumbnail generation (#288)
  • adds ManifestStoreReport::cert_chain_from_bytes (#286)

0.25.1

14 July 2023

  • Expose DataHash and BoxHash to public SDK (#284)
  • Remove debug statement (#283)

0.25.0

14 July 2023

  • (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)

0.24.0

21 June 2023

  • (MINOR) force minor version change (#273)

0.23.3

21 June 2023

  • 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)

0.23.2

19 June 2023

  • Fix for returning input stream data when using embed_from_memory (#268)

0.23.1

13 June 2023

  • Remove no-default ci test (#259)
  • includes the cert serial number in the ValidationInfo output (#263)
  • adds ManifestStoreReport::cert_chain (#265)
  • Update Timestamp message imprint to include entire protected header (#264)

0.23.0

09 June 2023

  • Box hash support (#261)
  • Fix timestamp Accuracy decoding (#262)
  • Make remote manifest handling consistent across input types (#260)
  • (MINOR) Support for Ingredients V2 and Actions V2 (#258)
  • Generate and validate 1.3 Cose signatures (#256)
  • Add type exports via JSON Schema (#255)
  • Bmff v2 (#251)

0.22.0

18 May 2023

  • (MINOR) Improved Remote Manifest handling (#250)
  • Riff streaming support (#248)

0.21.0

04 May 2023

  • (MINOR) Added ResourceNotFound error (#244)

0.20.3

03 May 2023

  • 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.

0.20.2

24 April 2023

  • Fixes bug in Ingredient_from_stream_info (#241)

0.20.1

20 April 2023

  • 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)

0.20.0

05 April 2023

  • (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)

0.19.1

28 March 2023

  • Update README (#215)

0.19.0

23 March 2023

  • 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)

0.18.1

07 March 2023

  • Update Validation Status codes (#200)
  • Fix async path to support ingredient box hashing (#201)

0.18.0

02 March 2023

  • 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)

0.17.0

22 February 2023

  • 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)

0.16.1

19 December 2022

  • 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)

0.16.1

19 December 2022

  • Address new Clippy warnings for Rust 1.66 (#164)
  • Create external manifests for unknown types (#162)

0.16.0

03 December 2022

  • 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)

0.15.0

09 November 2022

  • 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)

0.14.1

04 October 2022

  • Add homepage and repository links to crates.io (#132)
  • Add Exif Assertion support (#140)

0.14.0

23 September 2022

  • (MINOR) Remove previously embedded manifests for remote manifests (#136)
  • (MINOR) Add support for manifest removal (#123)

0.13.2

21 September 2022

  • manifest_data was missing for remote manifests (#135)

0.13.1

13 September 2022

  • Add ManifestStore::from_manifest_and_asset_bytes_async (#130)

0.13.0

26 August 2022

  • Add RemoteManifestUrl Error, returning url (#120)
  • Convert status_log error val to a string so that we can return full errors (#121)
  • Report failures from remote manifest fetch (#116)
  • Fast XMP extraction from PNG (#117)
  • Bump MSRV to 1.59.0 (#118)
  • Make sure there is a single manifest store in the asset (#114)
  • (MINOR) Switch to "lib" for crate-type (#113)

0.12.0

16 August 2022

  • Update C2PA manifest store mime type (#112)
  • Updates Manifest API to support remote and external manifests (#107)
  • Support validating remote and external manifest stores (#108)
  • Fix build error when xmp_write is not defined (#105)
  • Fix box order for BMFF (#104)
  • Added support for external manifests (#101)

0.11.3

03 August 2022

  • Remove inadvertent 1.0.0 release from changelog (#97)
  • Treat 'meta' box as standard container (#95)
  • Fix for sign_claim masking error (#96)

0.11.1

01 August 2022

  • Bug fix: Ingredients with valid claims not reporting correct thumbnails (#94)
  • Update make_test_images to use timestamp authority (#90)
  • Fix bad response for case when there is no timestamp (#89)

0.11.0

21 July 2022

  • (MINOR) Add support for remotely generated CoseSign1 signatures (#87)
  • Optimize performance of large assets (#84)

0.10.0

20 July 2022

  • Add Unicode license to allow-list (#85)
  • (MINOR) IngredientOptions allow override of hash and thumbnail generation; image library is now a default feature (#79)

0.9.1

19 July 2022

  • Fix publish workflow (#82)

0.9.0

19 July 2022

  • (MINOR) Introduce a new SigningAlg enum (#76)
  • Support for asynchronous signing of claims (#57)
  • Adds an add_validation_status method to Ingredient (#68)

0.8.1

15 July 2022

  • Use rsa crate for RSA-PSS verification in Wasm (#77)

0.8.0

15 July 2022

  • Add a new API to provide access to COSE signing logic for external signers (#75)
  • (MINOR) Move crate-level functions for creating signers to new public create_signer mod (#72)

0.7.2

14 July 2022

  • Fix broken documentation build (#74)

0.7.1

14 July 2022

  • Configure docs.rs to include feature-gated items (#73)
  • Update XMP Toolkit to 0.5.0 (#71)
  • Refactor code to limit memory usage and remove data copies during hash generation (#67)

0.7.0

29 June 2022

  • (MINOR) Return specific errors for FileNotFound and UnsupportedType (#62)

0.6.1

28 June 2022

  • Fix up changelog noise
  • Fix bug with multiple ingredients in Manifest::from_store (#61)

0.6.0

28 June 2022

  • (MINOR) Initial BMFF support (#39)

0.5.2

23 June 2022

  • Return assertion instance values starting at 1 instead of 2 (#60)

0.5.1

22 June 2022

  • Update thumbnail to be Vec<u8>, add serialization feature (#59)
  • Adds xmp_write feature to make xmp-toolkit inclusion optional (#53)

0.5.0

20 June 2022

  • (MINOR) Add asset attribute getters for manifest (#56)
  • (MINOR) Remove temp_signer from sdk; update docs and examples to use get_signer_from_files (#52)
  • (MINOR) Clean up client example; update actions and schema (#51)

0.4.2

16 June 2022

  • Fix bug in updating crate reference in README (#50)

0.4.1

16 June 2022

  • Fix bug in Cargo.toml updates (#49)

0.4.0

16 June 2022

  • Add status badges for CI validation, crates.io, and code coverage (#46)
  • Remove self-signed end-entity cert support (#48)
  • Add rustfmt toml to get edition 2018 formatting (#36)
  • (MINOR) Update from_bytes(_async) to return a Result (#43)
  • Adjust temp signer reserved sizes to account for large timestamps (#45)
  • Fix bug in verify_from_buffer (#44)
  • Remove cargo edit from publish workflow (#42)
  • Apply fix from c2patool publish workflow (#40)
  • Remove need for using OpenSSL to generate certs by using pre-generated certs (#41)
  • Update README and pull request template with formatting changes (#38)

0.3.0

08 June 2022

  • Make most jumbf_io functions crate private and move Store dependencies to Store (#37)
  • Remove c2patool source now that it's in its own repo (#35)
  • (MINOR) Update ManifestAssertion supporting instances (#34)
  • Export top level signing functions, hide other signature details (#32)
  • Add documentation for the Actions and Metadata assertions (#30)
  • Rework how c2patool is configured (#28)
  • Convert make_tests into a scriptable engine; rename to make_test_images (#29)
  • Update thiserror requirement from >= 1.0.20, < 1.0.26 to >= 1.0.20, < 1.0.32 in /sdk (#9)
  • Update base64 requirement from 0.12.2 to 0.13.0 in /sdk (#10)
  • Update range-set requirement from 0.0.7 to 0.0.9 in /sdk (#13)
  • Make Assertions opaque in the public SDK (#22)
  • Update c2pa requirement from 0.1 to 0.2 in /c2patool (#23)

0.2.0

26 May 2022

  • Fix dependency reference from c2patool crate to c2pa crate (#21)
  • (MINOR) Detailed API review for Ingredient struct (#17)

0.1.3

26 May 2022

  • Publish c2patool crate (#20)
  • Improve documentation (#14)

0.1.2

26 May 2022

  • No-op change to verify correct handling of PR numbers (#19)
  • Fix error in formatting changelog
  • Fix missing links in changelog

0.1.1

26 May 2022

  • Add Makefile for local testing (#18)
  • Add workflow for automatically releasing c2pa crate (#16)
  • Reduce fixtures size (#15)
  • Add codecov.io integration (#4)
  • Configure dependabot (#8)
  • Configure dependabot (#7)
  • Remove unnecessary steps from cargo-deny job (#6)
  • Update to latest GH Actions checkout action (#5)
  • Change ring license hash to decimal (#3)

0.1.0

23 May 2022

  • Initial public release