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 settingsvcx_open_pool
- open poolvcx_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