Releases: adorsys/didcomm-mediator-rs
Releases · adorsys/didcomm-mediator-rs
didcomm-mediator
Release: v0.1.0
This is the initial release of didcomm-mediator-rs, a Rust implementation of a mediator for the DIDComm v2 protocol. The mediator facilitates secure, decentralized communication by managing routing and keylist functionality for agents in a Self-Sovereign Identity (SSI) ecosystem.
Key Features
- Basic Mediation Support:
- Implements fundamental mediation request handling for DIDComm v2, including grant and deny responses.
- Routing and Keylist Management:
- Allows clients to maintain a server-side keylist for message routing.
- Interoperability:
- Designed to comply with DIDComm v2 standards, ensuring compatibility with existing SSI infrastructure.
- Built-in Extensibility:
- Provides a modular architecture to facilitate further development and customization.
Known Limitations
- The implementation is in its early stages, and some features, such as advanced error handling and full transport-layer compliance, are still under active development.
- API stability is not yet guaranteed, and future releases may introduce breaking changes.
Getting Started
Developers can find setup instructions, usage examples, and contributing guidelines in the project repository.