github hyperledger/aries-vcx 0.12.0
Release 0.12.0

latest releases: 0.63.0, 0.62.0, 0.61.0...
3 years ago

Changelog

0.12.0 (2020-10-27)

Breaking changes:

  • Modify format of vcx_messages_download output #173
  • Delete legacy (non-aries) code

Deprecations:
Deprecated functions vcx_init, vcx_init_with_config, vcx_init_minimal. These functions had more responsibilities than should. We instead provide separate functions which combined can provide functionality of the deprecated ones. New API:

  • vcx_init_core - initializes vcx settings
  • vcx_open_pool - open pool
  • vcx_open_wallet- opens wallet

Enhancements:

  • Return / accept strictly A2AMessages #137 #135
  • Add function vcx_credential_get_attachment #175
  • Add functions vcx_credential_get_attributes, vcx_disclosed_proof_get_proof_request_attachment #141
  • Add filtering API to filter proof requests by issuer-selected proof request name #132
  • Add update state v2 to wrappers #164
  • Add function vcx_v2_messages_download as secure method of downloading messages from agency #158
  • Authenticate connection msgs #134

Refactoring and testing

  • Extract auto-update logic from aries #155
  • Revocation registry rotation scenarios #136
  • Add more integration tests, add proof request filtering by name #130
  • Refactor agent-core, publish as package, add signing tests #129
  • Refactor, remove legacy agency protocol #127

Don't miss a new aries-vcx release

NewReleases is sending notifications on new releases.