Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

82 lines (52 loc) · 10.2 KB

Changelog

1.2.0-alpha.1 (2024-09-23)

Features

  • add imagePullSecrets (#236) (bed4ff8)
  • config: make wallet application and paths configurable (#230) (7232f27), closes #226
  • enhanced the owned-credentials endpoint (#240) (e41722a)
  • notification: adjust notification request parameter (#233) (37b359d)
  • ssi: merge create and sign credential into one (#235) (510de92), closes #232

Bug Fixes

  • document: adjust validation to allow the issuer to display documents of credentials (#229) (a1dd326), closes #225
  • update the template framework pdf link (#251) (3356250)

Miscellaneous Chores

1.1.0-rc.2 (2024-07-25)

Bug Fixes

  • credentialType: rename membership certificate to membership (#217) (818a9a3), closes #216
  • set companyName for credentialApproval (#218) (32bb69c), closes #215

Miscellaneous Chores

1.1.0-rc.1 (2024-07-17)

Features

  • credentials: add Data_Exchange_Governance credential #198 (3702e5c)
  • helm: consolidate structure in values.yaml (#172) (1eceb1f)
  • seeding: add test seeding data (#121) (c8f07b2), closes #118

Bug Fixes

  • add the correct type for owned-credentials method #193 (796415c)
  • adjust exceptionhandling for encryption (#185) (6dcf2f5)
  • credential: adjust naming for membership credential (#176) (ea2d55f), closes #175
  • cronjob expiry: add the missing environment value for portal (#196) (dc6b130), closes #195
  • document: adjust document name for presentation docs (#174) (e10cbcb), closes #166
  • encryptionKey: align credential and wallet config (#201) (1e1ca59), closes #197
  • expiry: adjust removal of companySsiDetails (#208) (897a735), closes #195
  • expiry: set expiry to max 1 year (#173) (46d23e8)
  • image-build: change from emulation to cross-compile (#181) (aa378a8)
  • implement Expiry Date for BPNL and MembershipMerge #192 (54dbd0e)

Miscellaneous Chores

1.0.0 (2024-05-27)

Features

  • establish a database to handle credential requests, verified credentials, document proof, and managing lifecycle (609567a)
  • establish a GET endpoint for retrieving own credential requests with their current status (609567a)
  • establish a GET endpoint to retrieve supported credential types, allowing customers to see all credentials that can be requested (609567a)
  • establish a job to store newly created verified credentials inside the holder wallet (609567a)
  • establish a notification system for credential expiry to alert holders (609567a)
  • establish a processes worker to create credentials and submit them for signature by the issuer wallet (609567a)
  • establish an admin endpoint to retrieve credential requests for the purpose of approval or rejection (609567a)
  • establish endpoints to approve or reject customer credential requests (609567a)
  • establish POST endpoints for credential requests for BPN (Business Partner Number), Membership, and Framework Agreement credentials (609567a)
  • implement a job to run expiry validation and revocation of credentials (609567a)
  • issuer: add filter to /api/issuer (#120) (ea5d91a)
  • revocation: add endpoints to revoke credentials (#43) (dc9c70d)
  • ssi: adjust framework creation endpoint (#70) (2d06fe6)