Skip to content

chore: release#2145

Open
caiopensrc wants to merge 1 commit into
mainfrom
release-plz-2026-05-13T18-48-29Z
Open

chore: release#2145
caiopensrc wants to merge 1 commit into
mainfrom
release-plz-2026-05-13T18-48-29Z

Conversation

@caiopensrc
Copy link
Copy Markdown
Collaborator

@caiopensrc caiopensrc commented May 13, 2026

🤖 New release

  • c2pa: 0.84.1 -> 0.85.0 (⚠ API breaking changes)
  • c2pa-c-ffi: 0.84.1 -> 0.85.0
  • c2patool: 0.26.59 -> 0.26.60

c2pa breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Manifest is no longer UnwindSafe, in /tmp/.tmp60Q7LD/c2pa-rs/sdk/src/manifest.rs:59
  type Manifest is no longer RefUnwindSafe, in /tmp/.tmp60Q7LD/c2pa-rs/sdk/src/manifest.rs:59
  type Ingredient is no longer UnwindSafe, in /tmp/.tmp60Q7LD/c2pa-rs/sdk/src/ingredient.rs:58
  type Ingredient is no longer RefUnwindSafe, in /tmp/.tmp60Q7LD/c2pa-rs/sdk/src/ingredient.rs:58
  type ManifestDefinition is no longer UnwindSafe, in /tmp/.tmp60Q7LD/c2pa-rs/sdk/src/builder.rs:106
  type ManifestDefinition is no longer RefUnwindSafe, in /tmp/.tmp60Q7LD/c2pa-rs/sdk/src/builder.rs:106
Changelog

c2pa

0.85.0

19 May 2026

Added

  • Support CAWG callback signing via c_ffi (#2118)

Fixed

  • Harden against Builder::base_path injection attack on archive deserialisation (#2139)
  • Harden against integer overflow attacks in hash_stream_by_alg_with_progress range validation (#2140)

Other

  • Fix lints in newer Rust versions. (#2153)
  • Optimize signing passes/copies for large PNGs (#1967)
  • Optimize signing passes/copies for large RIFFs (#1970)
  • Optimize signing passes/copies for large JPEGs (#1971)
  • Lazy-load ingredient manifest stores from shared Arc (#2103)
  • Consolidate embeddable async functions (#2149)
  • Consolidate async verify functions (#2146)

c2pa-c-ffi

0.85.0

19 May 2026

Added

  • Support CAWG callback signing via c_ffi (#2118)

c2patool

0.26.60

19 May 2026

Added

  • Support CAWG callback signing via c_ffi (#2118)


This PR was generated with release-plz.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.31%. Comparing base (46f4694) to head (54fd10b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2145   +/-   ##
=======================================
  Coverage   78.31%   78.31%           
=======================================
  Files         176      176           
  Lines       45670    45670           
=======================================
  Hits        35767    35767           
  Misses       9903     9903           

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

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 13, 2026

Merging this PR will improve performance by 18.49%

⚡ 2 improved benchmarks
✅ 28 untouched benchmarks
⏩ 64 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation small 23.6 ms 20.6 ms +14.31%
Simulation small 31 ms 25.2 ms +22.81%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing release-plz-2026-05-13T18-48-29Z (54fd10b) with main (36605af)2

Open in CodSpeed

Footnotes

  1. 64 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on main (46f4694) during the generation of this report, so 36605af was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@caiopensrc caiopensrc force-pushed the release-plz-2026-05-13T18-48-29Z branch 3 times, most recently from d5fae56 to 553389d Compare May 18, 2026 17:39
@caiopensrc caiopensrc force-pushed the release-plz-2026-05-13T18-48-29Z branch from 553389d to 54fd10b Compare May 19, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant