Skip to content

v5.1.0

Compare
Choose a tag to compare
@elribonazo elribonazo released this 07 May 13:31
· 118 commits to main since this release
8284587

Features:

test: fix e2e var checks (#180)
docs: update the PR template (#181)
feat: updating Anoncreds to io fork (#157)
fix: wasm build folder change (#186)
feat: Implementing JWT Credential revocation notification (#184)
test: add coveralls (#176)
fix: issue with build script not replacing some files that have been … (#191)
fix: ConnectionManager emit Messages (#190)
fix: Agent.createNewPrismDID to use derivationPath (#158)
fix: db cannot be created twice with the same name which crashes demos (#193)
test: add zkp e2e test (#194)
test: fixes agent url issue (#195)
docs: update code owners (#187)
fix: optin to websockets for the mediator live mode as an experiment,… (#199)
fix: e2e issues with latest websocket changes (#200)
fix: updating references to Identus (#197)
feat(sdk-verification)!: Implementing DIF Presentation exchange protocol 2.0 for SDK to SDK OOB verification (#196)
fix: type references are lost in the package. (#202)
fix: rename prism-agent into edge-agent (#203)
fix: Rename the documentation file accordingly. (#204)
fix: prevent broken links to exist in order for docs site to build pr… (#205)
fix: add compliant dates not in ms, but in seconds. (#206)

INTERNAL BREAKING CHANGES:

  1. JWTVerifiable Credential
    Removed fromJWT which was used internally most of the times, has been replaced by fromJWS which just needs the JWS string.
  2. Agent Credentials
    This class is also for internal usee and its constructor has changed, now requiring an instance of mercury and did higher functions.
    Most implementations will not be affected by this breaking change but could be in more advanced implementations.
  3. Presentation Request
    The type field in the constructor now needs to be called with enum AttachmentFormats instead of CredentialType, making a clear gap between didcomm message format types and credential types.

Full Changelog: v5.0.0...v5.1.0