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

0.7.3

Not secure
This release includes some new AIP 2.0 features (Revocation Notification and Discover Features 2.0), a major new feature for those using Indy ledger (multi-ledger support), a new "version upgrade" process that automates updating data in secure storage required after a new release, and a fix for a critical bug in some mediator scenarios. The release also includes several new pieces of documentation (upgrade processing, storage database information and logging) and some other documentation updates that make the ACA-Py Read The Docs site useful again. And of course, some recent bug fixes and cleanups are included.

For more context of the changes in this release, please see the [CHANGELOG.md](/CHANGELOG.md) file. Below is a generated list of the PRs.

What's Changed
* Fix TypeError by gorgsenegger in https://github.com/hyperledger/aries-cloudagent-python/pull/1494
* Add RTD configs to get generator working by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/1496
* DIF PresExch - ProblemReport and "is_holder" by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1493
* Remove Streetcred references by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/1504
* Discover Features Protocol: v1_0 refactoring and v2_0 implementation by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1500
* Fix warnings when generating ReadTheDocs by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1509
* Fix error when connection request is received (askar, public invitation) by baegjae in https://github.com/hyperledger/aries-cloudagent-python/pull/1508
* Fix TypeError when calling credential_definitions_fix_cred_def_wallet… by gorgsenegger in https://github.com/hyperledger/aries-cloudagent-python/pull/1515
* Fix AttributeError by gorgsenegger in https://github.com/hyperledger/aries-cloudagent-python/pull/1516
* Fix bug when getting credentials on askar-profile by baegjae in https://github.com/hyperledger/aries-cloudagent-python/pull/1510
* added logging documentation by chriamue in https://github.com/hyperledger/aries-cloudagent-python/pull/1519
* Multiple Indy Ledger support and State Proof verification by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1425
* OOB: Fixes issues with multiple public explicit invitation and unused 0160 connection by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1525
* Display QR code when generating/displaying invites on startup by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1526
* Fix error when removing a wallet on askar-profile by baegjae in https://github.com/hyperledger/aries-cloudagent-python/pull/1518
* Fix DIF Presentation Request Input Validation by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1517
* Delete unused ConnRecord generated - OOB invitation `(use_exising_connection)` by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1521
* added documentation for wallet storage databases by chriamue in https://github.com/hyperledger/aries-cloudagent-python/pull/1523
* Implement Revocation Notification v1.0 by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1464
* Add Revocation notification support to alice/faber by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1527
* Fix integration tests (revocation notifications) by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1528
* Fix connection record response for mobile by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1469
* Enable WS Pings for WS Inbound Transport by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1530
* Outbound Queue - more usability improvements by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1501
* ConnRecord tags - `their_public_did` and `invitation_msg_id` by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1543
* Fix validation for range checks by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1538
* Remove required dependencies from multi-ledger code by andrewwhitehead in https://github.com/hyperledger/aries-cloudagent-python/pull/1550
* Update demo requirements by andrewwhitehead in https://github.com/hyperledger/aries-cloudagent-python/pull/1551
* PR1543 Follow up - Adding invitation_msg_id and their_public_did back to record_value. by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1553
* Await asyncio.sleeps by andrewwhitehead in https://github.com/hyperledger/aries-cloudagent-python/pull/1558
* Updates to Changelog, RTD and version for the 0.7.3-RC0 release by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/1535
* Add alias field to didexchange invitation UI by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1561
* Typo vdr service name by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1563
* chore: update pydid to ^0.3.3 by dbluhm in https://github.com/hyperledger/aries-cloudagent-python/pull/1562
* Update docker scripts to use new & improved docker IP detection by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1565
* DiscoveryExchangeRecord RECORD_TOPIC typo fix by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1566
* Fix the inconsistency of invitation_msg_id between invitation and response by baegjae in https://github.com/hyperledger/aries-cloudagent-python/pull/1564
* Multi ledger: IndyDID resolver bug fix by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1569
* fix: use invitation key for connection query by TimoGlastra in https://github.com/hyperledger/aries-cloudagent-python/pull/1570
* Add fix for 1575 to allow OPTIONS method to work with x-api-key by jcourt562 in https://github.com/hyperledger/aries-cloudagent-python/pull/1576
* OOB connection_reuse webhooks by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1581
* Multiple Indy Ledger - Askar Fixes and Cleanup by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1583
* ACA-Py Upgrade command implementation by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1557
* Fix for Test Harness --version issue by shaangill025 in https://github.com/hyperledger/aries-cloudagent-python/pull/1589
* Allow public invites for alice/faber demo by ianco in https://github.com/hyperledger/aries-cloudagent-python/pull/1574
* Add credential_revoked state by DaevMithran in https://github.com/hyperledger/aries-cloudagent-python/pull/1545
* Fixes for revocable credential issuance by andrewwhitehead in https://github.com/hyperledger/aries-cloudagent-python/pull/1591
* Updates for final Release 0.7.3 by swcurran in https://github.com/hyperledger/aries-cloudagent-python/pull/1573

