Skip to content

Releases: hyperledger/aries-vcx

Release 0.21.0

05 Oct 10:01
5744dac
Compare
Choose a tag to compare

0.21.0 (2021-10-05)

Breaking changes

  • Expose thread id #348

Enhancements

  • Update CI Ubuntu to 20.0, rust to 1.55, add OOB to NodeJS wrapper #352
  • Out of Band protocol #344
  • Separate sender and receiver sides in OOB protocol #350
  • Remove unused service module, split service into enum #343
  • Fix compile warnings #339

CI changes

  • Update github code coverage action #351
  • Pin openssl version at 1.1 #355

Release 0.20.2

01 Sep 17:02
8b6fe6a
Compare
Choose a tag to compare

0.20.2 (2021-09-01)

Enhancements

  • Support invitation messages with public DID #340

  • Release 0.20.2 #342

Release 0.20.1

01 Sep 14:12
1b11be2
Compare
Choose a tag to compare

0.20.1 (2021-09-01)

CI changes

  • Install cargo via rustup in alpine image #316

Wrapper changes

  • Download messages via a connection handle as u32 #331
  • Add vcx_v2_messages_download method to Java wrapper #324

  • Use correct prefix on created @type on aries messages. #341
  • Remove unmaintained python wrapper #335
  • Add architecture diagram, update docs #334
  • Move alice & faber "agents" to aries-vcx crate #333
  • Rename branch 'master' to 'main' #332
  • Ci/fix test execution #328
  • update roadmap and main readme #327
  • Add pgsql integration test #326
  • Migrate to the new docker registry #321
  • Separate aries module into a crate #320
  • Move devsetup agent and tests to api_lib #315

Release 0.20.0

19 Jul 12:23
09c545b
Compare
Choose a tag to compare

0.20.0 (2021-07-19)

Breaking changes

  • Remove dependence of aries module on VcxStateType #314

CI changes

  • Try to fix occasionally failing integration test. #310

  • Remove unncesessary deps from agency client #312
  • Restructure c-files #295

Release 0.19.0

29 Jun 09:12
42e8038
Compare
Choose a tag to compare

0.19.0 (2021-06-29)

Breaking changes

  • Move CloudAgentInfo creation to Connecton constructor #300

Other

  • Release 0.19.0 #308
  • Use libindy with rusql fix for ios build #306
  • Fix bug in encoding new attributes format #305
  • Try updating to latest tokio and futures crates #304
  • Make send_message implementation pluggable for Connection FSM #299
  • Support additional credential data input format in Credential and CredentialOffer #291

Release 0.18.3

16 Jun 15:15
ab28291
Compare
Choose a tag to compare

0.18.3 (2021-06-16)

Breaking changes

  • Connection: Split pairwise and cloud agent information #288

CI changes

  • Copy cached cargo into libvcx image to prevent redownloading cargo de… #293

  • Revert rust version to 1.45.2, release aries-vcx 0.18.3 #297
  • Use enums instead of u32 to distinguish connection FSM states on Rust layer #294
  • Refactor/move tests #289
  • Remove/fees setup #278

Release 0.18.2

10 Jun 10:14
833e80e
Compare
Choose a tag to compare

0.18.2 (2021-06-10)

Breaking changes

  • Modify connection state machine intermediate states #280

Other

  • Release 0.18.2 (previous release 0.18.1 publish process got broken) #290
  • Require storage_credentials and storage_config wallet parameters to be Strings #285

Release 0.18.0

31 May 14:56
6481b8f
Compare
Choose a tag to compare

0.18.0 (2021-05-31)

Breaking C ABI changes

  • Removed deprecated methods #275

Enhancements

  • Avoid cred def rotation #271
  • Use RwLock instead of Mutex in ObjectCache #248
  • Use tokio runtime intead of tokio threadpool, update futures crate #203

Other

  • Release 0.18.0 #281
  • Rebuild Cargo.lock #284
  • Commit node wrapper package.json, updated dependencies #282
  • Update Rust to version 1.52.1 #277
  • Issuer and holder SMs send Aries messages through a closure #273
  • Verifier SM sends Aries messages through a closure #272
  • Prover SM sends Aries messages through a closure #256
  • Remove/deprecated internal functions #276

Release 0.17.3

30 Apr 12:47
de337d0
Compare
Choose a tag to compare

0.17.3 (2021-04-30)

  • Release 0.17.3 #270
  • Add revokability check #269
  • Fix nodejs agentcore log messages #259

Release 0.17.2

27 Apr 19:15
d33f116
Compare
Choose a tag to compare

0.17.2 (2021-04-27)

  • Release 0.17.2 #266
  • Add base url optional parameter #265
  • Add tails methods to java and ios wrappers #264