Skip to content

v5.0.0

Latest

Choose a tag to compare

@ff137 ff137 released this 21 Nov 10:39
· 5 commits to master since this release
785c086

acapy-cloud 5.0.0 Release Notes

New Features and Improvements

Connection Reuse for Public DIDs (#1843)

  • The POST /did-exchange/create-request endpoint now supports a new query parameter reuse_connection (default true).
  • When reuse_connection=true, if a connection to the same public DID already exists, the existing connection record will be returned instead of creating a new one.
  • This improves efficiency, reduces duplicate connection records, and simplifies workflows for repeated interactions with the same public DID.

Consistent Peer DID Representation (#1856)

  • Connection records and webhook events now use the shortened form of did:peer:4 identifiers instead of the long form.
  • This change ensures consistency across API responses, events, and internal records, and improves readability in logs and dashboards.

ACA-Py 1.4.0 (#1923)

  • The ACA-Py agent has been upgraded to v1.4.0, bringing the latest upstream improvements, bug fixes, and experimental support for Kanon storage.

What's Changed

Full Changelog: v5.0.0-rc9...v5.0.0