Skip to content

v0.3.1

Choose a tag to compare

@stormer78 stormer78 released this 11 Apr 12:21
· 1037 commits to main since this release
ba64f1e

v0.3.1

Highlights

  • Client DID documents — three DID creation modes: VTA-built, template, and pre-signed log entry
  • Capabilities discovery — new GET /capabilities endpoint and DIDComm discovery protocol
  • User-specified keys — supply your own signing and key-agreement keys for DID creation

What's Changed

Features

  • Three DID creation modes: VTA-built, template, and pre-signed log
  • User-specified signing/KA keys for DID creation
  • GET /capabilities endpoint and DIDComm discovery protocol
  • Setup wizard simple/advanced toggle and consolidated DID creation
  • DID deletion now cleans up associated key records

Architecture

  • Unified build_did_document, eliminated ~316 lines of duplicate code
  • Update didwebvh-rs to 0.4.1

Fixes

  • Fix tee feature missing webvh dependency causing cargo publish failure (#23)
  • Fix clippy warnings and broken doc links

Repo

  • Add CODEOWNERS (#21)

Full Changelog: v0.3.0...v0.3.1