Skip to content

[4] Chore: Update to 0.76.1#50

Open
redaranj wants to merge 4 commits intocontentauth:mainfrom
redaranj:chore/update-to-0.76.1
Open

[4] Chore: Update to 0.76.1#50
redaranj wants to merge 4 commits intocontentauth:mainfrom
redaranj:chore/update-to-0.76.1

Conversation

@redaranj
Copy link
Member

@redaranj redaranj commented Mar 5, 2026

Changes in this pull request

  • Updates c2pa-rs to v0.76.1

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • All applicable changes have been documented
  • Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment

@redaranj redaranj changed the title Chore/update to 0.76.1 [4] Chore: Update to 0.76.1 Mar 5, 2026
@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

❌ Patch coverage is 87.35499% with 109 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.16%. Comparing base (16dcd0b) to head (5807269).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...org/contentauth/c2pa/manifest/ManifestValidator.kt 73.17% 16 Missing and 6 partials ⚠️
...g/contentauth/c2pa/manifest/AssertionDefinition.kt 62.74% 8 Missing and 11 partials ⚠️
...n/org/contentauth/c2pa/manifest/ActionAssertion.kt 34.61% 17 Missing ⚠️
...ary/src/main/kotlin/org/contentauth/c2pa/Reader.kt 37.50% 8 Missing and 2 partials ⚠️
...ry/src/main/kotlin/org/contentauth/c2pa/Builder.kt 82.35% 5 Missing and 4 partials ⚠️
...org/contentauth/c2pa/manifest/SettingsValidator.kt 97.48% 3 Missing and 4 partials ⚠️
...c/main/kotlin/org/contentauth/c2pa/C2PASettings.kt 66.66% 2 Missing and 4 partials ⚠️
...main/kotlin/org/contentauth/c2pa/KeyStoreSigner.kt 33.33% 4 Missing and 2 partials ⚠️
...ary/src/main/kotlin/org/contentauth/c2pa/Stream.kt 85.18% 1 Missing and 3 partials ⚠️
...rc/main/kotlin/org/contentauth/c2pa/C2PAContext.kt 78.57% 0 Missing and 3 partials ⚠️
... and 4 more
Additional details and impacted files
@@              Coverage Diff              @@
##               main      #50       +/-   ##
=============================================
+ Coverage     59.82%   72.16%   +12.34%     
- Complexity        9       35       +26     
=============================================
  Files            52       58        +6     
  Lines          1558     2202      +644     
  Branches        162      300      +138     
=============================================
+ Hits            932     1589      +657     
+ Misses          526      486       -40     
- Partials        100      127       +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@redaranj redaranj force-pushed the chore/update-to-0.76.1 branch from 8c6dbd1 to 7fea03c Compare March 12, 2026 10:34
Introduce C2PAContext and C2PASettings for shared configuration across
readers and builders. Add C2PAJson for centralized JSON serialization.
Add SettingsValidator for validating C2PA settings. Rewrite Builder to
use context-based creation flow. Add Reader context support with
withStream and withFragment. Update native library to v0.75.19.
Add ManifestValidator for C2PA 2.3 spec compliance checking. Enhance
ManifestDefinition with created vs gathered assertion separation.
Add PredefinedAction, StandardAssertionLabel, and ImageRegionType types.
Integrate manifest validation into Builder.fromJson(). Add c2patool
integration for external validation. Expand test coverage with
comprehensive manifest and validation tests.
Add KDoc to all public APIs. Convert test code to idiomatic .use{}
blocks. Add @JvmStatic and @serializable annotations where missing.
Align signing server property names with Kotlin conventions.
@redaranj redaranj force-pushed the chore/update-to-0.76.1 branch from 7fea03c to 5807269 Compare March 12, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant