Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Releases: trustbloc/agent-sdk

Release v0.1.8

30 Mar 16:46
04822f6
Compare
Choose a tag to compare

This release adds the following features to the Agent SDK.

  • Wallet JS SDK
    • Aries Universal wallet integration
    • WACI interaction DIDComm V1
    • WACI interaction DIDComm V2
    • Credential manifest data model support
    • Credential Metadata Support
  • Improvements in Orb DID
  • Agent REST, Agent Mobile & Agent JS worker
    • universal wallet
    • DIDCommV2 support
    • WACI credential interaction support
    • storage upgrades
    • Improvements & bug fixes.

Release v0.1.7

17 Sep 07:18
653e8a6
Compare
Choose a tag to compare
Merge pull request #264 from fqutishat/update

chore: release 0.1.7

Release v0.1.6

06 Mar 20:06
c4f7467
Compare
Choose a tag to compare
Merge pull request #165 from soluchok/release_016

chore: Release v0.1.6

Release v0.1.5

08 Dec 03:20
21cd6ac
Compare
Choose a tag to compare

This release adds the following features to the Agent SDK.

  • Mobile bindings
    • iOS
      • REST SDK - communicates with the Agent by provided URL
      • SDK - allows building local agent (serverless)
    • Android
      • REST SDK - communicates with the Agent by provided URL
      • SDK - allows building local agent (serverless)
  • JS (npm) bindings
    • REST SDK - communicates with the Agent by provided URL
    • SDK - allows building local agent (serverless)
  • REST binding (docker image) - allows running an agent as a server. Can be used by JS/Mobile REST SDK.