Skip to content
Closed
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
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@ 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)
_13 August 2025_

### Added

* 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

* 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