Skip to content

Releases: VerifiedInc/server-sdk-typescript

3.1.0

14 Jul 22:41
Compare
Choose a tag to compare

Issuer and Verifier registration parameter, name, removed in favor of taking the name from the ApiKey used. Readme typos fixed.

3.0.4

22 Jun 12:42
Compare
Choose a tag to compare

Issue credentials bug fix to issue up to the most recent version, 3.0.0.

2.1.4

18 Jun 21:42
Compare
Choose a tag to compare

Declined Presentation validation fix.

3.0.3

15 Jun 21:36
Compare
Choose a tag to compare

Debugger node env created for logging decrypted presentations. Also sending static NoPresentaiton receipt type if the presentation is declined.

2.1.3

15 Jun 21:30
Compare
Choose a tag to compare

Debugger node env created for logging decrypted presentations. Also sending static NoPresentaiton receipt type if the presentation is declined.

3.0.2

09 Jun 16:54
Compare
Choose a tag to compare

Presentation presentationRequestUuid refactor to use the presentationRequestId for better versioning simplicity for the customer. Also updated the DecryptedPresentation type to only handle the presentation protobuf type.

2.1.2

09 Jun 16:45
Compare
Choose a tag to compare

PresentationRequest ID handling for simpler versioning of requests for the customer to handle.

3.0.1

05 Jun 01:04
Compare
Choose a tag to compare

add getVersionedRequest

3.0.0

04 Jun 00:42
Compare
Choose a tag to compare

Protocol Buffer support along with PresentationRequest versioning.

2.1.1

04 Jun 00:02
Compare
Choose a tag to compare

[PresentationRequest] version attribute removed prior to proof validation. CredentialSubject string validation tests.