- Presentation Exchange improvements
- SD-JWT documentation
- CI : Ubuntu runner update to v22.04
Refer https://github.com/hyperledger/aries-framework-go/releases/tag/v0.2.0 for new commits.
Refer https://github.com/hyperledger/aries-framework-go/releases/tag/v0.1.9 for new commits.
- DIDCommV2 full support:
- Updated to V2 message structure
- OOB V2
- Issue Credential V3, Present Proof V3
- Mediator protocol support for DIDComm V2
- DID Rotation
- Universal Wallet:
- WACI Issuance
- WACI Presentation
- Credential Manifest support & minor improvements
- Aries RFCs / Interop
- Web-redirect support in issue-credential and present-proof protocols (V2 and V3)
- Media type profile support
- Various minor fixes
- Fixes and improvements to Crypto, KMS, VDR, Verifiable Credential, Storage, and other components
- 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
- RFC 0510: Presentation-Exchange Attachment (#2472)
- Presentation Exchange support (#2437)
- Present Proof supports BBS+ (#2602)
- Sign credential API - support BBS+ (#2601)
- Support BBS+ in KMS (#2295)
- Support name prefixes in localkms storage to create multi-tenant KMS (#2435)
- Created Service Provider Interface (SPI) module (#2512).
- Reworked storage interface to be more fully featured and to fit better with encrypted storage solutions like EDV.
- Added storage provider wrappers that can be used to add automatic caching and batching support to any concrete storage implementation.
- Added a common storage test suite for ensuring consistency across storage implementations.
- Various bug fixes and performance enhancements.