- Updating crates
- Added did:example method to help with local development/testing
- Updating crates
- Updated Axum framework from 0.7.x to 0.8.x
- Updating crates
- Changed how keys are resolved in did:peer from multicodec to JsonWebTokens
- Updating dependency crate versions
- Code cleanup on warnings
- Implement local and network features on SDK
- Added to did:key the ability to populate keyAgreement
- Added WASM support
- Added HTTP GET resolution
- GET /did/v1/resolve/
did
- GET /did/v1/resolve/
- Configuration option to enable HTTP or WebSocket routes
- Removing all logs of remote_address
- Updating crates (SSI, Tower)
- bumping minor crate versions
- fix: example did-peer
generate
added a trailing/
on the serviceEndpoint URI - removed
did-peer
LICENCE and CHANGELOG files, all contained in the parent crateaffinidi-did-resolver
- Bumping crate versions
- clarity: Added a note regarding serviceEndpoint Id's being a URI vs a IRI (SSI Crate limitation)
- This changes serviceEndpoint.id from
#service
todid:peer:#service
so that it passes Uri checks
- This changes serviceEndpoint.id from
- fix: If more than a single service was specified, then this would crash due to
#service-n
not being a valid URI- Changed so that all serviceEndpoint Id's are
did:peer:#service
as the starting string
- Changed so that all serviceEndpoint Id's are
- update:
tokio-tungstenite
crate updated from 0.23 to 0.24
- Renaming crate names
- Setting publich to true for crates.io
- Bumping crate versions
- Updated crates
- did-peer added missing types and support for peer implementation type 0 (supports 0 and 2).
- Added Debug trait to ClientConfig so we can print the config elsewhere
- tokio crate updated
- release version changed to 0.1.2
- benchmark example - warnings removed