Skip to content

1.5.1

Latest

Choose a tag to compare

@swcurran swcurran released this 27 Feb 21:43
4eb3a18

ACA-Py 1.5.1 is a clean up release primarily to address some follow-on issues related to the 1.5.0 release -- notably with the handling of AnonCreds revocation. There are some convenience additions and a GitHub Actions pipeline fix.

1.5.1 Breaking Changes

There are no breaking changes in this release from 1.5.0. Those upgrading from a version prior to 1.5.0 should review the 1.5.0 Breaking Changes section for details about the breaking changes introduced in 1.5.0.

1.5.1 Deprecation Notices

The acapy_agent.revocation_anoncreds package has been deprecated and relocated to acapy_agent.anoncreds.revocation for improved consistency across the codebase. The change should only affect [ACA-Py Plugins] that implement AnonCreds, but other developers should also take note.

The wallet-type configuration value askar is now deprecated and all deployments still using that wallet type should migrate to either the askar-anoncreds or (ideally) kanon-anoncreds wallet types.

AIP 1.0 protocols that were previously announced as deprecated have now been removed from ACA-Py core. Implementers still using those protocols MUST adjust their configuration to load those protocols from the respective plugins, or better, upgrade to their AIP 2.0 equivalents.

What's Changed

Full Changelog: 1.5.0...1.5.1