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

0.8.2rc1

Not secure
Release 0.8.2 contains a number of minor fixes and updates to ACA-Py, including the correction of a regression in Release 0.8.0 related to the use of plugins (see [https://github.com/hyperledger/aries-cloudagent-python/pull/2255]). Highlights include making it easier to use tracing in a development environment to collect detailed performance information about what is going in within ACA-Py.

There are no breaking changes in this release.

For more about this release, please see the [CHANGELOG.md](https://github.com/hyperledger/aries-cloudagent-python/blob/0.8.2-rc1/CHANGELOG.md) file.

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
* Resolve definitions.py fix to fix backwards compatibility break in plugins by usingtechnology in https://github.com/hyperledger/aries-cloudagent-python/pull/2255
* Allow Log Access at Tenant Level by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2234

0.8.2rc0

Not secure
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...0.8.2-rc0

0.8.1

Not secure
Version 0.8.1 is an urgent update to Release 0.8.0 to address an inability to execute the `upgrade` command. The `upgrade` command is needed for 0.8.0 Pull Request [\2116] - "UPGRADE: Fix multi-use invitation performance", which is useful for (at least) deployments of ACA-Py as a mediator. In the release, the upgrade process is revamped, and documented in [Upgrading ACA-Py].

Key points about upgrading for those with production, pre-0.8.1 ACA-Py deployments:

- Upgrades now happen **automatically** on startup, when needed.
- The version of the last executed upgrade, even if it is a "no change" upgrade, is put into secure storage and is used to detect when future upgrades are needed.
- Upgrades are needed when the running version is greater than the version is secure storage.
- If you have an existing, pre-0.8.1 deployment with many connection records, there may be a delay in starting as an upgrade will be run that loads and saves every connection record, updating the data in the record in the process.
- A mechanism is to be added (see [Issue 2201]) for preventing an upgrade running if it should not be run automatically, and requires using the `upgrade` command. To date, there has been no need for this feature.
- See the [Upgrading ACA-Py] document for more details.

Postgres Support with Aries Askar

Recent changes to [Aries Askar] have resulted in Askar supporting Postgres version 11 and greater. If you are on Postgres 10 or earlier and want to upgrade to use Askar, you must migrate your database to Postgres 10.

We have also noted that in some container orchestration environments such as [Red Hat's OpenShift] and possibly other [Kubernetes] distributions, Askar using [Postgres] versions greater than 14 do not install correctly. Please monitor [Issue \2199] for an update to this limitation. We have found that Postgres 15 does install correctly in other environments (such as in `docker compose` setups).

[\2116]: https://github.com/hyperledger/aries-cloudagent-python/issues/2116
[Upgrading ACA-Py]: ./UpgradingACA-Py.md
[Issue 2201]: https://github.com/hyperledger/aries-cloudagent-python/issues/2201
[Aries Askar]: https://github.com/hyperledger/aries-askar
[Red Hat's OpenShift]: https://www.openshift.com/products/container-platform/
[Kubernetes]: https://kubernetes.io/
[Postgres]: https://www.postgresql.org/
[Issue \2199]: https://github.com/hyperledger/aries-cloudagent-python/issues/2199

What's Changed
* Adds the upgrade command YML file to the PyPi Release by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2179
* Add link to recorded session about the ACA-Py Integration tests by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2184
* Update and automate ACA-Py upgrade process by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2185
* Create UnitTests.md by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2183
* 0.8.1-rc0 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2190
* Fix: Resolve Upgrade Config file in Container by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2193
* 0.8.1-rc1 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2194
* Fix: Indy WalletAlreadyOpenedError during upgrade process by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2196
* 0.8.1-rc2 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2198
* Change upgrade definition file entry from 0.8.0 to 0.8.1 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2203
* Doc update and some test scripts by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/2189
* 3.7 and 3.10 unittests fix by Jsyro in https://github.com/hyperledger/aries-cloudagent-python/pull/2187
* Add Upgrading ACA-Py document by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2200
* 0.8.1 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2207

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

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

0.8.1rc2

Not secure
An urgent update to Release 0.8.1 to address an inability to execute the upgrade command. The upgrade command is needed for Pull Request https://github.com/hyperledger/aries-cloudagent-python/pull/2116 - "UPGRADE: Fix multi-use invitation performance", which is necessary for (at least) deployments of ACA-Py as a mediator. The important updates are Pull Requests https://github.com/hyperledger/aries-cloudagent-python/pull/2185 and https://github.com/hyperledger/aries-cloudagent-python/pull/2196 (listed below). Documentation on upgrades in ACA-Py will be included before the final 0.8.1 release is tagged.

What's Changed
* Adds the upgrade command YML file to the PyPi Release by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2179
* Add link to recorded session about the ACA-Py Integration tests by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2184
* Update and automate ACA-Py upgrade process by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2185
* Create UnitTests.md by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2183
* 0.8.1-rc0 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2190
* Fix: Resolve Upgrade Config file in Container by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2193
* 0.8.1-rc1 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2194
* Fix: Indy WalletAlreadyOpenedError during upgrade process by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2196
* 0.8.1-rc2 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2198


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

0.8.1rc1

Not secure
An urgent update to Release 0.8.1 to address an inability to execute the upgrade command. The upgrade command is needed for Pull Request https://github.com/hyperledger/aries-cloudagent-python/pull/2116 - "UPGRADE: Fix multi-use invitation performance", which is necessary for (at least) deployments of ACA-Py as a mediator. The important update is Pull Request https://github.com/hyperledger/aries-cloudagent-python/pull/2185 (listed below).

What's Changed
* Adds the upgrade command YML file to the PyPi Release by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2179
* Add link to recorded session about the ACA-Py Integration tests by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2184
* Update and automate ACA-Py upgrade process by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2185
* Create UnitTests.md by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2183
* 0.8.1-rc0 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2190
* Fix: Resolve Upgrade Config file in Container by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2193
* 0.8.1-rc1 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2194


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

0.8.1rc0

Not secure
An urgent update to Release 0.8.1 to address an inability to execute the `upgrade` command. The `upgrade` command is needed for Pull Request [\2116] - "UPGRADE: Fix multi-use invitation performance", which is necessary for (at least) deployments of ACA-Py as a mediator. The important update is Pull Request [\2185] (listed below).

[\2116]: https://github.com/hyperledger/aries-cloudagent-python/pull/2116
[\2185]: https://github.com/hyperledger/aries-cloudagent-python/pull/2185

What's Changed
* Adds the upgrade command YML file to the PyPi Release by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2179
* Add link to recorded session about the ACA-Py Integration tests by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2184
* Update and automate ACA-Py upgrade process by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/2185
* Create UnitTests.md by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2183
* 0.8.1-rc0 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/2190


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

Page 11 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.