Release 0.14.0 - #163
Merged
Merged
Release 0.14.0#163
Conversation
A credential is matched on the vct it carries, and an mdoc on the docType in its own MSO, rather than on metadata copies that may never exist. The Swift counterpart of the Android fix found on a live wallet, plus the doctype half this package had not yet taken. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The reviewed release documentation has no blocking issues.
Review effort: Lite
Findings: None
What changed in this PR
Releases version 0.14.0 with DCQL matching fixes for credential VCTs and mdoc document types.
Changes:
- Documents payload-based VCT matching.
- Documents MSO-based mdoc
docTypematching.
| File | Description |
|---|---|
CHANGELOG.md |
Adds the 0.14.0 release entry and fix details. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.



Releases the DCQL matching fix from #162, the Swift counterpart of siros-sdk-kotlin#208.
A credential is matched on the vct it carries rather than on
credential.metadata?.vct, a rendering artefact that is absent until an issuance flow has an offer to build it from and that the hydration pass will not repair once it exists. Found on Android, where a freshly issued EBW-OID credential carryingvct: uri:eu.ebw.oid.1matched 0 candidates against a query naming exactly that; verified fixed on the device there.This release also takes the doctype half, which Android fixed earlier and this package had not: an mdoc is now matched on the docType in its own MSO, so a third-party mdoc without a SIROS-internal MDDL endpoint is no longer unmatchable while being perfectly presentable.
The version TestFlight publishes comes from the tag, so there is no
project.ymlbump here.🤖 Generated with Claude Code