- Adjust the
/history
endpoint to also support public channels - Add history UI to the dashboard
- User interface (dashboard) to manage identities, credentials and channels
- Split code base into
ssi-bridge
andaudit-trail-gw
- Audit trail gateway is now independent of ssi-bridge
- API gateway for the micro services and dashboard
- A channel can now have a
name
and adescription
- Identity chaining via
creator
field - Enhanced search for channel-info and identities
- New endpoint:
/authentication/verify-jwt
to check whether a JWT is valid and signed by the IS - New guides to the wiki
- Rename
identityId
toid
- Rename
identity-docs
collection toidentity-keys
- Adjust data model of the
identity-docs
collection
Use the migration script linked here to migrate the database and stored data models.
- Add wiki with detailed examples
- NodeJs client sdk
- Add several security features
- Made API easier to scale by adding Kubernetes
- Improve setup scripts
- Dependencies upgrades