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 3 of 19

1.0.1

moving soon to the OWF's GitHub organization as the [new "acapy" project](https://github.com/openwallet-foundation/project-proposals/pull/42).

[OpenWallet Foundation]: https://openwallet.foundation/

For details on what this means for ACA-Py users, including steps for updating deployments, please follow the updates in [GitHub Issue 3250]. We'll keep you informed about the approach, timeline, and progress of the move. Stay tuned!

[GitHub Issue 3250]: https://github.com/hyperledger/aries-cloudagent-python/issues/3250

The release contains mostly internal clean ups, technical debt elimination, and a revision to the integration testing approach, incorporating the [Aries Agent Test Harness] tests in the ACA-Py continuous integration testing process.

[Aries Agent Test Harness]: https://github.com/hyperledger/aries-agent-test-harness

There are several important **[deprecation notices](deprecation-notices)** in this release in preparation for the next ACA-Py release. Please review these notifications carefully!

In an attempt to shorten the categorized list of PRs in the release, rather than listing all of the `dependabot` PRs in the release, we've included a link to a list of those PRs.

Deprecation Notices

- ACA-Py will soon be moved from the Hyperledger GitHub organization to that of the [OpenWallet Foundation]. As such, there will be changes in the names and locations of the artifacts produced -- the [PyPi] project and the container images in the [GitHub Container Registry]. We will retain the ability to publish LTS releases of ACA-Py for the current LTS versions (0.11, 0.12) in the current locations. For details, guidance, timing, and progress on the move, please monitor the description of [GitHub Issue 3250] that will be maintained throughout the process.

[PyPi]: https://pypi.org
[GitHub Container Registry]: https://ghcr.io

- In the next ACA-Py release, we will be dropping from the core ACA-Py repository the AIP 1.0 [RFC 0160 Connections], [RFC 0037 Issue Credentials v1.0] and [RFC 0037 Present Proof v1.0] DIDComm protocols. Each of the protocols will be moved to the [ACA-Py Plugins] repo. All deployers that use those protocols **SHOULD** update to the [AIP 2.0] versions of those protocols ([RFC 0434 Out of Band]+[RFC 0023 DID Exchange], [RFC 0453 Issue Credential v2.0] and [RFC 0454 Present Proof v2.0], respectively). Once the protocols are removed from ACA-Py, anyone still using those protocols must adjust their configuration to load those protocols from the respective plugins.

[RFC 0160 Connections]: https://hyperledger.github.io/aries-rfcs/latest/features/0160-connection-protocol/
[RFC 0037 Issue Credentials]: https://hyperledger.github.io/aries-rfcs/latest/features/0036-issue-credential/
[RFC 0037 Present Proof]: https://hyperledger.github.io/aries-rfcs/latest/features/0037-present-proof/
[AIP 2.0]: https://hyperledger.github.io/aries-rfcs/latest/aip2/0003-protocols/
[RFC 0434 Out of Band]: https://hyperledger.github.io/aries-rfcs/latest/aip2/0434-outofband/
[RFC 0023 DID Exchange]: https://hyperledger.github.io/aries-rfcs/latest/aip2/0023-did-exchange/
[RFC 0453 Issue Credential v2.0]: https://hyperledger.github.io/aries-rfcs/latest/aip2/0453-issue-credential-v2/
[RFC 0454 Present Proof v2.0]: https://hyperledger.github.io/aries-rfcs/latest/aip2/0454-present-proof-v2/

1.0.1rc1

There are no breaking changes in ACA-Py Release 1.0.1.

