Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

v0.1.7 Release Notes

Compare
Choose a tag to compare
@fqutishat fqutishat released this 14 Sep 20:33
· 465 commits to main since this release
edf572c
  • DIDCommV2 support for packing/unpacking
  • DIDComm service block now uses KeyAgreement.ID for DIDCommV2 and did:key for DIDCommV1
  • DID Connection store uses keyAgreement.ID for DIDCommV2 and did:key for DIDCommV1
  • Present Proof V3
  • Aries Framework Go wallet
  • JSON-LD Context API
  • Added a method to the storage iterator interface for getting total items
  • Added sort order query options that can be supported by storage implementations
  • Improved documentation for expected behaviours of various storage interface methods
  • New common storage tests that check for more scenarios and improve consistency among implementations