Releases: openwallet-foundation/acapy
Release list
1.6.1rc0
ACA-Py 1.6.1rc0 includes fixes found from continued production use of the askar-anoncreds wallet migration and revocation processes, and a fix to bound the memory usage of record queries and maintenance/upgrade scans, improving stability for larger deployments. The multitenancy subwallet removal endpoint has been updated to use DELETE for REST consistency, with the previous POST .../remove endpoint now deprecated. Many dependabot PRs are included to keep dependencies current and secure.
Several PRs in this release complete the work to make ACA-Py 1.6 an official LTS release, with several fixes to the LTS CI/CD image tagging and publishing process
New governance documentation, including a Technical Charter and an OWF Project Mapping Document, are included.
1.6.1 Breaking Changes
There are no breaking changes in this release.
1.6.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.
For REST consistency the POST /multitenancy/wallet/{wallet_id}/remove endpoint is deprecated, replaced with the DELETE /multitenancy/wallet/{wallet_id} endpoint. Implementers should update plugins and their own code to use the new endpoint. The old endpoint will be removed in a future release.
What's Changed
- chore(deps): Bump pyld from 2.0.4 to 3.0.0 by @dependabot[bot] in #4112
- chore(deps-dev): Bump pydevd from 3.4.1 to 3.5.0 by @dependabot[bot] in #4111
- chore(deps): Bump the pip group across 2 directories with 1 update by @dependabot[bot] in #4110
- chore(deps): Bump the all-actions group with 3 updates by @dependabot[bot] in #4113
- chore(deps): Bump the pip group across 1 directory with 2 updates by @dependabot[bot] in #4114
- chore(deps): Bump pydantic from 2.12.2 to 2.13.0 in /scenarios by @dependabot[bot] in #4115
- chore(deps): Bump the pip group across 1 directory with 2 updates by @dependabot[bot] in #4118
- chore(deps): Bump the all-actions group with 5 updates by @dependabot[bot] in #4116
- chore(deps): Bump mike from 2.1.3 to 2.2.0 by @dependabot[bot] in #4121
- chore(deps): Bump packaging from 26.0 to 26.1 by @dependabot[bot] in #4120
- chore(deps): Bump the all-actions group with 2 updates by @dependabot[bot] in #4122
- chore(deps): Bump lxml from 6.0.2 to 6.1.0 in the pip group across 1 directory by @dependabot[bot] in #4123
- chore(deps-dev): Bump pre-commit from 4.5.0 to 4.6.0 by @dependabot[bot] in #4126
- chore(deps): Bump packaging from 26.1 to 26.2 by @dependabot[bot] in #4125
- Make ACA-Py 1.6 an LTS release by @swcurran in #4127
- chore(deps): Bump the all-actions group with 3 updates by @dependabot[bot] in #4128
- chore(deps): Bump the pip group across 3 directories with 1 update by @dependabot[bot] in #4130
- chore(deps): Bump uuid-utils from 0.14.0 to 0.15.0 by @dependabot[bot] in #4131
- chore(deps): Bump github/codeql-action from 4.35.3 to 4.35.4 in the all-actions group by @dependabot[bot] in #4132
- chore(deps): Bump requests from 2.33.0 to 2.34.2 in /demo/playground/examples by @dependabot[bot] in #4134
- chore(deps): Bump requests from 2.33.0 to 2.34.2 by @dependabot[bot] in #4133
- chore(deps): Bump github/codeql-action from 4.35.4 to 4.35.5 in the all-actions group by @dependabot[bot] in #4135
- chore(deps): Bump the pip group across 3 directories with 1 update by @dependabot[bot] in #4136
- chore(deps): Bump uuid-utils from 0.15.0 to 0.16.0 by @dependabot[bot] in #4138
- chore(deps): Bump pyjwt from 2.12.1 to 2.13.0 by @dependabot[bot] in #4137
- chore(deps): Bump the all-actions group with 6 updates by @dependabot[bot] in #4139
- fix(ci): update python version in LTS image tagging to match publish workflow by @esune in #4142
- Add Technical Charter plus minor updates to the Readme for the new Adaptive Cloud Agent-Python name by @swcurran in #4143
- chore(deps): Bump github/codeql-action from 4.36.0 to 4.36.1 in the all-actions group by @dependabot[bot] in #4145
- chore(deps): Bump aiohttp from 3.13.4 to 3.14.0 by @dependabot[bot] in #4144
- chore(deps): Bump aiohttp from 3.13.4 to 3.14.0 in /scenarios in the pip group across 1 directory by @dependabot[bot] in #4146
- chore(deps): Bump github/codeql-action from 4.36.1 to 4.36.2 in the all-actions group by @dependabot[bot] in #4148
- Fix/lts release cicd by @esune in #4149
- fix(ci): use correct python version per LTS release when tagging images by @esune in #4150
- Update LTS Docker image tag to py3.13-1.6-lts by @swcurran in #4151
- chore(deps-dev): Bump pytest from 9.0.3 to 9.1.0 by @dependabot[bot] in #4152
- chore(deps): Bump SonarSource/sonarqube-scan-action from 8.1.0 to 8.2.0 in the all-actions group by @dependabot[bot] in #4153
- chore(deps): Bump the pip group across 2 directories with 2 updates by @dependabot[bot] in #4154
- Add ACA-Py OWF Project Mapping Document by @swcurran in #4147
- chore(deps): Bump pyld from 3.0.0 to 3.1.0 by @dependabot[bot] in #4155
- chore(deps): Bump deepmerge from 2.0 to 2.1.0 by @dependabot[bot] in #4156
- chore(deps): Bump the all-actions group with 2 updates by @dependabot[bot] in #4157
- Update README.md by @SeanBohan in #4158
- chore(deps): Bump actions/cache from 5.0.5 to 6.1.0 in the all-actions group by @dependabot[bot] in #4159
- Fix anoncreds upgrade failure in-memory in-progress check by @jamshale in #4163
- chore(deps): Bump the all-actions group with 7 updates by @dependabot[bot] in #4165
- docs: warn that the subwallet token endpoint invalidates previous tokens by @kukgini in #4166
- fix: complete stalled setup when activating a posted revocation registry by @kukgini in #4164
- chore(deps): Bump docker from 7.1.0 to 7.2.0 in /scenarios by @dependabot[bot] in #4169
- chore(deps): Bump uuid-utils from 0.16.0 to 0.17.0 by @dependabot[bot] in #4168
- chore(deps): Bump the all-actions group with 3 updates by @dependabot[bot] in #4170
- fix: Check RECORD_TYPE_ACAPY_UPGRADING type for clustered upgrade check by @jamshale in #4167
- chore(deps): Bump the all-actions group with 6 updates by @dependabot[bot] in #4176
- chore(deps): Bump pillow from 12.2.0 to 12.3.0 in the pip group across 1 directory by @dependabot[bot] in #4177
- fix: bound memory usage of record queries and maintenance/upgrade scans by @esune in #4171
- feat: use DELETE for multitenancy subwallet removal by @esune in #4172
- 1.6.1rc0 by @swcurran in #4178
Full Changelog: 1.6.0...1.6.1rc0
1.6.0
ACA-Py Release 1.6.0 continues the clean up of the migration of deployments moving from the askar wallet type to askar-anoncreds. More use case specific issues have been found with the upgrade and corrected in this release, notably when revokable AnonCreds credentials rooted in Indy, with Endorsers and when an initial revocation publication operation fails. The proper handle of such a condition is again properly handled. Also added is an interoperability improvement with the Credo-TS framework around the handling of JWS verification.
The release also includes new documentation to support migration from Indy-based AnonCreds issuance to did:webvh, reflecting the broader ecosystem shift toward more flexible and web-native DID methods.
Additional updates include dependency upgrades, improvements to CI/CD and test management, and routine maintenance changes. Dependabot updates have also been incorporated to keep dependencies current and secure.
1.6.0 Breaking Changes
This release introduces no intentional breaking changes. Note that PR #3998 in release 1.5.1 was initially missed in the release as breaking, but is a breaking change. Implementations relying on the removed duplicate webhooks for present-proof v2 should adjust to the new behavior.
Included are required fixes that correct behavior in some edge cases related to deployments using AnonCreds revocation, Indy and upgrading from the askar wallet type to the askar-anoncreds wallet type. Deployments that have already upgraded to 1.4.0 and later SHOULD upgrade to 1.6.0.
ACA-Py now prefers the kid value in the JWS header over jwk.kid when verifying signatures in attachment decorators. While this aligns with expected standards behavior, integrations relying on the previous resolution order should validate their assumptions.
These changes are not expected to impact most deployments but should be reviewed in environments with custom integrations or strict interoperability requirements.
1.6.0 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
- docs: add migration guide for Indy to did:webvh AnonCreds issuance by @PatStLouis in #4059
- chore(deps): Bump the all-actions group with 3 updates by @dependabot[bot] in #4072
- fix: exclude BBS+ present-proof scenarios from BDD interop tests by @PatStLouis in #4074
- ci: scope permissions to jobs and fix workflow syntax by @PatStLouis in #4066
- chore: Update the interop tails server url by @jamshale in #4075
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format by @PatStLouis in #4078
- chore(deps): Bump apispec from 6.9.0 to 6.10.0 by @dependabot[bot] in #4081
- fix: Revocation errors in the anoncreds upgrade by @jamshale in #4080
- fix: prefer JWS header kid over jwk.kid in attach decorator verify (fixes #4077) by @PatStLouis in #4085
- chore(deps): Bump pyjwt from 2.11.0 to 2.12.1 by @dependabot[bot] in #4088
- chore(deps): Bump the all-actions group across 1 directory with 8 updates by @dependabot[bot] in #4089
- chore: Update ruff version in github action runner to project major version by @jamshale in #4093
- Feat/4086 anoncreds indy accum fix with endorsement by @jamshale in #4090
- chore: add PR template and issue templates by @Chaithanya5gif in #4091
- chore(deps-dev): Bump pytest-cov from 7.0.0 to 7.1.0 by @dependabot[bot] in #4096
- 1.6.0rc0 by @swcurran in #4097
- chore(deps): Bump the all-actions group with 4 updates by @dependabot[bot] in #4099
- chore(deps): Bump the pip group across 3 directories with 1 update by @dependabot[bot] in #4102
- chore(deps): Update pygments requirement from ~=2.19 to ~=2.20 in /demo by @dependabot[bot] in #4105
- chore(deps): Bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #4104
- chore(deps): Bump cryptography from 46.0.5 to 46.0.6 in the pip group across 1 directory by @dependabot[bot] in #4103
- chore(deps): Bump the all-actions group with 2 updates by @dependabot[bot] in #4106
- 1.6.0 by @swcurran in #4109
New Contributors
- @Chaithanya5gif made their first contribution in #4091
Full Changelog: 1.5.1...1.6.0
1.3.4
This patch is being released to address another issue in the migration of the askar wallet-type to askar-anoncreds, and to get a security fix in a dependency (jsonpath-ng). As well, an interop issue with Credo-TS and the handling of JWS was added.
The release includes the following PRs from the main branch cherry-picked into this release:
- Feat/4086 anoncreds indy accum fix with endorsement #4090 jamshale
- fix: prefer JWS header kid over jwk.kid in attach decorator verify (fixes #4077) #4085 PatStLouis
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format #4078 PatStLouis
1.3.4 Breaking Changes
There are no breaking changes in this release.
What's Changed
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format by @jamshale in #4083
- 1.3.lts fix: prefer JWS header kid over jwk.kid in attach decorator verify by @PatStLouis in #4095
- 1.3.lts backport Feat/4086 anoncreds indy accum fix with endorsement by @jamshale in #4098
- 1.3.4rc0 by @swcurran in #4100
- 1.3.4 by @swcurran in #4108
Full Changelog: 1.3.3...1.3.4
1.2.7
This release is to get a security fix in a dependency (jsonpath-ng) and to address an interop issue with Credo-TS in the handling of JWS. An AnonCreds revocation fix that was added to the 1.3.4 release is NOT included in this release as it does not apply to the 1.2 LTS branch.
As support for the ACA-Py 1.2 LTS branch ends in April 2026, this is the last 1.2 LTS release. Deployers are strongly encouraged to update to at least the latest 1.3 LTS release and ideally to the latest ACA-Py release.
The release includes the following PRs from the main branch cherry-picked into this release:
- fix: prefer JWS header kid over jwk.kid in attach decorator verify (fixes #4077) #4085 PatStLouis
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format #4078 PatStLouis
1.2.7 Breaking Changes
There are no breaking changes in this release.
What's Changed
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format by @jamshale in #4082
- 1.2.lts fix: prefer JWS header kid over jwk.kid in attach decorator verify by @PatStLouis in #4094
- 1.2.7rc0 by @swcurran in #4101
- 1.2.7 by @swcurran in #4107
Full Changelog: 1.2.6...1.2.7
1.6-lts
ACA-Py Release 1.6.0 continues the clean up of the migration of deployments moving from the askar wallet type to askar-anoncreds. More use case specific issues have been found with the upgrade and corrected in this release, notably when revokable AnonCreds credentials rooted in Indy, with Endorsers and when an initial revocation publication operation fails. The proper handle of such a condition is again properly handled. Also added is an interoperability improvement with the Credo-TS framework around the handling of JWS verification.
The release also includes new documentation to support migration from Indy-based AnonCreds issuance to did:webvh, reflecting the broader ecosystem shift toward more flexible and web-native DID methods.
Additional updates include dependency upgrades, improvements to CI/CD and test management, and routine maintenance changes. Dependabot updates have also been incorporated to keep dependencies current and secure.
1.6.0 Breaking Changes
This release introduces no intentional breaking changes. Note that PR #3998 in release 1.5.1 was initially missed in the release as breaking, but is a breaking change. Implementations relying on the removed duplicate webhooks for present-proof v2 should adjust to the new behavior.
Included are required fixes that correct behavior in some edge cases related to deployments using AnonCreds revocation, Indy and upgrading from the askar wallet type to the askar-anoncreds wallet type. Deployments that have already upgraded to 1.4.0 and later SHOULD upgrade to 1.6.0.
ACA-Py now prefers the kid value in the JWS header over jwk.kid when verifying signatures in attachment decorators. While this aligns with expected standards behavior, integrations relying on the previous resolution order should validate their assumptions.
These changes are not expected to impact most deployments but should be reviewed in environments with custom integrations or strict interoperability requirements.
1.6.0 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
- docs: add migration guide for Indy to did:webvh AnonCreds issuance by @PatStLouis in #4059
- chore(deps): Bump the all-actions group with 3 updates by @dependabot[bot] in #4072
- fix: exclude BBS+ present-proof scenarios from BDD interop tests by @PatStLouis in #4074
- ci: scope permissions to jobs and fix workflow syntax by @PatStLouis in #4066
- chore: Update the interop tails server url by @jamshale in #4075
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format by @PatStLouis in #4078
- chore(deps): Bump apispec from 6.9.0 to 6.10.0 by @dependabot[bot] in #4081
- fix: Revocation errors in the anoncreds upgrade by @jamshale in #4080
- fix: prefer JWS header kid over jwk.kid in attach decorator verify (fixes #4077) by @PatStLouis in #4085
- chore(deps): Bump pyjwt from 2.11.0 to 2.12.1 by @dependabot[bot] in #4088
- chore(deps): Bump the all-actions group across 1 directory with 8 updates by @dependabot[bot] in #4089
- chore: Update ruff version in github action runner to project major version by @jamshale in #4093
- Feat/4086 anoncreds indy accum fix with endorsement by @jamshale in #4090
- chore: add PR template and issue templates by @Chaithanya5gif in #4091
- chore(deps-dev): Bump pytest-cov from 7.0.0 to 7.1.0 by @dependabot[bot] in #4096
- 1.6.0rc0 by @swcurran in #4097
- chore(deps): Bump the all-actions group with 4 updates by @dependabot[bot] in #4099
- chore(deps): Bump the pip group across 3 directories with 1 update by @dependabot[bot] in #4102
- chore(deps): Update pygments requirement from ~=2.19 to ~=2.20 in /demo by @dependabot[bot] in #4105
- chore(deps): Bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #4104
- chore(deps): Bump cryptography from 46.0.5 to 46.0.6 in the pip group across 1 directory by @dependabot[bot] in #4103
- chore(deps): Bump the all-actions group with 2 updates by @dependabot[bot] in #4106
- 1.6.0 by @swcurran in #4109
New Contributors
- @Chaithanya5gif made their first contribution in #4091
Full Changelog: 1.5.1...1.6.0
1.3-lts
This patch is being released to address another issue in the migration of the askar wallet-type to askar-anoncreds, and to get a security fix in a dependency (jsonpath-ng). As well, an interop issue with Credo-TS and the handling of JWS was added.
The release includes the following PRs from the main branch cherry-picked into this release:
- Feat/4086 anoncreds indy accum fix with endorsement #4090 jamshale
- fix: prefer JWS header kid over jwk.kid in attach decorator verify (fixes #4077) #4085 PatStLouis
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format #4078 PatStLouis
1.3.4 Breaking Changes
There are no breaking changes in this release.
What's Changed
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format by @jamshale in #4083
- 1.3.lts fix: prefer JWS header kid over jwk.kid in attach decorator verify by @PatStLouis in #4095
- 1.3.lts backport Feat/4086 anoncreds indy accum fix with endorsement by @jamshale in #4098
- 1.3.4rc0 by @swcurran in #4100
- 1.3.4 by @swcurran in #4108
Full Changelog: 1.3.3...1.3.4
1.2-lts
This release is to get a security fix in a dependency (jsonpath-ng) and to address an interop issue with Credo-TS in the handling of JWS. An AnonCreds revocation fix that was added to the 1.3.4 release is NOT included in this release as it does not apply to the 1.2 LTS branch.
As support for the ACA-Py 1.2 LTS branch ends in April 2026, this is the last 1.2 LTS release. Deployers are strongly encouraged to update to at least the latest 1.3 LTS release and ideally to the latest ACA-Py release.
The release includes the following PRs from the main branch cherry-picked into this release:
- fix: prefer JWS header kid over jwk.kid in attach decorator verify (fixes #4077) #4085 PatStLouis
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format #4078 PatStLouis
1.2.7 Breaking Changes
There are no breaking changes in this release.
What's Changed
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format by @jamshale in #4082
- 1.2.lts fix: prefer JWS header kid over jwk.kid in attach decorator verify by @PatStLouis in #4094
- 1.2.7rc0 by @swcurran in #4101
- 1.2.7 by @swcurran in #4107
Full Changelog: 1.2.6...1.2.7
1.3.4rc0
This patch is being released to address another issue in the migration of the askar wallet-type to askar-anoncreds, and to get a security fix in a dependency (jsonpath-ng). As well, an interop issue with Credo-TS and the handling of JWS was added.
The release includes the following PRs from the main branch cherry-picked into this release:
- Feat/4086 anoncreds indy accum fix with endorsement #4090 jamshale
- fix: prefer JWS header kid over jwk.kid in attach decorator verify (fixes #4077) #4085 PatStLouis
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format #4078 PatStLouis
1.3.4 Breaking Changes
There are no breaking changes in this release.
What's Changed
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format by @jamshale in #4083
- 1.3.lts fix: prefer JWS header kid over jwk.kid in attach decorator verify by @PatStLouis in #4095
- 1.3.lts backport Feat/4086 anoncreds indy accum fix with endorsement by @jamshale in #4098
- 1.3.4rc0 by @swcurran in #4100
Full Changelog: 1.3.3...1.3.4rc0
1.2.7rc0
This to get a security fix in a dependency (jsonpath-ng) and to address an interop issue with Credo-TS in the handling of JWS. An AnonCreds revocation fix that was added to the 1.3.4 release is NOT included in this release as it does not apply to the 1.2 branch.
As support for the ACA-Py 1.2 LTS branch ends in April 2026, this is likely the last 1.2 release. Deployers are strongly encouraged to update to at least the latest 1.3 release and ideally to the latest ACA-Py release.
The release includes the following PRs from the main branch cherry-picked into this release:
- fix: prefer JWS header kid over jwk.kid in attach decorator verify (fixes #4077) #4085 PatStLouis
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format #4078 PatStLouis
1.2.7 Breaking Changes
There are no breaking changes in this release.
What's Changed
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format by @jamshale in #4082
- 1.2.lts fix: prefer JWS header kid over jwk.kid in attach decorator verify by @PatStLouis in #4094
- 1.2.7rc0 by @swcurran in #4101
Full Changelog: 1.2.6...1.2.7rc0
1.6.0rc0
ACA-Py Release 1.6.0 continues the clean up of the migration of deployments moving from the askar wallet type to askar-anoncreds. More use case specific issues have been found with the upgrade and corrected in this release, notably when revokable AnonCreds credentials rooted in Indy, with Endorsers and when an initial revocation publication operation fails. The proper handle of such a condition is again properly handled. Also added is an interoperability improvement with the Credo-TS framework around the handling of JWS verification.
The release also includes new documentation to support migration from Indy-based AnonCreds issuance to did:webvh, reflecting the broader ecosystem shift toward more flexible and web-native DID methods.
Additional updates include dependency upgrades, improvements to CI/CD and test management, and routine maintenance changes. Dependabot updates have also been incorporated to keep dependencies current and secure.
1.6.0 Breaking Changes
This release introduces no intentional breaking changes.
Included are required fixes that correct behavior in some edge cases related to deployments using AnonCreds revocation, Indy and upgrading from the askar wallet type to the askar-anoncreds wallet type. Deployments that have already upgraded to 1.4.0 and later SHOULD upgrade to 1.6.0.
ACA-Py now prefers the kid value in the JWS header over jwk.kid when verifying signatures in attachment decorators. While this aligns with expected standards behavior, integrations relying on the previous resolution order should validate their assumptions.
These changes are not expected to impact most deployments but should be reviewed in environments with custom integrations or strict interoperability requirements.
1.6.0 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
- docs: add migration guide for Indy to did:webvh AnonCreds issuance by @PatStLouis in #4059
- chore(deps): Bump the all-actions group with 3 updates by @dependabot[bot] in #4072
- fix: exclude BBS+ present-proof scenarios from BDD interop tests by @PatStLouis in #4074
- ci: scope permissions to jobs and fix workflow syntax by @PatStLouis in #4066
- chore: Update the interop tails server url by @jamshale in #4075
- chore: bump jsonpath-ng to 1.8.0 and fix full_path format by @PatStLouis in #4078
- chore(deps): Bump apispec from 6.9.0 to 6.10.0 by @dependabot[bot] in #4081
- fix: Revocation errors in the anoncreds upgrade by @jamshale in #4080
- fix: prefer JWS header kid over jwk.kid in attach decorator verify (fixes #4077) by @PatStLouis in #4085
- chore(deps): Bump pyjwt from 2.11.0 to 2.12.1 by @dependabot[bot] in #4088
- chore(deps): Bump the all-actions group across 1 directory with 8 updates by @dependabot[bot] in #4089
- chore: Update ruff version in github action runner to project major version by @jamshale in #4093
- Feat/4086 anoncreds indy accum fix with endorsement by @jamshale in #4090
- chore: add PR template and issue templates by @Chaithanya5gif in #4091
- chore(deps-dev): Bump pytest-cov from 7.0.0 to 7.1.0 by @dependabot[bot] in #4096
- 1.6.0rc0 by @swcurran in #4097
New Contributors
- @Chaithanya5gif made their first contribution in #4091
Full Changelog: 1.5.1...1.6.0rc0