What's Changed
* 👷Publish `aries-cloudagent-bbs` Docker image by rblaine95 in https://github.com/hyperledger/aries-cloudagent-python/pull/3175
* chore(deps): Bump aiohttp from 3.10.3 to 3.10.4 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3177
* chore(deps-dev): Bump ruff from 0.5.7 to 0.6.1 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3180
* chore(deps): Bump markdown from 3.6 to 3.7 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3176
* chore(deps): Bump mike from 2.1.2 to 2.1.3 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3179
* chore(deps): Bump mkdocs-material from 9.5.31 to 9.5.32 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3178
* fixes 3186: handler_timed_file_handler by rngadam in https://github.com/hyperledger/aries-cloudagent-python/pull/3187
* [ POST v1.0.0 ] Adjust message queue error handling by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3170
* issue 3182: replace deprecated ptvsd debugger by debugpy by rngadam in https://github.com/hyperledger/aries-cloudagent-python/pull/3183
* Fix logic to send verbose webhooks by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/3193
* chore(deps): Bump aiohttp from 3.10.4 to 3.10.5 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3201
* chore(deps-dev): Bump ruff from 0.6.1 to 0.6.2 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3198
* chore(deps-dev): Bump pytest-asyncio from 0.23.8 to 0.24.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3200
* chore(deps): Bump mkdocs-material from 9.5.32 to 9.5.33 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3199
* chore(deps): Bump marshmallow from 3.21.3 to 3.22.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3197
* Change integration testing by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3194
* Change interop tests to critical on PRs by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3209
* Document the documentation site generation process by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3212
* Adjust nightly and release workflows by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3210
* chore(deps-dev): Bump ruff from 0.6.2 to 0.6.3 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3214
* chore(deps): Bump mkdocs-material from 9.5.33 to 9.5.34 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3215
* chore(deps): Bump cryptography from 43.0.0 to 43.0.1 in the pip group by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3216
* Only change interop testing fork on pull requests by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3218
* chore(deps-dev): Bump ruff from 0.6.3 to 0.6.4 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3221
* chore(deps): Bump unflatten from 0.1.1 to 0.2.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3222
* fix: anoncreds revocation notification when revoking by thiagoromanos in https://github.com/hyperledger/aries-cloudagent-python/pull/3226
* Fix scenario tests by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3231
* chore(deps-dev): Bump ruff from 0.6.4 to 0.6.5 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3236
* chore(deps-dev): Bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3235
* Only run integration tests on correct file changes by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3230
* Update docs for outstanding anoncreds work by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3229
* Add anoncreds profile basic scenario test by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3232
* :art: fix type hints for optional method parameters by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/3234
* Removing padding from url invitations by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3238
* Ensure that DAP_PORT is always an int by Gavinok in https://github.com/hyperledger/aries-cloudagent-python/pull/3241
* chore: delete unused keypair storage manager by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/3245
* feat: verify creds signed with Ed25519VerificationKey2020 by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/3244
* chore(deps-dev): Bump ruff from 0.6.5 to 0.6.7 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3248
* chore(deps): Bump mkdocs-material from 9.5.34 to 9.5.36 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3249
* Feature multikey management by PatStLouis in https://github.com/hyperledger/aries-cloudagent-python/pull/3246
* 1.0.1rc0 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3254
* [BUG] Handle get key operation when no tag has been set by PatStLouis in https://github.com/hyperledger/aries-cloudagent-python/pull/3256
* Adjust sonarcloud and integration test workflows by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3259
* fix: enable refreshing did endpoint using mediator info by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/3260
* chore(deps-dev): Bump ruff from 0.6.7 to 0.6.8 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3266
* chore(deps): Bump mkdocs-material from 9.5.36 to 9.5.39 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3263
* Data integrity routes by PatStLouis in https://github.com/hyperledger/aries-cloudagent-python/pull/3261
* chore(deps-dev): Bump debugpy from 1.8.5 to 1.8.6 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3265
* chore(deps): Bump postgres from 16 to 17 in /demo/docker-test/db by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3262
* 1.0.1rc1 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3268

New Contributors
* thiagoromanos made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/3226

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

1.0.1rc0

There are no breaking changes in ACA-Py Release 1.0.1.

