Skip to content

Identus Cloud Agent v1.39.0

Latest
Compare
Choose a tag to compare
@yshyn-iohk yshyn-iohk released this 11 Sep 14:14
· 33 commits to main since this release
797dad4

Features

  • Error handling and problem reporting for the Cloud Agent
  • Connectionless Issuance of Credentials
  • Connectionless Presentation of Credentials
  • Rebranding of the Prism Agent to the Identus Cloud Agent
  • Crypto Agility (add ED25519 cryptography suite to the PRISM DID keys)
  • ...number of improvements and fixes

What's Changed

Full Changelog: cloud-agent-v1.33.0...cloud-agent-v1.39.0

OpenAPI specification changes

This table is generated based on the output of the oasdiff tool
The corresponding changes are included in the HTTP clients for TypeScript and Kotlin

Severity API Endpoint Description Status
Error GET /credential-status/{id} 'issuer' response's property type/format changed from 'string'/'' to ''/'' 200
Error GET /credential-status/{id} Removed the required property 'credentialSubject/id' from the response 200
Warning POST /issue-credentials/credential-offers Added the new 'InvitationExpired' enum value to the 'protocolState' response property 201
Warning POST /issue-credentials/credential-offers Added the new 'InvitationGenerated' enum value to the 'protocolState' response property 201
Warning GET /issue-credentials/records Added the new 'InvitationExpired' enum value to the 'contents/items/protocolState' response property 200
Warning GET /issue-credentials/records Added the new 'InvitationGenerated' enum value to the 'contents/items/protocolState' response property 200
Warning GET /issue-credentials/records/{recordId} Added the new 'InvitationExpired' enum value to the 'protocolState' response property 200
Warning GET /issue-credentials/records/{recordId} Added the new 'InvitationGenerated' enum value to the 'protocolState' response property 200
Warning POST /issue-credentials/records/{recordId}/accept-offer Added the new 'InvitationExpired' enum value to the 'protocolState' response property 200
Warning POST /issue-credentials/records/{recordId}/accept-offer Added the new 'InvitationGenerated' enum value to the 'protocolState' response property 200
Warning POST /issue-credentials/records/{recordId}/issue-credential Added the new 'InvitationExpired' enum value to the 'protocolState' response property 200
Warning POST /issue-credentials/records/{recordId}/issue-credential Added the new 'InvitationGenerated' enum value to the 'protocolState' response property 200
Warning GET /present-proof/presentations Added the new 'InvitationGenerated' enum value to the 'contents/items/status' response property 200
Warning GET /present-proof/presentations Added the new 'InvitationReceived' enum value to the 'contents/items/status' response property 200
Warning POST /present-proof/presentations Added the new 'InvitationGenerated' enum value to the 'status' response property 201
Warning POST /present-proof/presentations Added the new 'InvitationReceived' enum value to the 'status' response property 201
Warning GET /present-proof/presentations/{presentationId} Added the new 'InvitationGenerated' enum value to the 'status' response property 200
Warning GET /present-proof/presentations/{presentationId} Added the new 'InvitationReceived' enum value to the 'status' response property 200
Warning PATCH /present-proof/presentations/{presentationId} Added the new 'InvitationGenerated' enum value to the 'status' response property 200
Warning PATCH /present-proof/presentations/{presentationId} Added the new 'InvitationReceived' enum value to the 'status' response property 200