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

1.2.0rc0

The removal of the "in-memory" wallet implementation might be break some test scripts. Rather than using the in-memory wallet, tests should be updated to use SQLite's special `sqlite://:memory:` database instead. This results in a better alignment between the Askar storage configuration in test environments and what is used in production.

A fix for a multi-tenancy bug in the holding of VC-LD credentials that resulted in the storing of such credentials in the base wallet versus the intended tenant wallet in included in this release. As part of that fix, [PR 3391] impacts those using the GET /vc/credentials endpoint; the response is now an object with a single results attribute where it was previously a flat list.

[PR 3391]: https://github.com/openwallet-foundation/acapy/pull/3391



What's Changed
* :memo: Fix links in README by ff137 in https://github.com/openwallet-foundation/acapy/pull/3295
* :arrow_up: Update lock file by ff137 in https://github.com/openwallet-foundation/acapy/pull/3296
* chore(deps): Bump mkdocs-material from 9.5.39 to 9.5.41 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3293
* chore(deps): Bump jsonpath-ng from 1.6.1 to 1.7.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3288
* :bug: Handle failure to resolve DIDComm services in DIDXManager by ff137 in https://github.com/openwallet-foundation/acapy/pull/3298
* chore(deps): Bump mkdocs-material from 9.5.41 to 9.5.42 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3305
* chore(deps-dev): Bump ruff from 0.6.9 to 0.7.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3304
* chore(deps): Bump marshmallow from 3.22.0 to 3.23.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3303
* chore(deps): Update asyncpg requirement from ~=0.29.0 to ~=0.30.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3302
* Fix endorsement setup with existing connection by jamshale in https://github.com/openwallet-foundation/acapy/pull/3309
* :bug: Rearrange connection record deletion after hangup by ff137 in https://github.com/openwallet-foundation/acapy/pull/3310
* :art: Refactor string concatenation in model descriptions by ff137 in https://github.com/openwallet-foundation/acapy/pull/3313
* chore(deps-dev): Bump ruff from 0.7.0 to 0.7.1 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3314
* Docs (devcontainer) Change folder names by loneil in https://github.com/openwallet-foundation/acapy/pull/3317
* :wrench: set default fixture scope for pytest-asyncio by ff137 in https://github.com/openwallet-foundation/acapy/pull/3318
* :art: Refactor the logging module monolith by ff137 in https://github.com/openwallet-foundation/acapy/pull/3319
* :art: Refactor Multitenant Manager errors and exception handling by ff137 in https://github.com/openwallet-foundation/acapy/pull/3323
* chore(deps): Bump marshmallow from 3.23.0 to 3.23.1 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3325
* chore(deps-dev): Bump ruff from 0.7.1 to 0.7.2 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3326
* chore(deps): Bump mkdocs-material from 9.5.42 to 9.5.43 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3324
* Update accumulator value in wallet on repair by jamshale in https://github.com/openwallet-foundation/acapy/pull/3299
* :sparkles: Handle NotFound and UnprocessableEntity errors in middleware by ff137 in https://github.com/openwallet-foundation/acapy/pull/3327
* Remove in memory wallet by jamshale in https://github.com/openwallet-foundation/acapy/pull/3311
* :white_check_mark: Re-add ready_middleware unit tests by ff137 in https://github.com/openwallet-foundation/acapy/pull/3330
* :construction_worker: Fix Nightly Publish to not run on forks by ff137 in https://github.com/openwallet-foundation/acapy/pull/3333
* chore(deps): Bump mkdocs-material from 9.5.43 to 9.5.44 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3336
* Don't pass rekey to sub_wallet_profile by jamshale in https://github.com/openwallet-foundation/acapy/pull/3312
* chore(deps-dev): Bump ruff from 0.7.2 to 0.7.3 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3334
* chore(deps-dev): Bump debugpy from 1.8.7 to 1.8.8 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3335
* More robust verification method selection by did by dbluhm in https://github.com/openwallet-foundation/acapy/pull/3279
* :art: Fix current test warnings by ff137 in https://github.com/openwallet-foundation/acapy/pull/3338
* chore(deps-dev): Bump ruff from 0.7.3 to 0.7.4 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3341
* chore(deps): Bump aiohttp from 3.11.0 to 3.11.2 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3340
* chore(deps): Bump pyjwt from 2.9.0 to 2.10.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3339
* did:tdw resolver by jamshale in https://github.com/openwallet-foundation/acapy/pull/3237
* chore(deps): Bump aiohttp from 3.10.5 to 3.10.11 in /scenarios in the pip group across 1 directory by dependabot in https://github.com/openwallet-foundation/acapy/pull/3342
* Fix tails upload for anoncreds multitenancy by jamshale in https://github.com/openwallet-foundation/acapy/pull/3346
* Add anoncreds issuance and presentation format by jamshale in https://github.com/openwallet-foundation/acapy/pull/3331
* Restore `--base-wallet-routes` flag functionality by esune in https://github.com/openwallet-foundation/acapy/pull/3344
* Fix subwallet anoncreds upgrade check by jamshale in https://github.com/openwallet-foundation/acapy/pull/3345
* Fix/universal resolver by jamshale in https://github.com/openwallet-foundation/acapy/pull/3354
* chore(deps-dev): Bump ruff from 0.7.4 to 0.8.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3348
* chore(deps): Bump mkdocs-material from 9.5.44 to 9.5.46 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3352
* chore(deps): Bump uuid-utils from 0.9.0 to 0.10.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3351
* chore(deps-dev): Bump debugpy from 1.8.8 to 1.8.9 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3350
* chore(deps): Bump aiohttp from 3.11.2 to 3.11.7 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3349
* :art: Sync Ruff version in configs and apply formatting by ff137 in https://github.com/openwallet-foundation/acapy/pull/3358
* :art: Replace deprecated ABC decorators by ff137 in https://github.com/openwallet-foundation/acapy/pull/3357
* Add test wallet config option by jamshale in https://github.com/openwallet-foundation/acapy/pull/3355
* Week 49 Library upgrades by jamshale in https://github.com/openwallet-foundation/acapy/pull/3368
* :zap: Add class caching to DeferLoad by ff137 in https://github.com/openwallet-foundation/acapy/pull/3361
* fix: check routing keys on indy_vdr endpoint refresh by dbluhm in https://github.com/openwallet-foundation/acapy/pull/3371
* Make vc libraries mandatory by jamshale in https://github.com/openwallet-foundation/acapy/pull/3356
* Repair release bdd tests by jamshale in https://github.com/openwallet-foundation/acapy/pull/3376
* 1.1.1rc0 by swcurran in https://github.com/openwallet-foundation/acapy/pull/3372
* Fix for demo initial cred_type override by ianco in https://github.com/openwallet-foundation/acapy/pull/3378
* chore(deps): Bump dawidd6/action-download-artifact from 6 to 7 in the all-actions group by dependabot in https://github.com/openwallet-foundation/acapy/pull/3370
* Update anoncreds format names by jamshale in https://github.com/openwallet-foundation/acapy/pull/3374
* :art: Fix model name for consistency by ff137 in https://github.com/openwallet-foundation/acapy/pull/3382
* chore(deps): Bump aiohttp from 3.11.9 to 3.11.10 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3385
* chore(deps-dev): Bump ruff from 0.8.1 to 0.8.2 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3384
* chore(deps): Bump mkdocs-material from 9.5.47 to 9.5.48 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3386
* Fix sonar coverage on merge main by jamshale in https://github.com/openwallet-foundation/acapy/pull/3388
* Switch to COPY commands in dockerfiles by jamshale in https://github.com/openwallet-foundation/acapy/pull/3389
* Update Sonarcloud to new action by ryjones in https://github.com/openwallet-foundation/acapy/pull/3390
* The latest tag doesn't exist in git, just github by ryjones in https://github.com/openwallet-foundation/acapy/pull/3392
* BREAKING: VCHolder multitenant binding by jamshale in https://github.com/openwallet-foundation/acapy/pull/3391
* Remove sonar cov report move step by jamshale in https://github.com/openwallet-foundation/acapy/pull/3398
* Adjust coverage location for sonarcloud by jamshale in https://github.com/openwallet-foundation/acapy/pull/3399
* fix: Anoncreds schemas and validation by DaevMithran in https://github.com/openwallet-foundation/acapy/pull/3397
* chore(deps): Bump mkdocs-material from 9.5.48 to 9.5.49 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3401
* chore(deps-dev): Bump ruff from 0.8.2 to 0.8.3 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3402
* chore(deps-dev): Bump pytest-asyncio from 0.24.0 to 0.25.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3403
* chore(deps-dev): Bump debugpy from 1.8.9 to 1.8.11 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3404
* :bug: Ensure supported DID before calling Rotate by ff137 in https://github.com/openwallet-foundation/acapy/pull/3380
* Aca-Py test scenario including a container restart (with aca-py version upgrade) by ianco in https://github.com/openwallet-foundation/acapy/pull/3400
* Adds the OpenSSF to the readme by swcurran in https://github.com/openwallet-foundation/acapy/pull/3412
* Anoncreds create credential by jamshale in https://github.com/openwallet-foundation/acapy/pull/3369
* Scenario test with anoncreds wallet upgrade and restart by ianco in https://github.com/openwallet-foundation/acapy/pull/3410
* Fix indy fallback format in presentation from holder by jamshale in https://github.com/openwallet-foundation/acapy/pull/3413
* Anoncreds post api object handling by jamshale in https://github.com/openwallet-foundation/acapy/pull/3411
* 1.12.0rc0 by swcurran in https://github.com/openwallet-foundation/acapy/pull/3420


