Releases: hyperledger/aries-framework-swift
Releases · hyperledger/aries-framework-swift
v2.5.0
v2.4.0
v2.3.0
What's Changed
- Implement DID Exchange Protocol by @conanoc in #102
- support delete by id by @kukgini in #96
- LedgerService as a protocol. by @kukgini in #103
- Seperate IndyLedgerService to a new file by @conanoc in #106
- BaseRecord support Identifiable protocol by @kukgini in #104
- Verify did_rotate attachment signature by @conanoc in #107
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
v1.2.3
Many bugs are fixed including revocation handling and mediator message pickup.
What's Changed
- feature: Support invitation short url by @conanoc in #16
- fix the error of ACA-py agent not accepting OOB response by @conanoc in #19
- enable AgentConfig codable. by @kukgini in #26
- refactor: Prepare to support multiple pools by @kukgini in #31
- ProofAttributeInfo.names should be an array type by @kukgini in #47
- Support build on XCode 14 by @conanoc in #49
- Fix crash when there are multiple attributes to prove by @conanoc in #50
- Fix ack message expect response problem by @kukgini in #51
- fix revocation registry delta deserialize error. by @kukgini in #52
- fix unable to download tails file error when tails directory not exists. by @kukgini in #53
- filter out revoked credentials from requested credentials when auto s… by @kukgini in #54
- Fix typo by @conanoc in #58
- Assert the mediator invitation url is same to that of mediation record by @conanoc in #59
- Delete mediation record if it's not ready by @conanoc in #60
- Fix implicit pickup by @conanoc in #61
Full Changelog: v1.2.2...v1.2.3