Skip to content

v1.9.0

Compare
Choose a tag to compare
@janpieterz janpieterz released this 03 Feb 13:49
· 258 commits to main since this release
31366f1

New features

  • Experimental Added a file management service to help you upload attachments to verifiable credentials
  • Experimental Added a role management service, for specifying wallet roles
    Added Wallet.DeleteWallet allowing you to delete wallets (as provider, or as wallet owner)
  • Experimental Templates: Added annotations to TemplateField, allowing you annotation options for customizing order, file metadata and more (more documentation coming soon)
  • Templates: Added field type: URI
  • CreateProof: Added the option to specify attributes to reveal via revealAttributes: ["attributeName"] rather than making a complete JSON-LD compliant reveal document
  • CreateProof: Added a nonce to derive the proof with. If not provided we will generate one. You can use this nonce to verify the proof has not been re-used.
  • SendRequest: Added the ability to automatically send a notification to a wallet holder when a credential has been sent.
  • All methods that lookup a wallet now allow this via it's id, public did or email.
  • Upgrading DIDs: Added did:indy and did:sov allowing you to upgrade to Danube, SovrinBuilder, SovrinStaging, Sovrin, IdUnion, IdUnionTest, IndicioTest, IndicioDemo, Indicio Indy ledgers

Deprecations

  • Deprecating: VerifiableCredential.Issue has been deprecated, use VerifiableCredential.IssueFromTemplate instead.
  • Deprecating Provider.UpdateEcosystem and Provider.GetPublicEcosystemInfo - you can now configure your ecosystem through our Dashboard
  • Deprecating Invitation code account registration (never implemented)
  • Deprecating Invitation flow (never implemented)
  • Removed List and Revoke Device methods (never implemented)
  • Deprecating GenerateToken and GetEventToken and Authorization request (never implemented)

SDK-Wide Changes

Language-Specific Changes

Documentation/Samples

Bugfixes/Minor Improvements

Internal Improvements

New Contributors

Full Changelog: v1.8.0...v1.9.0