Skip to content

Bump version to 2.0.0 and add the 2.0.0 ChangeLog - #76

Merged
mattia-moffa merged 1 commit into
wolfSSL:mainfrom
aidangarske:release-2.0.0
Sep 17, 2026
Merged

mattia-moffa merged 1 commit into
wolfSSL:mainfrom
aidangarske:release-2.0.0

Conversation

@aidangarske

@aidangarske aidangarske commented Sep 7, 2026

Copy link
Copy Markdown
Member

Bumps wolfCOSE to 2.0.0 and publishes the complete release notes for all 27 PRs merged since 1.0.0.

The release adds HSS/LMS signatures, RFC 9338 countersignatures, RFC 9783 PSA/EAT attestation, RFC 9864 fully specified signature algorithms, experimental COSE-HPKE, delegated signing, expanded key and CBOR APIs, interoperability coverage, and parser and key-handling hardening. No CVEs were assigned for this release.

Compatibility

WOLFCOSE_KEY gained delegated-signing and internal key-type tracking fields. Applications must be recompiled against the 2.0.0 headers. Code that initializes keys with wc_CoseKey_Init() and attaches keys through the wc_CoseKey_Set*() APIs does not need source changes.

New messages use the RFC 9864 fully specified signature IDs. Existing messages using the deprecated RFC 9053 ES256, ES384, ES512, or EdDSA IDs require WOLFCOSE_ENABLE_DEPRECATED_ALGS; changing a protected algorithm ID requires re-signing the message.

Validation

The ci:release qualification run passed at candidate commit 61f7e033c2b124dab812001df10fea014c8c8123.

  • All 91 PR checks passed.
  • Release metadata, advanced feature scenarios, C++ compilation, Valgrind, and merged coverage passed.
  • The source tarball and ZIP were built reproducibly, unpacked independently, and smoke-tested.
  • The generated wolfcose-2.0.0.tar.gz, wolfcose-2.0.0.zip, and wolfcose-2.0.0.sha256 artifacts were downloaded and their checksums verified locally.

Copilot AI lite review requested due to automatic review settings September 7, 2026 19:27
@aidangarske aidangarske self-assigned this Sep 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The new 2.0.0 notes/ChangeLog describe features from PRs that are still open, so the release documentation can be factually incorrect if merged/backported prematurely.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Prepares the wolfCOSE 2.0.0 release by bumping the public version macros and adding consolidated 2.0.0 release notes in the top-level ChangeLog and docs release-notes.

Changes:

  • Update LIBWOLFCOSE_VERSION_STRING / LIBWOLFCOSE_VERSION_HEX to 2.0.0.
  • Refresh README.md “current release” blurb for 2.0.0.
  • Add a new 2.0.0 section to ChangeLog.md and docs/Release-Notes.md.
File summaries
File Description
README.md Updates the “current release” summary to 2.0.0.
include/wolfcose/version.h Bumps the library version string and hex constant to 2.0.0.
docs/Release-Notes.md Adds a 2.0.0 release-notes section summarizing changes since 1.0.0.
ChangeLog.md Adds a 2.0.0 ChangeLog section with detailed release notes.
Review details
  • Files reviewed: 4/4 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread ChangeLog.md Outdated
Comment thread docs/Release-Notes.md Outdated
@aidangarske
aidangarske marked this pull request as ready for review September 17, 2026 19:01
@aidangarske aidangarske added the ci:release Release toggle: run release qualification label Sep 17, 2026
@mattia-moffa
mattia-moffa merged commit f907071 into wolfSSL:main Sep 17, 2026
91 checks passed
@aidangarske
aidangarske deleted the release-2.0.0 branch September 17, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:release Release toggle: run release qualification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants