Release 0.4.0: DIDComm service v0.2 with production lifecycle management
What's Changed
- Upgrade
affinidi-messaging-didcomm-servicefrom v0.1.5 to v0.2 - Bump all workspace crates to 0.4.0
- VTA:
DIDCommBridgeusessend_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+Routerwith built-in trust-ping handling - SDK: remove
didcomm_initanddidcomm_transportmodules (breaking — all DIDComm plumbing now in the service crate) - Net -216 lines of code
Full Changelog: #26