You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# ACA-Py Changelog
2
2
3
-
## 1.6.1rc0
3
+
## 1.6.1
4
4
5
-
### July 21, 2026
5
+
### July 28, 2026
6
6
7
-
ACA-Py 1.6.1rc0 includes fixes found from continued production use of the `askar-anoncreds` wallet migration and revocation processes, and a fix to bound the memory usage of record queries and maintenance/upgrade scans, improving stability for larger deployments. The multitenancy subwallet removal endpoint has been updated to use `DELETE` for REST consistency, with the previous `POST .../remove` endpoint now deprecated. Many `dependabot` PRs are included to keep dependencies current and secure.
7
+
ACA-Py 1.6.1 includes fixes found from continued production use of the `askar-anoncreds` wallet migration and revocation processes, and a fix to bound the memory usage of record queries and maintenance/upgrade scans, improving stability for larger deployments. The multitenancy subwallet removal endpoint has been updated to use `DELETE` for REST consistency, with the previous `POST .../remove` endpoint now deprecated. Many `dependabot` PRs are included to keep dependencies current and secure.
8
8
9
9
Several PRs in this release complete the work to make ACA-Py 1.6 an official LTS release, with several fixes to the LTS CI/CD image tagging and publishing process
10
10
@@ -16,7 +16,7 @@ There are no breaking changes in this release.
16
16
17
17
### 1.6.1 Deprecation Notices
18
18
19
-
The `acapy_agent.revocation_anoncreds` package has been deprecated and relocated to `acapy_agent.anoncreds.revocation` for improved consistency across the codebase. The change should only affect [ACA-Py Plugins] that implement AnonCreds, but other developers should also take note.
19
+
The `acapy_agent.revocation_anoncreds` package has been deprecated and relocated to `acapy_agent.anoncreds.revocation` for improved consistency across the codebase. The change will affect [ACA-Py Plugins] that implement AnonCreds, and developers with their own controllers should also update their implementations.
20
20
21
21
The `wallet-type` configuration value `askar` is now deprecated and all deployments still using that wallet type should migrate to either the `askar-anoncreds` or (ideally) `kanon-anoncreds` wallet types.
22
22
@@ -43,8 +43,9 @@ For REST consistency the `POST /multitenancy/wallet/{wallet_id}/remove` endpoint
43
43
- fix(ci): update python version in LTS image tagging to match publish workflow [\#4142](https://github.com/openwallet-foundation/acapy/pull/4142)[esune](https://github.com/esune)
44
44
- Make ACA-Py 1.6 an LTS release [\#4127](https://github.com/openwallet-foundation/acapy/pull/4127)[swcurran](https://github.com/swcurran)
45
45
-**Dependabot PRs**
46
-
-[Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2026-04-01..2026-07-21+author%3Aapp%2Fdependabot+)
46
+
-[Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2026-04-01..2026-07-28+author%3Aapp%2Fdependabot+)
Copy file name to clipboardExpand all lines: docs/ACA-Py-OWF-Project-Mapping.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
|**What is your project?**| ACA-Py (Adaptive Cloud Agent – Python) is a production-ready, open-source framework for building non-mobile decentralized trust services — verifiable credential issuers, holders, and verifiers — using any language capable of sending and receiving HTTP requests. It is maintained at the OpenWallet Foundation. See the [README](https://github.com/openwallet-foundation/acapy/blob/main/README.md) for a full description. |
|**Current version**| 1.6.0 (latest release). Active LTS branches: `1.6` and `1.3`. See [GitHub Releases](https://github.com/openwallet-foundation/acapy/releases) for release notes. |
48
+
|**Current version**| 1.6.1 (latest release). Active LTS branches: `1.6` and `1.3`. See [GitHub Releases](https://github.com/openwallet-foundation/acapy/releases) for release notes. |
49
49
|**Where did the project originate?**| ACA-Py began as *Aries Cloud Agent – Python*, initiated by the Government of British Columbia's Digital Trust Team, circa 2017. An initial version was developed and iterated on for approximately 18 months, after which the codebase was restarted from scratch to produce the clean, plugin-friendly architecture that forms the current core. The project was originally hosted under the Hyperledger organization (as `hyperledger/aries-cloudagent-python`). In 2024 it moved to the [OpenWallet Foundation] (OWF) as `openwallet-foundation/acapy`, with release 1.1.0 being the first release from OWF. The move is documented in the [CHANGELOG](https://github.com/openwallet-foundation/acapy/blob/main/CHANGELOG.md). |
50
50
|**How old is the project?**| The project has been in active development since approximately 2019. It joined the OpenWallet Foundation in 2024. |
Copy file name to clipboardExpand all lines: docs/features/SupportedRFCs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ACA-Py or the repository `main` branch. Reminders (and PRs!) to update this page
8
8
welcome! If you have any questions, please contact us on the #aries channel on
9
9
[OpenWallet Foundation Discord](https://discord.gg/openwallet-foundation) or through an issue in this repo.
10
10
11
-
**Last Update**: 2026-07-21, Release 1.6.1rc0
11
+
**Last Update**: 2026-07-28, Release 1.6.1
12
12
13
13
> The checklist version of this document was created as a joint effort
14
14
> between [Northern Block](https://northernblock.io/), [Animo Solutions](https://animo.id/) and the Ontario government, on behalf of the Ontario government.
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "acapy_agent"
3
-
version = "1.6.1rc0"
3
+
version = "1.6.1"
4
4
description = "(ACA-Py) A Cloud Agent Python is a foundation for building decentralized identity applications and services running in non-mobile environments. "
0 commit comments