Skip to content

v0.17.0

Choose a tag to compare

@dtsiflit dtsiflit released this 22 Sep 10:43
· 31 commits to main since this release
044b27c

What's Changed

Breaking changes

  • did scheme renamed to decentralized_identifier
  • ClientIdScheme renamed toClientIdPrefix
    • Removed case x509SanUri
  • SupportedClientIdScheme renamed to SupportedClientIdPrefix
  • In SiopOpenId4VPConfiguration supportedClientIdSchemes: [SupportedClientIdScheme] renamed to supportedClientIdSchemes: [SupportedClientIdPrefix]
  • Moved X509CertificateChainVerifier to test target since it is not part of the library's scope.
    • If you would still like to use it in your code just copy it over instead of importing the library

Full Changelog: v0.16.0...v0.17.0