New Contributors
* gorgsenegger made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/1494
* chriamue made their first contribution in https://github.com/hyperledger/aries-cloudagent-python/pull/1519

**Full Changelog**: https://github.com/hyperledger/aries-cloudagent-python/compare/0.7.2...0.7.3

0.7.3rc0

Not secure
Release Candidate:

This release includes some new AIP 2.0 features out (Revocation Notification and
Discover Features 2.0), a major new feature for those using Indy ledger (multi-ledger support),
and a fix for a critical bug in some mediator scenarios. The release also includes several new
pieces of documentation (storage database information and logging) and some other documentation
updates that make the ACA-Py [Read The Docs site](https://aries-cloud-agent-python.readthedocs.io/en/latest/)
useful again. And of course, some recent bug fixes and cleanups are included.

For some existing deployments there may be some breaking changes to be aware of in this release, as documented in the [Changelog.md file](https://github.com/hyperledger/aries-cloudagent-python/blob/main/CHANGELOG.md).

0.7.2

Not secure
A mostly maintenance release with some key updates and cleanups based on community deployments and discovery. With usage in the field increasing, we're cleaning up edge cases and issues related to volume deployments.

The most significant new feature for users of Indy ledgers is a simplified approach for transaction authors getting their transactions signed by an endorser. Transaction author controllers now do almost nothing other than configuring their instance to use an Endorser, and ACA-Py takes care of the rest. Documentation for this feature can be found [here](https://github.com/hyperledger/aries-cloudagent-python/blob/main/Endorser.md).

Other changes in this release can be found in the Change Log, [Release 0.7.2](https://github.com/hyperledger/aries-cloudagent-python/blob/main/CHANGELOG.md#072).

0.7.2rc0

Not secure
Another mostly maintenance release to address issues found and added since the 0.7.1 Release.
Adds support for an ACA-Py instance endorsing Hyperledger Indy transactions for author ACA-Py instances.

Other changes can be found in the Change Log, [Release 0.7.2](https://github.com/hyperledger/aries-cloudagent-python/blob/main/CHANGELOG.md#072).

Areas updated:

- Making Endorser handling simpler for the controller by building it into ACA-Py
- Improve cloud native deployments/scaling
- General cleanups and improvements to existing features
- Bug fixes
- Chores

0.7.1

Not secure
A relatively minor maintenance release to address issues found since the 0.7.0 Release.
Includes some cleanups of JSON-LD Verifiable Credentials and Verifiable Presentations

- W3C Verifiable Credential cleanups
- Timezone inclusion [ISO 8601] for W3C VC and Proofs ([1373](https://github.com/hyperledger/aries-cloudagent-python/pull/1373))
- W3C VC handling where attachment is JSON and not Base64 encoded ([1352](https://github.com/hyperledger/aries-cloudagent-python/pull/1352))
- Refactor outbound queue interface ([1348](https://github.com/hyperledger/aries-cloudagent-python/pull/1348))
- Command line parameter handling for arbitrary plugins ([1347](https://github.com/hyperledger/aries-cloudagent-python/pull/1347))
- Add an optional parameter '--ledger-socks-proxy' ([1342](https://github.com/hyperledger/aries-cloudagent-python/pull/1342))
- OOB Protocol - CredentialOffer Support ([1316](https://github.com/hyperledger/aries-cloudagent-python/pull/1316)), ([#1216](https://github.com/hyperledger/aries-cloudagent-python/pull/1216))
- Updated IndyCredPrecisSchema - pres_referents renamed to presentation_referents ([1334](https://github.com/hyperledger/aries-cloudagent-python/pull/1334))
- Handle unpadded protected header in PackWireFormat::get_recipient_keys ([1324](https://github.com/hyperledger/aries-cloudagent-python/pull/1324))
- Initial cut of OpenAPI Code Generation guidelines ([1339](https://github.com/hyperledger/aries-cloudagent-python/pull/1339))
- Correct revocation API in credential revocation documentation ([612](https://github.com/hyperledger/aries-cloudagent-python/pull/612))
- Documentation updates for Read-The-Docs ([1359](https://github.com/hyperledger/aries-cloudagent-python/pull/1359),
[1366](https://github.com/hyperledger/aries-cloudagent-python/pull/1366), [#1371](https://github.com/hyperledger/aries-cloudagent-python/pull/1371))
- Add `inject_or` method to dynamic injection framework to resolve typing ambiguity ([1376](https://github.com/hyperledger/aries-cloudagent-python/pull/1376))
- Other fixes:
- Indy Proof processing fix, error not raised in predicate timestamp check ([1364](https://github.com/hyperledger/aries-cloudagent-python/pull/1364))
- Problem Report handler for connection specific problems ([1356](https://github.com/hyperledger/aries-cloudagent-python/pull/1356))
- fix: error on deserializing conn record with protocol ([1325](https://github.com/hyperledger/aries-cloudagent-python/pull/1325))
- fix: failure to verify jsonld on non-conformant doc but vaild vmethod ([1301](https://github.com/hyperledger/aries-cloudagent-python/pull/1301))
- fix: allow underscore in endpoints ([1378](https://github.com/hyperledger/aries-cloudagent-python/pull/1378))

0.7.1rc0

Not secure
A relatively minor maintenance release to address issues found since the 0.7.0 Release.
Includes some cleanups of JSON-LD Verifiable Credentials and Verifiable Presentations, some fixes to Indy AnonCreds handling
and assorted other updates and fixes.

- W3C Verifiable Credential cleanups
- Timezone inclusion [ISO 8601] for W3C VC and Proofs ([1373](https://github.com/hyperledger/aries-cloudagent-python/pull/1373))
- W3C VC handling where attachment is JSON and not Base64 encoded ([1352](https://github.com/hyperledger/aries-cloudagent-python/pull/1352))
- Refactor outbound queue interface ([1348](https://github.com/hyperledger/aries-cloudagent-python/pull/1348))
- Command line parameter handling for arbitrary plugins ([1347](https://github.com/hyperledger/aries-cloudagent-python/pull/1347))
- Add an optional parameter '--ledger-socks-proxy' ([1342](https://github.com/hyperledger/aries-cloudagent-python/pull/1342))
- OOB Protocol - CredentialOffer Support ([1316](https://github.com/hyperledger/aries-cloudagent-python/pull/1316)), ([#1216](https://github.com/hyperledger/aries-cloudagent-python/pull/1216))
- Updated IndyCredPrecisSchema - pres_referents renamed to presentation_referents ([1334](https://github.com/hyperledger/aries-cloudagent-python/pull/1334))
- Handle unpadded protected header in PackWireFormat::get_recipient_keys ([1324](https://github.com/hyperledger/aries-cloudagent-python/pull/1324))
- Initial cut of OpenAPI Code Generation guidelines ([1339](https://github.com/hyperledger/aries-cloudagent-python/pull/1339))
- Correct revocation API in credential revocation documentation ([612](https://github.com/hyperledger/aries-cloudagent-python/pull/612))
- Documentation updates for Read-The-Docs ([1359](https://github.com/hyperledger/aries-cloudagent-python/pull/1359),
[1366](https://github.com/hyperledger/aries-cloudagent-python/pull/1366), [#1371](https://github.com/hyperledger/aries-cloudagent-python/pull/1371))
- Other fixes:
- Indy Proof processing fix, error not raised in predicate timestamp check ([1364](https://github.com/hyperledger/aries-cloudagent-python/pull/1364))
- Problem Report handler for connection specific problems ([1356](https://github.com/hyperledger/aries-cloudagent-python/pull/1356))
- fix: error on deserializing conn record with protocol ([1325](https://github.com/hyperledger/aries-cloudagent-python/pull/1325))
- fix: failure to verify jsonld on non-conformant doc but vaild vmethod ([1301](https://github.com/hyperledger/aries-cloudagent-python/pull/1301))

Page 14 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.