Aries-cloudagent

Latest version: v1.0.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 19

1.0.0rc4

With the focus of the pull requests for this release on stabilizing the implementation, there were a few breaking changes:

- The default underlying Python version has been upgraded to 3.12.
- Support for the Indy SDK has been dropped. It had been previously deprecated. See this [Indy SDK to Askar migration documentation](https://aca-py.org/latest/deploying/IndySDKtoAskarMigration/) for guidance.
- The webhook sent after receipt of presentation by a verifier has been updated to include all of the information needed by the verifier so that the controller does not have to call the "Verify Presentation" endpoint. The issue with calling that endpoint after the presentation has been received is that there is a race condition between the controller and the ACA-Py cleanup process deleting completed Present Proof protocol instances. See [\3081](https://github.com/hyperledger/aries-cloudagent-python/pull/#3081) for additional details.

What's Changed
* Update README.md by KPCOFGS in https://github.com/hyperledger/aries-cloudagent-python/pull/2927
* chore(deps): Bump ecdsa from 0.16.1 to 0.19.0 in the pip group across 1 directory by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/2933
* feat: Integrate AnonCreds with W3C VCDI Format Support in ACA-Py by sarthakvijayvergiya in https://github.com/hyperledger/aries-cloudagent-python/pull/2861
* Upgrade to anoncreds via api endpoint by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/2922
* Feature: use decorators for admin api authentication by esune in https://github.com/hyperledger/aries-cloudagent-python/pull/2860
* Anoncreds - Send full registry list when getting revocation states by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/2946
* Example integration test issuing 2 credentials under the same schema by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/2948
* Fix Snyk Container scanning workflow by WadeBarnes in https://github.com/hyperledger/aries-cloudagent-python/pull/2951
* :arrow_up: Upgrade pydid (pydantic v2) by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/2919
* Switch Snyk Container scan back to on push. by WadeBarnes in https://github.com/hyperledger/aries-cloudagent-python/pull/2953
* Add OpenSSF Scorecard GHA - weekly by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2955
* :arrow_up: Upgrade test and lint dependencies by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/2939
* feat: drop indy sdk by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/2892
* fix(interop): overly strict validation by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/2943
* Fix clear revocation logic by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/2956
* Fix Snyk sarif file by pradeepp88 in https://github.com/hyperledger/aries-cloudagent-python/pull/2961
* Add anoncreds migration guide by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/2881
* chore: updating dependabot to support gha, python, docker and dev container packages by rajpalc7 in https://github.com/hyperledger/aries-cloudagent-python/pull/2945
* Fix issue with requested to revoke before registry creation by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/2995
* Sonarcloud with code coverage by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/2968
* Manage integration tests with GitHub Actions (2952) by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/2996
* :arrow_up: Upgrade `aiohttp-apispec` and `apispec` by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/2920
* chore(deps): Bump untergeek/curator from 8.0.2 to 8.0.15 in /demo/elk-stack/extensions/curator by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/2969
* feat: inject profile and session by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/2997
* :sparkles: Faster uuid generation by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/2994
* chore(deps): Bump sphinx-rtd-theme from 1.1.1 to 1.3.0 in /docs by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/2970
* chore(deps): Bump hyperledger/aries-cloudagent-python from py3.9-0.9.0 to py3.9-0.12.1 in /demo/docker-agent by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/2973
* chore(deps): Bump hyperledger/aries-cloudagent-python from py3.9-0.10.4 to py3.9-0.12.1 in /demo/playground by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/2975
* Postgres Demo - Upgrade postgres and change entrypoint file by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3004
* chore(deps): Bump hyperledger/aries-cloudagent-python from py3.9-0.9.0 to py3.9-0.12.1 in /demo/multi-demo by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/2976
* Merge all poetry dependabot PRs by PatStLouis in https://github.com/hyperledger/aries-cloudagent-python/pull/3007
* Merge all demo dependabot PRs by PatStLouis in https://github.com/hyperledger/aries-cloudagent-python/pull/3008
* Switch from pytz to dateutil by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3012
* Add sonarcloud badges by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3014
* chore(deps): Bump actions/checkout from 3 to 4 in the all-actions group by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3011
* feat: soft binding for plugin flexibility by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/3010
* Use a published version of aiohttp-apispec by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3019
* Add support for revocable credentials in vc_di handler by EmadAnwer in https://github.com/hyperledger/aries-cloudagent-python/pull/2967
* chore(deps): Bump pydid from 0.5.0 to 0.5.1 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3024
* chore(deps-dev): Bump pytest from 8.2.1 to 8.2.2 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3025
* chore(deps): Update prompt-toolkit requirement from ~=2.0.9 to ~=2.0.10 in /demo by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3026
* chore(deps): Bump sphinx from 1.8.4 to 1.8.6 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3021
* docs: added section on environment variables by Executioner1939 in https://github.com/hyperledger/aries-cloudagent-python/pull/3028
* :sparkles: Adds support for paginated storage queries, and implements pagination for the wallets_list endpoint by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/3000
* chore(deps): Bump dawidd6/action-download-artifact from 3 to 5 in the all-actions group by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3027
* chore(deps): Bump uuid-utils from 0.7.0 to 0.8.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3034
* chore(deps): Bump configargparse from 1.5.5 to 1.7 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3035
* chore(deps): Bump mkdocs-material from 9.5.10 to 9.5.27 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3036
* chore(deps): Bump packaging from 23.1 to 23.2 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3037
* chore(deps): Bump marshmallow from 3.20.2 to 3.21.3 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3038
* chore(deps): Bump urllib3 from 2.2.1 to 2.2.2 in /demo/playground/examples in the pip group by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3045
* Fix - only run integration tests on opened PR's by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3042
* Fix and refactor anoncreds revocation recovery by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3029
* Prevent getting stuck with no active registry by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3032
* chore(deps): Bump the pip group with 2 updates by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3046
* :adhesive_bandage: add exception handling to wallet-upgrade check by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/3048
* Handle failed tails server issuance [Anoncreds] by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3049
* fix: didexchange manager not checking the did-rotate content correctly by gmulhearn-anonyome in https://github.com/hyperledger/aries-cloudagent-python/pull/3057
* Enable `no-transport` mode as startup parameter by PatStLouis in https://github.com/hyperledger/aries-cloudagent-python/pull/2990
* chore(deps): Bump dawidd6/action-download-artifact from 5 to 6 in the all-actions group by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3064
* chore(deps): Bump markupsafe from 2.0.1 to 2.1.5 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3062
* :sparkles: Add pagination support for listing Connection, Cred Ex, and Pres Ex records by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/3033
* chore(deps-dev): Bump pydevd-pycharm from 193.6015.41 to 193.7288.30 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3060
* chore(deps-dev): Bump ruff from 0.4.4 to 0.4.10 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3058
* For proof problem handler, allow no connection record (OOB cases), prevent unhandled exception by loneil in https://github.com/hyperledger/aries-cloudagent-python/pull/3068
* Re-enable ledger plugin when `--no-legder` is set by PatStLouis in https://github.com/hyperledger/aries-cloudagent-python/pull/3070
* chore(deps): Bump requests from 2.32.2 to 2.32.3 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3076
* chore(deps): Bump uuid-utils from 0.8.0 to 0.9.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3075
* chore(deps-dev): Bump ruff from 0.4.10 to 0.5.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3073
* chore(deps): Bump mike from 2.0.0 to 2.1.2 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3074
* DIDComm V2 Initial Implementation by TheTechmage in https://github.com/hyperledger/aries-cloudagent-python/pull/2959
* fix: respond to did:peer:1 with did:peer:4 by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/3050
* fix: print provision messages when auto-provision is triggered by TheTechmage in https://github.com/hyperledger/aries-cloudagent-python/pull/3077
* Use anoncreds registry for holder credential endpoints by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3063
* Rule D417 by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3072
* Add by_format to terse webhook for presentations by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/3081
* :bug: fix storage record pagination with post-filter query params by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/3082
* Switch from black to ruff by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3080
* :art: improve record querying logic by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/3083
* Upgrade python to version 3.12 by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3067
* chore(deps): Bump certifi from 2024.6.2 to 2024.7.4 in the pip group by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3085
* :bug: fix IndyAttrValue bad reference in OpenAPI spec by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/3090
* chore(deps): Bump mkdocs-material from 9.5.27 to 9.5.28 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3089
* chore(deps-dev): Bump ruff from 0.5.0 to 0.5.1 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3087
* chore(deps): Bump aries-askar from 0.3.1 to 0.3.2 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3088
* chore(deps): Bump certifi from 2024.6.2 to 2024.7.4 in /demo/playground/examples in the pip group by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3084
* 1.0.0rc4 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3092

New Contributors
* KPCOFGS made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/2927
* rajpalc7 made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/2945
* EmadAnwer made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/2967
* Executioner1939 made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/3028

**Full Changelog**: https://github.com/hyperledger/aries-cloudagent-python/compare/0.12.1...1.0.0rc4

1.0.0rc3

ACA-Py 1.0.0 will be a breaking update to ACA-Py with the version number indicating the maturity of the implementation. The final 1.0.0 release will be Aries Interop Profile 2.0-complete, and based on Python 3.9 or higher. The decision to start tagging early 1.0.0 releases was probably a bad one given the subsequent focus in the community on optimization of what we have vs. completing the to-do list for AIP 2.0. However, some organizations are using `1.0.0-rc` releases, so with this release of 1.0.0-rc3 we are providing an update that incorporates the many, many enhancements, improvements, and fixes that are in ACA-Py releases 0.8.0, 0.8.1 and 0.8.2.

Release 1.0.0-rc3 is identical in functionality to ACA-Py Release 0.8.2. The only differences are the versions in the code/Swagger/Open API files and the changelog entry for this release.

1.0.0rc2

ACA-Py 1.0.0 will be a breaking update to ACA-Py with the version number indicating the maturity of the implementation. The final 1.0.0 release will be Aries Interop Profile 2.0-complete, and based on Python 3.9 or higher. The decision to start tagging early `1.0.0` releases was probably a bad one given the subsequent focus in the community on optimization of what we have vs. completing the [to-do list for AIP 2.0](/SupportedRFCs.mdaip-20). However, some organizations are using 1.0.0-rc1, so with this release of 1.0.0-rc2, we are providing an update that incorporates the many, many enhancements, improvements, and fixes that are in releases [0.8.0](080) and [0.8.1](081).

Breaking Changes

See the breaking changes documented in Releases [0.8.1](081) and [0.8.0](080). There are no breaking changes in the merged pull requests listed below--those merged since Release 0.8.1.

What's Changed

* fix: run only on main, forks ok by anwalker293 in https://github.com/hyperledger/aries-cloudagent-python/pull/2166
* Add support for JsonWebKey2020 for the connection invitations by dkulic in https://github.com/hyperledger/aries-cloudagent-python/pull/2173
* Update Alice Wants a JSON-LD Credential to fix invocation by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2219
* Disable webhook trigger on initial response to multi-use connection invitation by esune in https://github.com/hyperledger/aries-cloudagent-python/pull/2223
* Fix broken link in README by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/2221
* Fix formatting and grammatical errors in different readme's by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/2222
* Connection target should not be limited only to indy dids by dkulic in https://github.com/hyperledger/aries-cloudagent-python/pull/2229
* Multi-tenant self-managed mediation verkey lookup by usingtechnology in https://github.com/hyperledger/aries-cloudagent-python/pull/2232
* stand up multiple agents (single and multi) for local development and testing by usingtechnology in https://github.com/hyperledger/aries-cloudagent-python/pull/2230
* Fix multitenant/mediation in demo by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/2075
* Upgrade codegen tools in `scripts/generate-open-api-spec` and publish Swagger 2.0 and OpenAPI 3.0 specs by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/2246
* fix: route multitenant connectionless oob invitation by TimoGlastra in https://github.com/hyperledger/aries-cloudagent-python/pull/2243
* Add updated ELK stack for demos. by usingtechnology in https://github.com/hyperledger/aries-cloudagent-python/pull/2236
* ./run_demo performance -c 1 --mediation --timing --trace-log by usingtechnology in https://github.com/hyperledger/aries-cloudagent-python/pull/2245
* Bump requests from 2.30.0 to 2.31.0 in /demo/playground/scripts by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/2238
* Pass document loader to jsonld.expand by andrewwhitehead in https://github.com/hyperledger/aries-cloudagent-python/pull/2175
* fix: only cache completed connection targets by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/2240
* 1.0.0-rc2 Updates by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2253

New Contributors
* anwalker293 made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/2166
* dkulic made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/2173
* ff137 made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/2221
* usingtechnology made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/2232
* dependabot made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/2238

**Full Changelog**: https://github.com/hyperledger/aries-cloudagent-python/compare/0.8.1...1.0.0-rc2

1.0.0rc1

1.0.0rc0

1.0.0 is a breaking update to ACA-Py whose version is intended to indicate the maturity of the implementation. The final 1.0.0 release will be Aries Interop Profile 2.0-complete, and based on Python 3.7 or higher. The initial (rc0) release candidate is for early adopters to provide feedback.

See the [CHANGELOG.md](https://github.com/hyperledger/aries-cloudagent-python/blob/1.0.0-rc0/CHANGELOG.md) for the highlights in this release and a categorized list of pull requests.

Breaking Changes

As of rc0, there are no breaking updates in the release from the previous v0.7.4. However, we know that there are some pending updates that will be breaking, hence the bumps to the major/minor version elements.

What's Changed
* feat: event and webhook on keylist update stored by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1769
* fix: warnings in tests from IndySdkProfile by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1865
* feat: make base wallet route access configurable by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1836
* Indy ledger fixes and cleanups by andrewwhitehead in https://github.com/hyperledger/aries-cloudagent-python/pull/1870
* Enable manually triggering keylist updates during connection by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1851
* Unit test fixes for python 3.9 by andrewwhitehead in https://github.com/hyperledger/aries-cloudagent-python/pull/1858
* feat: add universal resolver by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1866
* Allow fully qualified class names for profile managers by chumbert in https://github.com/hyperledger/aries-cloudagent-python/pull/1880
* fix: didx request cannot be accepted by rmnre in https://github.com/hyperledger/aries-cloudagent-python/pull/1881
* fix: resolve dids following new endpoint rules by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1863
* fix: unable to use askar with in memory db by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1878
* Refactoring of revocation registry creation by andrewwhitehead in https://github.com/hyperledger/aries-cloudagent-python/pull/1813
* Fixes a few AATH failures by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1897
* Refactor ledger correction code and insert into revocation error handling by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1892
* fix: update RouteManager methods use to pass profile as parameter by chumbert in https://github.com/hyperledger/aries-cloudagent-python/pull/1902
* Update for the v1.0.0-rc0 release. Changelog comment added for v0.7.4 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/1904


**Full Changelog**: https://github.com/hyperledger/aries-cloudagent-python/compare/0.7.4...1.0.0-rc0

0.12.6

There are no breaking changes in this release.

What's Changed
* fix: cherry-pick fixes from main to 0.12.lts by thiagoromanos in https://github.com/openwallet-foundation/acapy/pull/3578
* 0.12.6 by swcurran in https://github.com/openwallet-foundation/acapy/pull/3583


**Full Changelog**: https://github.com/openwallet-foundation/acapy/compare/0.12.5...0.12.6

Page 4 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.