What's Changed
* 👷Publish `aries-cloudagent-bbs` Docker image by rblaine95 in https://github.com/hyperledger/aries-cloudagent-python/pull/3175
* chore(deps): Bump aiohttp from 3.10.3 to 3.10.4 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3177
* chore(deps-dev): Bump ruff from 0.5.7 to 0.6.1 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3180
* chore(deps): Bump markdown from 3.6 to 3.7 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3176
* chore(deps): Bump mike from 2.1.2 to 2.1.3 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3179
* chore(deps): Bump mkdocs-material from 9.5.31 to 9.5.32 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3178
* fixes 3186: handler_timed_file_handler by rngadam in https://github.com/hyperledger/aries-cloudagent-python/pull/3187
* [ POST v1.0.0 ] Adjust message queue error handling by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3170
* issue 3182: replace deprecated ptvsd debugger by debugpy by rngadam in https://github.com/hyperledger/aries-cloudagent-python/pull/3183
* Fix logic to send verbose webhooks by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/3193
* chore(deps): Bump aiohttp from 3.10.4 to 3.10.5 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3201
* chore(deps-dev): Bump ruff from 0.6.1 to 0.6.2 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3198
* chore(deps-dev): Bump pytest-asyncio from 0.23.8 to 0.24.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3200
* chore(deps): Bump mkdocs-material from 9.5.32 to 9.5.33 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3199
* chore(deps): Bump marshmallow from 3.21.3 to 3.22.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3197
* Change integration testing by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3194
* Change interop tests to critical on PRs by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3209
* Document the documentation site generation process by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3212
* Adjust nightly and release workflows by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3210
* chore(deps-dev): Bump ruff from 0.6.2 to 0.6.3 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3214
* chore(deps): Bump mkdocs-material from 9.5.33 to 9.5.34 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3215
* chore(deps): Bump cryptography from 43.0.0 to 43.0.1 in the pip group by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3216
* Only change interop testing fork on pull requests by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3218
* chore(deps-dev): Bump ruff from 0.6.3 to 0.6.4 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3221
* chore(deps): Bump unflatten from 0.1.1 to 0.2.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3222
* fix: anoncreds revocation notification when revoking by thiagoromanos in https://github.com/hyperledger/aries-cloudagent-python/pull/3226
* Fix scenario tests by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3231
* chore(deps-dev): Bump ruff from 0.6.4 to 0.6.5 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3236
* chore(deps-dev): Bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3235
* Only run integration tests on correct file changes by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3230
* Update docs for outstanding anoncreds work by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3229
* Add anoncreds profile basic scenario test by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3232
* :art: fix type hints for optional method parameters by ff137 in https://github.com/hyperledger/aries-cloudagent-python/pull/3234
* Removing padding from url invitations by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3238
* Ensure that DAP_PORT is always an int by Gavinok in https://github.com/hyperledger/aries-cloudagent-python/pull/3241
* chore: delete unused keypair storage manager by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/3245
* feat: verify creds signed with Ed25519VerificationKey2020 by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/3244
* chore(deps-dev): Bump ruff from 0.6.5 to 0.6.7 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3248
* chore(deps): Bump mkdocs-material from 9.5.34 to 9.5.36 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3249
* Feature multikey management by PatStLouis in https://github.com/hyperledger/aries-cloudagent-python/pull/3246
* 1.0.1rc0 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3254

New Contributors
* thiagoromanos made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/3226

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

1.0.0

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.

