v0.6.0
0.6.0
Breaking Changes
- Fix build errors and bump MSRV by @lawliet89 in #308
jws::RegisteredHeader
fieldweb_key
is now of typeOption<jwk::JWK<Empty>>
instead ofOption<String>
. If you were not using JWKs,
continue setting the value toNone
will not breaking. If you were previously serializing your
JWK as JSON strings, you will now have to deserialize them intojwk::JWK<Empty>
. Please raise
issues if you encounter any bugs. [#189]
Enhancements
- Add support for Flattened JWS [#190]
- Added more documentation for using OpenSSL to manipulate keys [#179]
- Derive Clone for
JWKSet
by @lawliet89 in #204 - Lints fixes
New Contributors
- @anlumo made their first contribution in #179
- @dependabot made their first contribution in #215
- @akhramov made their first contribution in #293
Full Changelog: v0.5.0...v0.6.0