**Full Changelog**: https://github.com/openwallet-foundation/acapy/compare/1.1.0...1.2.0rc0

1.1.1

While there are no breaking changes in this release that might impact production deployments, the removal of the "in-memory" wallet implementation might be break some test scripts. Rather than using the in-memory wallet, tests should be updated to use SQLite's special `sqlite://:memory:` database instead. This results in a better alignment between tests and a production environment.

What's Changed
* :memo: Fix links in README by ff137 in https://github.com/openwallet-foundation/acapy/pull/3295
* :arrow_up: Update lock file by ff137 in https://github.com/openwallet-foundation/acapy/pull/3296
* chore(deps): Bump mkdocs-material from 9.5.39 to 9.5.41 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3293
* chore(deps): Bump jsonpath-ng from 1.6.1 to 1.7.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3288
* :bug: Handle failure to resolve DIDComm services in DIDXManager by ff137 in https://github.com/openwallet-foundation/acapy/pull/3298
* chore(deps): Bump mkdocs-material from 9.5.41 to 9.5.42 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3305
* chore(deps-dev): Bump ruff from 0.6.9 to 0.7.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3304
* chore(deps): Bump marshmallow from 3.22.0 to 3.23.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3303
* chore(deps): Update asyncpg requirement from ~=0.29.0 to ~=0.30.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3302
* Fix endorsement setup with existing connection by jamshale in https://github.com/openwallet-foundation/acapy/pull/3309
* :bug: Rearrange connection record deletion after hangup by ff137 in https://github.com/openwallet-foundation/acapy/pull/3310
* :art: Refactor string concatenation in model descriptions by ff137 in https://github.com/openwallet-foundation/acapy/pull/3313
* chore(deps-dev): Bump ruff from 0.7.0 to 0.7.1 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3314
* Docs (devcontainer) Change folder names by loneil in https://github.com/openwallet-foundation/acapy/pull/3317
* :wrench: set default fixture scope for pytest-asyncio by ff137 in https://github.com/openwallet-foundation/acapy/pull/3318
* :art: Refactor the logging module monolith by ff137 in https://github.com/openwallet-foundation/acapy/pull/3319
* :art: Refactor Multitenant Manager errors and exception handling by ff137 in https://github.com/openwallet-foundation/acapy/pull/3323
* chore(deps): Bump marshmallow from 3.23.0 to 3.23.1 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3325
* chore(deps-dev): Bump ruff from 0.7.1 to 0.7.2 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3326
* chore(deps): Bump mkdocs-material from 9.5.42 to 9.5.43 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3324
* Update accumulator value in wallet on repair by jamshale in https://github.com/openwallet-foundation/acapy/pull/3299
* :sparkles: Handle NotFound and UnprocessableEntity errors in middleware by ff137 in https://github.com/openwallet-foundation/acapy/pull/3327
* Remove in memory wallet by jamshale in https://github.com/openwallet-foundation/acapy/pull/3311
* :white_check_mark: Re-add ready_middleware unit tests by ff137 in https://github.com/openwallet-foundation/acapy/pull/3330
* :construction_worker: Fix Nightly Publish to not run on forks by ff137 in https://github.com/openwallet-foundation/acapy/pull/3333
* chore(deps): Bump mkdocs-material from 9.5.43 to 9.5.44 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3336
* Don't pass rekey to sub_wallet_profile by jamshale in https://github.com/openwallet-foundation/acapy/pull/3312
* chore(deps-dev): Bump ruff from 0.7.2 to 0.7.3 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3334
* chore(deps-dev): Bump debugpy from 1.8.7 to 1.8.8 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3335
* More robust verification method selection by did by dbluhm in https://github.com/openwallet-foundation/acapy/pull/3279
* :art: Fix current test warnings by ff137 in https://github.com/openwallet-foundation/acapy/pull/3338
* chore(deps-dev): Bump ruff from 0.7.3 to 0.7.4 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3341
* chore(deps): Bump aiohttp from 3.11.0 to 3.11.2 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3340
* chore(deps): Bump pyjwt from 2.9.0 to 2.10.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3339
* did:tdw resolver by jamshale in https://github.com/openwallet-foundation/acapy/pull/3237
* chore(deps): Bump aiohttp from 3.10.5 to 3.10.11 in /scenarios in the pip group across 1 directory by dependabot in https://github.com/openwallet-foundation/acapy/pull/3342
* Fix tails upload for anoncreds multitenancy by jamshale in https://github.com/openwallet-foundation/acapy/pull/3346
* Add anoncreds issuance and presentation format by jamshale in https://github.com/openwallet-foundation/acapy/pull/3331
* Restore `--base-wallet-routes` flag functionality by esune in https://github.com/openwallet-foundation/acapy/pull/3344
* Fix subwallet anoncreds upgrade check by jamshale in https://github.com/openwallet-foundation/acapy/pull/3345
* Fix/universal resolver by jamshale in https://github.com/openwallet-foundation/acapy/pull/3354
* chore(deps-dev): Bump ruff from 0.7.4 to 0.8.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3348
* chore(deps): Bump mkdocs-material from 9.5.44 to 9.5.46 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3352
* chore(deps): Bump uuid-utils from 0.9.0 to 0.10.0 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3351
* chore(deps-dev): Bump debugpy from 1.8.8 to 1.8.9 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3350
* chore(deps): Bump aiohttp from 3.11.2 to 3.11.7 by dependabot in https://github.com/openwallet-foundation/acapy/pull/3349
* :art: Sync Ruff version in configs and apply formatting by ff137 in https://github.com/openwallet-foundation/acapy/pull/3358
* :art: Replace deprecated ABC decorators by ff137 in https://github.com/openwallet-foundation/acapy/pull/3357
* Add test wallet config option by jamshale in https://github.com/openwallet-foundation/acapy/pull/3355
* Week 49 Library upgrades by jamshale in https://github.com/openwallet-foundation/acapy/pull/3368
* :zap: Add class caching to DeferLoad by ff137 in https://github.com/openwallet-foundation/acapy/pull/3361
* fix: check routing keys on indy_vdr endpoint refresh by dbluhm in https://github.com/openwallet-foundation/acapy/pull/3371
* Make vc libraries mandatory by jamshale in https://github.com/openwallet-foundation/acapy/pull/3356
* Repair release bdd tests by jamshale in https://github.com/openwallet-foundation/acapy/pull/3376
* 1.1.1rc0 by swcurran in https://github.com/openwallet-foundation/acapy/pull/3372


