Skip to content

v0.6.0

Compare
Choose a tag to compare
@lawliet89 lawliet89 released this 29 Mar 00:21
· 5 commits to master since this release
a6d162a

0.6.0

Breaking Changes

  • Fix build errors and bump MSRV by @lawliet89 in #308
  • 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]
  • Derive Clone for JWKSet by @lawliet89 in #204
  • Lints fixes

New Contributors

Full Changelog: v0.5.0...v0.6.0