Skip to content

Release 0.4.0: DIDComm service v0.2 with production lifecycle management

Choose a tag to compare

@stormer78 stormer78 released this 13 Apr 15:05
· 1034 commits to main since this release
3426e2b

What's Changed

  • Upgrade affinidi-messaging-didcomm-service from v0.1.5 to v0.2
  • Bump all workspace crates to 0.4.0
  • VTA: DIDCommBridge uses send_message_with_retry() for resilient delivery, listener_did() for dynamic DID lookup, wait_connected() on startup, lifecycle event logging
  • VTC: migrate from manual ATM/WebSocket dispatch loop to DIDCommService + Router with built-in trust-ping handling
  • SDK: remove didcomm_init and didcomm_transport modules (breaking — all DIDComm plumbing now in the service crate)
  • Net -216 lines of code

Full Changelog: #26