Skip to content

v1.2.0

Compare
Choose a tag to compare
@shifteverywhere shifteverywhere released this 21 Oct 21:17
· 32 commits to main since this release

Version 1.2.0 - 2022-10-21

  • Full implementation of DiME data format specification (v1)
  • Many methods marked as deprecated in version 1.1.0 and earlier removed
  • Introduces KeyRing to hold multiple keys and identities as trusted
    • Removes trusted Identity in Dime and Identity
    • Verify has been reworked to support key ring
    • isTrusted has been replaced with Verify in Identity
  • IntegrityState was introduced to hold the result of a verification
  • Introduced GetClaim/PutClaim/RemoveClaim to allow for more flexible claim handling
    • Removes many claim convenience methods, simplifies usage and code
  • Cleaned up, removed, and renamed package-specific exceptions