Releases: interop-alliance/byoe-react-examples
Releases · interop-alliance/byoe-react-examples
Release list
v0.3.0
Changed
- Both examples: upgrade
@interop/was-reactto^0.13.0and adopt the App
ConnectappUrlprofile. Each app configures anappUrl-- 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/notesfor
notes andhttp://localhost:5174/text-editorfor the text editor, both
overridable withVITE_APP_URL. - Notes: the LWW attribution label is
writerId(getWriterId()), renamed from
clientId/getClientId(); theNotepayload 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
Release v0.1.1 Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>