Releases: hyperledger/aries-vcx
Releases · hyperledger/aries-vcx
Release 0.17.1
Release 0.17.0
Release 0.16.0
Release 0.15.0
0.15.0 (2020-12-22)
Breaking changes
- Deprecate update functions API and add their alternatives #240
CI changes
- Fix CI logic how releasing is determined #246
- Ci/refactor workflow setup logic #245
- Fix incorrect evaluation whether PR is prerelease #244
- Use available OpenSSL library #236
Wrapper changes
- Eslint last anys #238
- Node wrapper eslint fix anys #237
- Node wrapper eslint manual lint #235
- Applied prettier rules #234
- Node wrapper eslint #232
- Init rust api once #228
- Release/0.15.0 #242
Release 0.14.2
0.14.2 (2020-12-04)
Enhancements
- Split provision into API-exposed stages #219
Bug fixes
- Remove rev reg value caching in build rev states #213
CI changes
Release 0.14.0
Release 0.13.1
Release 0.13.0
Changelog
0.13.0 (2020-11-10)
Breaking changes:
Implemented enhancements:
- Allow issuer to set custom tails location #176
Merged pull requests:
- Release 0.13.0 #200
- Add roadmap #195
- Use revocation details on rev reg rot in node wrapper #191
- Update docs #190
- Enable passing agency url as arg to vcxagent-cli #189
- Build arm instead of armv7 #185
- Add ver field to revocation registry definition #183
- Deserialize storage config properly #181
- Fix CI build for iOS wrapper #177
- Split libvcx alpine image build in 2 phases #174
- Remove dependencies on global settings #169
- Update rust toolchain to 1.45.2 #154
- Refactor messages/agency_comm module, delete legacy proof #149
- Generate code coverage based on integration tests #138
Release 0.12.0
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
Release 0.11.0
Breaking changes:
- Delete legacy (non-aries) code
Enhancements:
- Return state from update state node wrapper methods #109
Refactoring and testing
- Fix path in iOS artifact #124
- Add local revocation integration test #123
- Extract proof functions to
proof_utils.rs
, refactoring tests #122 - Remove legacy disclosed proof #118
- Remove legacy proof #117
- Remove legacy issuer credential #116
- Split connection state machines files #115
- Remove legacy credentials #107
- Remove legacy connection #104