v0.7.0-alpha.8
Pre-release
Pre-release
github-actions
released this
28 Sep 14:08
·
89 commits
to main
since this release
Changed
- Add dedicated stronghold crate #1243
- Allow custom
kid
to be set in JWS #1239 - Add dedicated EdDSA verifier crate #1238
- Remove
vp
andvc
from JWT claims in JOSE #1233 - Change
verifiable_credential
to typeVec<CRED>
inPresentation
#1231 - Mark error enums as non-exhaustive #1227
- Bring
JwkDocumentExt
names in line with Wasm #1223 - Add lints for all crates #1222
Added
- Allow arbitrary JWS header parameters #1245
- Allow custom JWT claims for presentations #1244
- Allow custom JWT claims for credentials #1237
- Use
VC Data Model v1.1
JWT encoding instead ofVC-JWT
#1234