Skip to content

V5.1.0

Latest
Compare
Choose a tag to compare
@Exulansis Exulansis released this 16 Nov 16:31
· 31 commits to develop since this release
  • Error codes added (#395)
  • The intended audience can now be specified when creating interaction requests (#397)
  • Support for defining generic / custom interaction tokens (#399)
  • Split out some generic type info into a new module, @jolocom/protocol-ts(#407)
  • Interaction flows to request signature generation added (#410)
  • Interaction flow to request asymmetrical encryption and decryption added (#400, #411, #414)
  • Support for serializing / parsing an Identity instance to / from JSON (#436)

Breaking changes

  • Deprecated the previously used IRegistry interface. Reworked DID Resolution and Registration abstractions (#401, #415, #416, #417)
  • Deprecated the SoftwareKeyProvider class, in favor of a Vaulted Key Provider implementation provided as a separate module. (#424)
  • Removed support for the Payment interaction flows
  • Fixed incorrect encoding of interaction token signature values (#438, Commit)