Skip to content

Releases: hyperledger/aries-vcx

Release 0.42.0

20 Sep 13:13
0605ca1
Compare
Choose a tag to compare

0.42.0 (2022-09-20)

Breaking changes

  • Ledger comm/validate response #558

Refactoring

  • Eliminate global state: pool handle #556
  • Remove TestAgent trait #555
  • Eliminate global state: issuer did #554

  • Release 0.42.0 #576
  • Avoid HTTP request body cloning. #574
  • Reuse reqwest::Client #573
  • Reduce size of the release build. #570
  • Make into_did_doc async #569
  • Rename SetupLibraryAgencyV2 to SetupPool #568
  • Update vdr-tools dependency #567
  • Cleanup nodejs test function naming, remove duplicated test #564
  • Reformat, use secrets.GITHUB_TOKEN everywhere in CI #563
  • Refactor building problem reports, add logging #561
  • Fix order of args passed to function publish_local_revocations #557
  • Add MAINTAINERS.md file #552

Release 0.41.0

05 Sep 15:22
dbbace9
Compare
Choose a tag to compare

0.41.0 (2022-09-05)

  • Release 0.41.0 #553
  • Include ~timing decorator on presentation request messages #545

Release 0.40.0

24 Aug 16:33
0ae7459
Compare
Choose a tag to compare

0.40.0 (2022-08-24)

Enhancements

  • Add verification to ConnectionResponse processing #532
  • Add function 'vcx_connection_handle_message' to libvcx #543
  • Include user-agent header in didcomm requests #536

Hotfixes

  • Include user-agent header in didcomm requests #537

Refactoring

  • Extract out trust_ping, discovery, oob protocol out of connection protocol #529
  • Refactor connection protocol #542

Interoperability

  • AFJ Interop: Inline value of recipient keys in ddo #535
  • AFJ interop: change format of 'id' value in public_key portion of DDO #530

CI

  • Release 0.40.0 #546
  • Fix version of fpm ruby package (last to support ruby 2.5) #544
  • Reformat code with rustfmt #541

Release 0.39.0

04 Aug 09:32
b086715
Compare
Choose a tag to compare

0.39.0 (2022-08-04)

Refactoring

  • DDO: Refactoring, support additional format of public_key.id value #528

  • Release 0.39.0 #533

Release 0.38.0

28 Jul 12:56
5901e1f
Compare
Choose a tag to compare

0.38.0 (2022-07-28)

Changes

  • Remove old issuance APIs #505

Fixes

  • Fix: publishing rev-reg should update value of handle, not create new #509

Refactoring

  • Refactor/agency client instance #516
  • Remove unsupported message statuses from nodejs #514
  • Refactor agency client #511
  • Remove access to global data from aries-vcx tests #519
  • Reorganize files, remove access to global data from aries-vcx src #517
  • Refactor/testing #515
  • Tests/reorg #523
  • Make wallet_handle injectable when creating connection #525

CI

  • Release 0.38.0 #526
  • Use macOS 11 in CI #527
  • Ci/fix ios openssl build #524
  • Clippy/autofix #522
  • Update rust toolchain to 1.62.1 #521
  • Use vcxagencynode 2.2.0 in CI #518

Release 0.37.0

01 Jul 09:13
7a7392a
Compare
Choose a tag to compare

0.37.0 (2022-07-01)

Hotfixes

  • Include @id on forward message #502

  • Release 0.37.0 #504
  • Add test, remove extra quotes serialized into credential preview attribute values #503
  • Obtain DID and verkey from agency instead of hardcoding them #500
  • Include @id on forward message #495

Release 0.36.0

07 Jun 22:17
38bbee2
Compare
Choose a tag to compare

0.36.0 (2022-06-07)

Breaking changes

  • Change oob version to 1.1 #487

Enhancements

  • Parametrize issuance with rev reg #491
  • Add get txn feature #484
  • Expose verkey rotation #478
  • Async vdr-tools API #473

CI changes

  • Fix codecov build #490
  • Fix ci: caching, mysql test build, nodejs #480
  • Npm/upgrade #477

Wrapper changes

  • Wrappers: update state with message v2 #489

Hotfixes

  • Append txn author agreement to verkey rotatation request #485

Refactoring

  • Prune container dependencies #486

Updates

  • Update vcxagency #466

  • Release 0.36.0 #499
  • Separate rotate verkey into two steps #494
  • Update base alpine docker image #483
  • Remove json log formatter, add color format, fix timestamp #475
  • Build separate libvcx image of smaller size for release #474
  • Add mysql support to js vcxagent core #469

Release 0.35.0

13 Apr 23:29
1c1877e
Compare
Choose a tag to compare

0.35.0 (2022-04-13)

Enhancements

  • JSON-formatted logging #465

  • Release 0.35.0 #468
  • Prevent double serialization of service attrib #467

Release 0.34.0

23 Mar 09:26
9a7f041
Compare
Choose a tag to compare

0.34.0 (2022-03-23)

Hotfixes

  • Download no auth messages by id #458

Refactoring

  • Improve http client error handling #459
  • Unify err handling code in libvcx, use error level instead of warn #456

  • Run CI with vcxagencynode 1.2.0 #462
  • Optimize httpclient #457

Release 0.33.0

02 Mar 14:53
556eded
Compare
Choose a tag to compare

0.33.0 (2022-03-02)

Breaking changes

  • Change issuer's implementation of is_revokable #452

Enhancements

Wrapper changes

  • Expose update state with message in node wrapper #454
  • Expose decline offer in node API #453