**Full Changelog**: https://github.com/openwallet-foundation/acapy/compare/1.1.0...1.1.1rc0

1.1.1rc0

Release 1.1.1 is a patch update to ACA-Py that contains a lengthy list of adjustments, improvements and fixes, with a focus on removing Technical Debt. The most visible change is the removal of the "in-memory wallet" implementation in favour of using the SQLite in-memory wallet (`sqlite://:memory:`), including removing the logic for handling that extra wallet type. While arguably a breaking change (and we mention it below), we're confident no one is using the in-memory wallet (right?!?) any where other than in tests. In removing the in-memory wallet, all of the unit and integration tests that used the in-memory wallet were updated to use SQLite's in-memory wallet.

The first step to full support of [did:webvh](https://identity.foundation/didwebvh/) (for "`did:web` + Verifiable History" -- formerly called `did:tdw`) has been added to ACA-Py -- a resolver. We're working on adding new DID Registration for it and other DID Methods, enabling ACA-Py to be used easily with a variety of DID Methods.

The move to the [OpenWallet Foundation](https://openwallet.foundation/) is now complete. For up to date details on what the repo move means for ACA-Py users, including steps for updating deployments, please see latest in [GitHub Issue #3250].

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

1.1.0

The only (but significant) breaking changes in 1.1.0 are related to the GitHub organization and project name changes. Specific impacts are:

- the renaming of the source code folder from `aries_cloudagent` to `acapy_agent`,
- the publication of the [PyPi] project under the new `acapy_agent` name, and
- the use of the OWF organizational GitHub Container Registry ([GHCR]) and `acapy_agent` as the name for release container image artifacts.
- The patterns for the image tags remain the same as before. So, for example, the new nightly artifact can be found here: [docker pull ghcr.io/openwallet-foundation/acapy-agent:py3.12-nightly](docker pull ghcr.io/openwallet-foundation/acapy-agent:py3.12-nightly).

[PyPi]: https://pypi.org
[GHCR]: https://ghcr.io

Anyone deploying ACA-Py should use this release to update their existing deployments. Since there are no other changes to ACA-Py, any issues found should relate back to those changes.

- Deployments referencing the [PyPi] project (including those in custom plugins) **MUST** update their deployments to use the new name.
- Deployments sourcing the ACA-Py published container image artifacts to [GHCR] must update their deployments to use the new URLs.

Please note that if and when the current LTS releases (0.11 and 0.12) have new releases, they will continue to use the `aries_cloudagent` source folder, the existing locations for the [PyPi] and [GHCR] container image artifacts.

What's Changed
* Update MDs and release publishing files to reflect the repo move to OWF by swcurran in https://github.com/openwallet-foundation/acapy/pull/3270
* General repo updates post OWF move. by jamshale in https://github.com/openwallet-foundation/acapy/pull/3267
* Fix interop test fork location replacement by jamshale in https://github.com/openwallet-foundation/acapy/pull/3280
* Update interop fork location after AATH update by jamshale in https://github.com/openwallet-foundation/acapy/pull/3282
* 1.1.0rc0 by swcurran in https://github.com/openwallet-foundation/acapy/pull/3284
* Change pypi upload workflow to use pypa/gh-action-pypi-publish by jamshale in https://github.com/openwallet-foundation/acapy/pull/3291
* 1.1.0rc1 by swcurran in https://github.com/openwallet-foundation/acapy/pull/3292
* 1.1.0 by swcurran in https://github.com/openwallet-foundation/acapy/pull/3294


**Full Changelog**: https://github.com/openwallet-foundation/acapy/compare/1.0.1...1.1.0

1.1.0rc1

Release 1.1.0 is the first release of ACA-Py from the [OpenWallet Foundation] (OWF). The only reason for the release is to test out all of the release publishing actions now that we have moved the repo to its new home ([https://github.com/openwallet-foundation/acapy](https://github.com/openwallet-foundation/acapy)). Almost all of the changes in the release are related to the move.

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

The move triggered some big changes for those with existing ACA-Py deployments resulting from the change in the GitHub organization (from Hyperledger to OWF) and source code name (from `aries_cloudagent` to `acapy_agent`). See the [Release 1.1.0 breaking changes](110rc0-breaking-changes) for the details.

For up to date details on what the repo move 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

1.1.0rc0

- Updates related to the move and rename of the repository from the Hyperledger to [OpenWallet Foundation] GitHub organization
- Update interop fork location after AATH update [\3282](https://github.com/openwallet-foundation/acapy/pull/3282) [jamshale](https://github.com/jamshale)
- Fix interop test fork location replacement [\3280](https://github.com/openwallet-foundation/acapy/pull/3280) [jamshale](https://github.com/jamshale)
- Update MDs and release publishing files to reflect the repo move to OWF [\3270](https://github.com/openwallet-foundation/acapy/pull/3270) [swcurran](https://github.com/swcurran)
- General repo updates post OWF move. [\3267](https://github.com/openwallet-foundation/acapy/pull/3267) [jamshale](https://github.com/jamshale)

- Release management pull requests:
- 1.1.0rc0 [\3284](https://github.com/openwallet-foundation/acapy/pull/3284) [swcurran](https://github.com/swcurran)

- Dependabot PRs
- [Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2024-10-08..2024-10-11+author%3Aapp%2Fdependabot+)



What's Changed
* Update MDs and release publishing files to reflect the repo move to OWF by swcurran in https://github.com/openwallet-foundation/acapy/pull/3270
* General repo updates post OWF move. by jamshale in https://github.com/openwallet-foundation/acapy/pull/3267
* Fix interop test fork location replacement by jamshale in https://github.com/openwallet-foundation/acapy/pull/3280
* Update interop fork location after AATH update by jamshale in https://github.com/openwallet-foundation/acapy/pull/3282
* 1.1.0rc0 by swcurran in https://github.com/openwallet-foundation/acapy/pull/3284


**Full Changelog**: https://github.com/openwallet-foundation/acapy/compare/1.0.1...1.1.0rc0

Page 2 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.