Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.2.1 #62

Merged
merged 8 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Affinidi Trust Network - Affinidi Trusted Messaging
# Affinidi Trust Network - Affinidi DID Resolver

## Changelog history

### 13th November 2024 (release 0.2.1)

* Updating crates
* Changed how keys are resolved in did:peer from multicodec to JsonWebTokens

### 5th November 2024 (release 0.2.0)

* 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`
* Configuration option to enable HTTP or WebSocket routes

### 24nd September 2024 (release 0.1.12)

* Removing all logs of remote_address
Expand Down
Loading
Loading