Skip to content

Releases: interop-alliance/byoe-react-examples

Release list

v0.3.0

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 12 Aug 14:59

Changed

  • Both examples: upgrade @interop/was-react to ^0.13.0 and adopt the App
    Connect appUrl profile. Each app configures an appUrl -- its canonical
    URL, which names the application within its origin, so the app-key identity is
    scoped to (user, origin, appUrl) -- in place of the removed
    credential: { credentialType, vocabBase }: http://localhost:5173/notes for
    notes and http://localhost:5174/text-editor for the text editor, both
    overridable with VITE_APP_URL.
  • Notes: the LWW attribution label is writerId (getWriterId()), renamed from
    clientId / getClientId(); the Note payload field follows.
  • Notes: the node test opens its replica with an epoch-bearing encryption
    descriptor per collection (epoch-from-birth), minted with wallet-core's
    mintRecordEncryption.

v0.1.1

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 12 Jul 18:24
Release v0.1.1

Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>