Skip to content

Releases: hyperledger/aries-framework-swift

v2.5.0

09 Jul 08:41
ad20d84
Compare
Choose a tag to compare

What's Changed

v2.4.0

19 Jun 04:43
101cac6
Compare
Choose a tag to compare

What's Changed

  • Support connection-less credential exchange and proof exchange. by @kukgini in #112

Full Changelog: v2.3.0...v2.4.0

v2.3.0

26 Apr 09:09
6f9b179
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

11 Mar 08:23
16c27db
Compare
Choose a tag to compare

What's Changed

  • Update javascript test, pass AgentTest.testReceiveCredentialThroughOOB() by @conanoc in #88
  • Refresh the ledger pool by @conanoc in #90

Full Changelog: v2.1.1...v2.2.0

v2.1.1

29 Feb 06:24
ed9f6ad
Compare
Choose a tag to compare

What's Changed

  • Update aries wrapper version to 0.2.0 by @conanoc in #80

Full Changelog: v2.1.0...v2.1.1

v2.1.0

04 Dec 06:01
3db307c
Compare
Choose a tag to compare

What's Changed

v2.0.1

23 Nov 08:20
8192551
Compare
Choose a tag to compare

What's Changed

v2.0.0

13 Nov 06:15
51a97e5
Compare
Choose a tag to compare

Replace Indy SDK and convert to a Swift package

v1.2.3

18 Aug 01:16
0ac986d
Compare
Choose a tag to compare

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

v1.2.2

21 Dec 05:45
067e0ee
Compare
Choose a tag to compare
  • Fix handling oob invitation from ACA-Py #6 #9
  • Fix mediator connection error #8