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

feat: Version 0.1.9 to be publicly released #15

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

stormer78
Copy link
Contributor

  • clarity: Added a note regarding serviceEndpoint Id's being a URI vs a IRI (SSI Crate limitation)
    • This changes serviceEndpoint.id from #service to did:peer:#service so that it passes Uri checks
  • 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
  • update: tokio-tungstenite crate updated from 0.23 to 0.24

… a IRI (SSI Crate limitation)

  * This changes serviceEndpoint.id from `#service` to `did:peer:#service` so that it passes Uri checks
* 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
* update: `tokio-tungstenite` crate updated from 0.23 to 0.24
@robert-affinidi robert-affinidi changed the title Version 0.1.9 to be publicly released feat: Version 0.1.9 to be publicly released Sep 16, 2024
@robert-affinidi robert-affinidi merged commit 55c5985 into main Sep 16, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants