Releases: interop-alliance/byoe-context
Releases · interop-alliance/byoe-context
Release list
v0.5.0
Changed
- BREAKING:
VOCAB_CONTEXT_URLchanges fromhttps://w3id.org/byoeto
https://w3id.org/byoe/v1, and the serialized file moves from
contexts/byoe-v1.jsonldtocontexts/v1.jsonld(VOCAB_CONTEXT_FILENAME).
The versioned URL dereferences under the existing w3id.org redirect rule
(/byoe/v1tocontexts/v1.jsonldon the GitHub Pages site); the bare
/byoepath remains a redirect to the vocabulary homepage. The context
contents are unchanged. Documents already minted with the bare URL are
unaffected but will not dereference; consumers should mint against the
versioned URL.
v0.4.0
Added
- Add a second context document, the bare BYOE vocab context served at
https://w3id.org/byoe(VOCAB_CONTEXT_URL/CONTEXT_VOCAB_V1, serialized
tocontexts/byoe-v1.jsonld). Defines theMultikeyCommitment
verification-method type (https://w3id.org/security#MultikeyCommitment) and
itspublicKeyCommitmentproperty
(https://w3id.org/security#publicKeyCommitment, a plain string, not
multibase), for did:webvh documents that publish hash-commitment verification
methods.
Changed
- Vocab page: rename the descriptor-type entries
collectionto
private-collectionandshared-collectiontoshared-wallet-collection,
matching the App Connect spec; the retired spellings are removed. - Vocab page: mark the
spaceentry reserved, matching the App Connect spec's
reserved-descriptor table.
v0.3.0
Added
- Add the
appUrlterm (https://w3id.org/byoe#appUrl) toCONTEXT_V1, with a
matching entry on the vocab page.
v0.2.0
Added
- Add the
LoginCredentialterm (https://w3id.org/byoe#LoginCredential) and
thepreferredUsernameterm (the ActivityStreams IRI) toCONTEXT_V1, with a
matchingLoginCredentialentry on the vocab page.