Releases: decentralized-identity/web5-go
Releases · decentralized-identity/web5-go
v0.15.0
What's Changed
- fix
did:dht
verification method ID handling by @mistermoe in #138
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Standardize DID types & add did:jwk test vector by @KendallWeihe in #120
- Add VC-JWT verify test vector by @KendallWeihe in #133
- set
bearerDID.keyManager
indiddht.Create
by @mistermoe in #135
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- add DHT command line support by @mihai-chiorean in #108
- Add DHT resolve by @mihai-chiorean in #123
- DHT create should not include @context by @mihai-chiorean in #124
- Detached jws verification by @mistermoe in #126
- Restructure 'vc jwt' command to 'vcjwt' by @KendallWeihe in #122
- Add codecov upload step by @mihai-chiorean in #127
- Remove redundant CLI argument for vc create --sign by @KendallWeihe in #128
- Add web5 spec resolve test vectors for did dht by @mihai-chiorean in #125
- update spec to latest by @nitro-neal in #129
- Add reusable test vectors by @KendallWeihe in #130
- Move from JsonWebKey2020 to JsonWebKey for DID VMs by @KendallWeihe in #121
- Bare minimum presentation definition types by @mistermoe in #134
New Contributors
- @nitro-neal made their first contribution in #129
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Set claims.Issuer to did.URI within jwt.Sign() by @KendallWeihe in #118
- Add JWT CLI commands by @KendallWeihe in #119
- Add VC commands to web5 CLI by @KendallWeihe in #113
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Add VS Code workspace file by @KendallWeihe in #67
- Add DHT create support by @mihai-chiorean in #33
vc
package by @mistermoe in #60- Add DID resolve to web5 cmd by @KendallWeihe in #77
- Issue #53: add a pre-commit git hook to run lint on staged files by @mihai-chiorean in #56
- Issue #58: change lint rules to expect comments on exported methods and structs by @mihai-chiorean in #59
- Fix linting by @KendallWeihe in #87
- Fix linting issues caused by lack of godoc comments by @KendallWeihe in #100
- add
typ
header to vcjwt by @mistermoe in #89 - Change CLI DID creation arg structure by @KendallWeihe in #84
- Add did:web resolver by @KendallWeihe in #97
- Fix linting by @KendallWeihe in #107
- Add vc to workspace by @KendallWeihe in #115
- Narrow
jws.Payload
type fromany
to[]byte
by @mistermoe in #114 - Remove jws.Payload type alias in favor of []byte type by @KendallWeihe in #116
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Add web5 CLI for DID creation by @KendallWeihe in #63
- Add crypto GenerateEntropy() and GenerateHexNonce() by @KendallWeihe in #57
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Move serialization and resolver into their own files by @mihai-chiorean in #31
- handroll bencode by @mistermoe in #46
- Fix: Added BEP44 decode to DHT resolve by @mihai-chiorean in #45
- Add unit test for empty JWT failure case by @KendallWeihe in #47
- Fix all linting errors by @KendallWeihe in #50
- Configure vscode to run linter on the whole package when a file is saved by @mihai-chiorean in #54
- Add build recipe to the Justfile by @KendallWeihe in #55
- Change JWT Claims from uint64 to int64 #39 by @KendallWeihe in #61
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Handle error in jws.Base64UrlEncode() by @KendallWeihe in #42
- Add parameterization for jws.Sign() for 'typ' header by @KendallWeihe in #36
JW*
Decode by @mistermoe in #43
Full Changelog: v0.7.0...v0.8.0