Skip to content

Release 0.45.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 14:29
49748b0

Changelog

0.45.0 (2022-11-01)

Full Changelog

Features

  • Rust aries-vcx agent #604
  • Add API to get crev_rev_id #614
  • Implement revocation notification (Aries RFC 0183) #608
  • Implement API to enable issuer/holder to verify against ledger whether a credential is revoked #635

Cleanups / refactoring

  • Stripped down vdr-tools dependencies #596
  • Removed unused imports #595
  • Refactoring of cred-defs / schemas #605
  • Issuer/Holder state machines refactoring #610
  • Prover/Verifier state machines refactoring #611
  • Refactor return values from state machines #621

Breaking changes

  • Require initialization of runtime #598

Other issues

  • Prevent double initialization of logger #599

CI

  • Reuse CI code using composite actions #603
  • Update rust toolchain to 1.64 #602
  • Rework CI to run on GA runners instead of docker #613