Skip to content

1.2.4

Compare
Choose a tag to compare
@swcurran swcurran released this 13 Mar 21:13
· 8 commits to 1.2.lts since this release
03842f5

This patch release addresses three bugs backported from the main branch:

  • Fixes a problem in the handling of connection reuse in multitenancy environments. This is a backport of the PR fix: connection reuse with multi-tenancy #3543. This fixes the issue when using multi-tenancy, calls to POST /out-of-band/receive-invitation?use_existing_connection=true failing with a record not found error, despite connection reuse actually being completed in the background.
  • Fixes a problem when using acapy with multitenant enabled and admin-insecure-mode. Without this fix, tenant endpoints (like [GET] /wallet/did for example) could be accessed without a bearer token. For details see: fix: tenant access to endpoints leading to access the base wallet #3545.
  • Fixes the AnonCreds holder revocation list endpoint which was erroneously using the to timestamp for the from, preventing the creation of valid non-revocation proofs. For details, see: Repair anoncreds holder revocation list request

1.2.4 Deprecation Notices

The same deprecation notices from the 1.1.0 release about AIP 1.0 protocols still apply. The protocols remain in this 1.2.4 release, but the Connections Protocol has been removed from the ACA-Py main branch, and is available as a plugin. The Issue Credential v1 and Present Proof v1 protocols will soon be changed similarly. Please review these notifications carefully!

1.2.4 Breaking Changes

There are no breaking changes in this release.

What's Changed

Full Changelog: 1.2.3...1.2.4