In rc1, there are not a lot of new features, as the focus is on cleanup and
optimization. The biggest is the inclusion with ACA-Py of a universal resolver
interface, allowing an instance to have both local resolvers for some DID
Methods and a call out to an external universal resolver for other DID Methods.
Another significant feature is full support for Hyperledger Indy transaction
endorsement for Authors and Endorsers. A new repo
[aries-endorser-service](https://github.com/hyperledger/aries-endorser-service)
has been created that is a pre-configured instance of ACA-Py for use as an
Endorser service. While some work has been done on moving the default Python
version beyond 3.6, more work is still to be done on that before the final
v1.0.0 release.

Breaking Changes

As of release candidate 1.0.0-rc1, the only identified breaking change is the
handling of "unrevealed attributes" during verification (see
[\1913](https://github.com/hyperledger/aries-cloudagent-python/pull/1913) for
details). As few implementations of Aries Wallets support unrevealed attributes
in an AnonCreds presentation, this is unlikely to impact any deployments.

1.0.0rc6

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.
- ACA-Py has supported BBS Signatures for some time. However, the dependency that is used (`bbs`) does not support the ARM architecture, and its inclusion in the default ACA-Py artifacts mean that developers using ARM-based hardware (such as Apple M1 Macs or later) cannot run ACA-Py "out-of-the-box". We feel that providing a better developer experience by supporting the ARM architecture is more important than BBS Signature support at this time. As such, we have removed the BBS dependency from the base ACA-Py artifacts and made it an add-on that those using ACA-Py with BBS must take extra steps to build their own artifacts, as documented [here](https://aca-py.org/latest/deploying/BBSSignatures/).
- 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.
- A fix to an obscure bug includes a change to the data sent to the controller after publishing multiple, endorsed credential definition revocation registries in a single call. The bug fix was to properly process the publishing. The breaking change is that when the process (now successfully) completes, the controller is sent the list of published credential definitions. Previously only a single value was being sent. See PR [\3107](https://github.com/hyperledger/aries-cloudagent-python/pull/3107) 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
* Update the docs for latest release and improve the publish flow and documentation by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3097
* Add DIF presentation exchange context and cache document by gmulhearn in https://github.com/hyperledger/aries-cloudagent-python/pull/3093
* VC DI proof request by sarthakvijayvergiya in https://github.com/hyperledger/aries-cloudagent-python/pull/2960
* Library update 15/07/24 / Fix unit test typing by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3103
* Check connection is ready in all connection required handlers by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3095
* Fix the check for vc_di proof by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/3106
* Make single wallet config more explicit by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3105
* Breaking: Fix publishing multiple rev reg defs with endorsement by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3107
* Add descriptive error for issuance without RevRegRecord by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3109
* chore(deps-dev): Bump pytest from 8.2.2 to 8.3.1 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3115
* chore(deps-dev): Bump pytest-ruff from 0.4.0 to 0.4.1 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3113
* chore(deps): Bump pytest-asyncio from 0.23.7 to 0.23.8 in /demo/playground/examples by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3117
* chore(deps-dev): Bump ruff from 0.5.2 to 0.5.4 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3114
* fix: multiuse invites with did peer 4 by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/3112
* 1.0.0rc5 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3118
* DOC: Verifiable Credential Data Integrity (VC-DI) Credentials in Aries Cloud Agent Python (ACA-Py) 2947 by kenechukwu-orjiene in https://github.com/hyperledger/aries-cloudagent-python/pull/3110
* Fix links to AliceGetsAPhone.md from abs to rel and blob refs by rngadam in https://github.com/hyperledger/aries-cloudagent-python/pull/3128
* Add rekey feature with blank key support by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3125
* chore(deps-dev): Bump pytest from 8.3.1 to 8.3.2 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3132
* chore(deps): Bump mkdocs-material from 9.5.29 to 9.5.30 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3130
* chore(deps-dev): Bump ruff from 0.5.4 to 0.5.5 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3131
* chore(deps-dev): Bump pre-commit from 3.7.1 to 3.8.0 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3129
* chore(deps): Bump ossf/scorecard-action from 2.3.3 to 2.4.0 in the all-actions group by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3134
* demo/Aries-Workshop.md tweak for Traction Sandbox update by loneil in https://github.com/hyperledger/aries-cloudagent-python/pull/3136
* BREAKING: Enable ARM-based ACA-Py artifacts by default by removing BBS+ Signatures as a default inclusion by amanji in https://github.com/hyperledger/aries-cloudagent-python/pull/3127
* LTS Strategy and Scanner GHA by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3143
* Fix typo credetial, uste by rngadam in https://github.com/hyperledger/aries-cloudagent-python/pull/3146
* 1.0.0rc6 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3147

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
* gmulhearn made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/3093
* kenechukwu-orjiene made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/3110
* rngadam made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/3128

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

1.0.0rc5

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.
- A fix to an obscure bug includes a change to the data sent to the controller after publishing multiple, endorsed credential definition revocation registries in a single call. The bug fix was to properly process the publishing. The breaking change is that when the process (now successfully) completes, the controller is sent the list of published credential definitions. Previously only a single value was being sent. See PR [\3107](https://github.com/hyperledger/aries-cloudagent-python/pull/3107) 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
* Update the docs for latest release and improve the publish flow and documentation by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3097
* Add DIF presentation exchange context and cache document by gmulhearn in https://github.com/hyperledger/aries-cloudagent-python/pull/3093
* VC DI proof request by sarthakvijayvergiya in https://github.com/hyperledger/aries-cloudagent-python/pull/2960
* Library update 15/07/24 / Fix unit test typing by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3103
* Check connection is ready in all connection required handlers by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3095
* Fix the check for vc_di proof by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/3106
* Make single wallet config more explicit by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3105
* Breaking: Fix publishing multiple rev reg defs with endorsement by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3107
* Add descriptive error for issuance without RevRegRecord by jamshale in https://github.com/hyperledger/aries-cloudagent-python/pull/3109
* chore(deps-dev): Bump pytest from 8.2.2 to 8.3.1 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3115
* chore(deps-dev): Bump pytest-ruff from 0.4.0 to 0.4.1 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3113
* chore(deps): Bump pytest-asyncio from 0.23.7 to 0.23.8 in /demo/playground/examples by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3117
* chore(deps-dev): Bump ruff from 0.5.2 to 0.5.4 by dependabot in https://github.com/hyperledger/aries-cloudagent-python/pull/3114
* fix: multiuse invites with did peer 4 by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/3112
* 1.0.0rc5 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/3118

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
* gmulhearn made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/3093

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

Page 3 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.