Skip to content

Releases: interop-alliance/byoe-context

v0.5.0

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 16 Aug 15:40

Changed

  • BREAKING: VOCAB_CONTEXT_URL changes from https://w3id.org/byoe to
    https://w3id.org/byoe/v1, and the serialized file moves from
    contexts/byoe-v1.jsonld to contexts/v1.jsonld (VOCAB_CONTEXT_FILENAME).
    The versioned URL dereferences under the existing w3id.org redirect rule
    (/byoe/v1 to contexts/v1.jsonld on the GitHub Pages site); the bare
    /byoe path 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

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 16 Aug 02:55

Added

  • Add a second context document, the bare BYOE vocab context served at
    https://w3id.org/byoe (VOCAB_CONTEXT_URL / CONTEXT_VOCAB_V1, serialized
    to contexts/byoe-v1.jsonld). Defines the MultikeyCommitment
    verification-method type (https://w3id.org/security#MultikeyCommitment) and
    its publicKeyCommitment property
    (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 collection to
    private-collection and shared-collection to shared-wallet-collection,
    matching the App Connect spec; the retired spellings are removed.
  • Vocab page: mark the space entry reserved, matching the App Connect spec's
    reserved-descriptor table.

v0.3.0

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 11 Aug 00:45

Added

  • Add the appUrl term (https://w3id.org/byoe#appUrl) to CONTEXT_V1, with a
    matching entry on the vocab page.

v0.2.0

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 01 Aug 22:47

Added

  • Add the LoginCredential term (https://w3id.org/byoe#LoginCredential) and
    the preferredUsername term (the ActivityStreams IRI) to CONTEXT_V1, with a
    matching LoginCredential entry on the vocab page.