Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,42 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

Since version 0.36.2, the format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.59.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.58.0...c2pa-v0.59.0)
_14 August 2025_

### Added

* Add option for configuring trust when validating identity assertions (CAI-7980) ([#1239](https://github.com/contentauth/c2pa-rs/pull/1239))
* Add new soft binding fields to the ingredient assertion structure ([#1306](https://github.com/contentauth/c2pa-rs/pull/1306))
* Add cawg.metadata label and test. ([#1305](https://github.com/contentauth/c2pa-rs/pull/1305))
* Certificate status assertion ([#1236](https://github.com/contentauth/c2pa-rs/pull/1236))
* Browser wasm fetch remote manifests ([#1259](https://github.com/contentauth/c2pa-rs/pull/1259))
* Define `DigitalSourceType` as enum ([#1260](https://github.com/contentauth/c2pa-rs/pull/1260))
* Impl Soft Binding assertion definition ([#1147](https://github.com/contentauth/c2pa-rs/pull/1147))
* Add metadata assertion and support for validation ([#1258](https://github.com/contentauth/c2pa-rs/pull/1258))
* Remove `Send` trait for `CAIRead` on Wasm ([#1264](https://github.com/contentauth/c2pa-rs/pull/1264))
* [**breaking**] Change `Verifier` to hold a `Cow<'a, CertificateTrustPolicy` rather than a reference ([#1238](https://github.com/contentauth/c2pa-rs/pull/1238))
* V2 Claims are now generated by default ([#1266](https://github.com/contentauth/c2pa-rs/pull/1266))
* Bump MSRV to 1.86.0 ([#1269](https://github.com/contentauth/c2pa-rs/pull/1269))
* Expand settings API ([#1192](https://github.com/contentauth/c2pa-rs/pull/1192))

### Fixed

* Fix broken ingredient recursion ([#1309](https://github.com/contentauth/c2pa-rs/pull/1309))
* Mark the CreativeWork assertion as deprecated ([#1304](https://github.com/contentauth/c2pa-rs/pull/1304))
* Make common name available to manifest_store ([#1300](https://github.com/contentauth/c2pa-rs/pull/1300))
* V2 redactions were reporting validation error if the assertion was redacted ([#1282](https://github.com/contentauth/c2pa-rs/pull/1282))
* Bmff update manifest support ([#1284](https://github.com/contentauth/c2pa-rs/pull/1284))
* Report correct identity assertion JUMBF URI when reporting validation status ([#1292](https://github.com/contentauth/c2pa-rs/pull/1292))
* Support for BMFF V3 hashing options ([#1253](https://github.com/contentauth/c2pa-rs/pull/1253))
* Remove "other" field in `Metadata` assertion ([#1251](https://github.com/contentauth/c2pa-rs/pull/1251))
* Add support for m4v ([#1254](https://github.com/contentauth/c2pa-rs/pull/1254))

### Other

* Rename Metadata to AssertionMetadata ([#1261](https://github.com/contentauth/c2pa-rs/pull/1261))
* Feature flag `test_reader_remote_url` with feature `fetch_remote_manifests` ([#1252](https://github.com/contentauth/c2pa-rs/pull/1252))

## [0.58.0](https://github.com/contentauth/c2pa-rs/compare/c2pa-v0.57.0...c2pa-v0.58.0)
_18 July 2025_

Expand Down
Loading
Loading