Skip to content

v0.6.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lawliet89 lawliet89 released this 24 Feb 08:13
· 26 commits to master since this release
9148092

0.6.0-beta1 (2021-02-24)

Breaking Changes

  • jws::RegisteredHeader field web_key
    is now of type Option<jwk::JWK<Empty>> instead of Option<String>. If you were not using JWKs,
    continue setting the value to None will not breaking. If you were previously serializing your
    JWK as JSON strings, you will now have to deserialize them into jwk::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]