Skip to content

Releases: hyperledger/aries-vcx

Release 0.17.1

29 Mar 15:06
fe4bab4
Compare
Choose a tag to compare

0.17.1 (2021-03-29)

  • Release 0.17.1 #263
  • Expose rekey feature #262

Release 0.17.0

24 Mar 14:21
38104fb
Compare
Choose a tag to compare

0.17.0 (2021-03-24)

  • Upgrade to indy-sdk v1.16.0, release 0.17.0 #261

Release 0.16.0

21 Jan 11:26
70269e1
Compare
Choose a tag to compare

0.16.0 (2021-01-21)

Breaking changes

  • Remove deprecated vcx_get_proof, vcx_get_proof_msg doesn't do proof update #247
  • Remove deprecated cred update functions, refactor cred FSM #243

Enhancements

  • Add new initialization methods #223

  • Fix nodejs agentcore log messages #259
  • Upgrade axios #258
  • Release 0.16.0 #257
  • Refactor/sending messages #255

Release 0.15.0

22 Dec 18:00
0b0a73e
Compare
Choose a tag to compare

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

04 Dec 16:59
521462e
Compare
Choose a tag to compare

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

  • Fix indypool docker image #224
  • Add prerelease support #222
  • Fetch pool image from GitHub Container Registry #217
  • Add CI section config to changelog generator #215
  • Fix name of android wrapper device artifact #214

  • Release 0.14.2 #221
  • Remove agency settings #208

Release 0.14.0

26 Nov 13:27
6fb2a6c
Compare
Choose a tag to compare

Changelog

0.14.0 (2020-11-26)

Breaking changes:

  • Delete deprecated init functions, migrate tests #199

Implemented enhancements:

  • Add trustping and feature discovery support to node vcxagent-core #192

Merged pull requests:

  • Add apis to vcxagent-core #211
  • Add and update documentation #207
  • Remove usage of deprecated set-env Github Action feature #205
  • Update to Rust edition2018, fix compile warnings #204
  • Move agency\_comm to separate crate #193

Release 0.13.1

10 Nov 16:44
84a722b
Compare
Choose a tag to compare

Changelog

0.13.1 (2020-11-10)

Merged pull requests:

  • Fix iOS wrapper #201

Release 0.13.0

10 Nov 12:47
fc88c25
Compare
Choose a tag to compare

Changelog

0.13.0 (2020-11-10)

Breaking changes:

  • Remove notion of protocol_type, communication_method #184
  • Support config on rotation #182

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

27 Oct 20:37
28e1084
Compare
Choose a tag to compare

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

Release 0.11.0

03 Oct 19:48
5077af2
Compare
Choose a tag to compare

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