chore(release): cut 2.3.0#103
Merged
Merged
Conversation
Bump NetDidVersion 2.2.0 -> 2.3.0 and stamp CHANGELOG [2.3.0] - 2026-07-13. Ships did:webvh log-validation hardening and conformance fixes (#101), continuous pre-rotation key-change evidence with new DidUpdateResult. RevealedUpdateKeys (#98), and deterministic key-material disposal in did:key / did:peer:0 fresh-key creation (#97). Public API changes are additive (new RevealedUpdateKeys member, additive maxControllerProofsPerEntry constructor/overload); stricter validation only rejects malicious or non-conformant logs, so this is a minor bump. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 2.3.0
Cuts NetDid 2.3.0 (minor bump from 2.2.0). Bumps
<NetDidVersion>and stamps the## [2.3.0] - 2026-07-13CHANGELOG section (fresh empty## [Unreleased]above it).Semver rationale — minor
DidUpdateResult.RevealedUpdateKeysmember; additiveDidWebVhMethod(client, logger, maxControllerProofsPerEntry)constructor andAddDidWebVh(httpClientOptions, maxControllerProofsPerEntry)overload.ArgumentException→LogChainValidationExceptionon SCID-inconsistent logs,DidUpdateResult.DidDocumentnow a private snapshot) only affect malicious or non-conformant inputs and mutate-after-return edge cases. Conforming logs validate unchanged; no wire-format change.What ships (from
[Unreleased])NewDocument, per-entry SCID identity enforcement, reject invalid/unauthorized extra controller proofs, schema-defined proof member support, verify from complete semantic JSON, reject duplicate members / invalid UTF-8, bounded controller-proof work, no unvalidatedIncludeLogtail.DidUpdateResult.UpdateKeyChangeno longer collapses toUnknown; newRevealedUpdateKeys.KeyPairin did:key / did:peer:0 fresh-key creation.Verification (net-did-verify gate) ✅
git diff --checkclean; onlyCHANGELOG.md+Directory.Build.propschangedAfter merge: tag
v2.3.0on the merge commit to triggerpublish.yml(ships the 5 NuGet packages).🤖 Generated with Claude Code