acapy-cloud 5.0.0 Release Notes
New Features and Improvements
Connection Reuse for Public DIDs (#1843)
- The
POST /did-exchange/create-requestendpoint now supports a new query parameterreuse_connection(defaulttrue). - 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:4identifiers 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
- ⬆️ Update Universal Registrar by @rblaine95 in #1855
- 📝 Cheqd DID docs by @cl0ete in #1854
- 💥 Return existing connection to public DID by @cl0ete in #1843
- 🐛 Truncate peer4 DIDs by @cl0ete in #1856
- ⬆️ Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 by @dependabot[bot] in #1858
- ⬆️ Bump github/codeql-action from 3.30.1 to 3.30.3 by @dependabot[bot] in #1846
- ⬆️ Bump actions/create-github-app-token from 2.1.1 to 2.1.4 by @dependabot[bot] in #1847
- ⬆️ Bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot] in #1848
- ⬆️ Bump golang from
f18a072tob6ed3fdin /scripts/k6 in the docker-golang group across 1 directory by @dependabot[bot] in #1861 - ⬆️ Bump ruff from 0.12.11 to 0.13.2 by @dependabot[bot] in #1868
- ⬆️ Bump poetry from 2.1.4 to 2.2.1 by @dependabot[bot] in #1864
- ⬆️ Bump actions/cache from 4.2.4 to 4.3.0 by @dependabot[bot] in #1866
- ⬆️ Bump github/codeql-action from 3.30.3 to 3.30.5 by @dependabot[bot] in #1865
- ⬆️ Bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #1874
- ⬆️ Bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #1872
- ⬆️ Bump jdx/mise-action from 3.2.0 to 3.3.0 by @dependabot[bot] in #1873
- ⬆️ Upgrade dependencies by @ff137 in #1879
- ⬆️ Bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #1876
- ⬆️ Bump Mise, Helm, Helmfile, NATSCLI, and Pre-Commit by @rblaine95 in #1880
- ⬆️ Cheqd 4.1.5 by @rblaine95 in #1893
- ⬆️ Upgrade dependencies by @ff137 in #1892
- ⬆️ Bump Cheqd 4.1.5 to 4.1.6 by @rblaine95 in #1921
- ⬆️ Bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #1903
- ⬆️ Bump github/codeql-action from 4.30.9 to 4.31.2 by @dependabot[bot] in #1911
- ⬆️ Bump jdx/mise-action from 3.3.1 to 3.4.0 by @dependabot[bot] in #1912
- ⬆️ Bump docker/metadata-action from 5.8.0 to 5.9.0 by @dependabot[bot] in #1917
- ⬆️ Bump step-security/harden-runner from 2.13.1 to 2.13.2 by @dependabot[bot] in #1918
- 👷 Disable EKS and Notify jobs in CI workflow by @rblaine95 in #1924
- ⬆️ Upgrade acapy to 1.4.0 by @ff137 in #1923
- ⬆️ Bump dependencies by @ff137 in #1925
- 🔖 5.0.0 by @ff137 in #1926
Full Changelog: v5.0.0-rc9...v5.0.0