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
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# Aries Cloud Agent Python Changelog
2
2
3
-
## 1.3.1rc0
3
+
## 1.3.1rc1
4
4
5
-
### May 30, 2025
5
+
### June 6, 2025
6
6
7
7
ACA-Py 1.3.1 is a maintenance release that focuses on improving reliability, developer experience, and project documentation. It includes important fixes, updated links and metadata, and minor enhancements, particularly in support of long-term stability and governance clarity.
8
8
9
9
This release includes:
10
10
11
11
- Extensive updates to outdated or redirected links in documentation and code comments, moving references from Hyperledger to the OpenWallet Foundation and other current locations.
12
+
- Expanded options for running the ACA-Py demo, with support added for Microsoft Dev Tunnels and improved out-of-band connection flows.
12
13
- Updates to project governance documentation, including the Code of Conduct, Security Policy, and Maintainers Guide, aligned with the OpenWallet Foundation processes.
13
14
- Logging improvements for better observability, especially around public DID handling, routing keys, and outbound websocket messages.
14
15
- Demo enhancements, including migration to prompt_toolkit 3.x and fixes to markdown and code formatting issues.
@@ -39,20 +40,27 @@ There are no breaking changes in this release.
39
40
40
41
### 1.3.1 Categorized List of Pull Requests
41
42
43
+
-**Security and Performance Improvements**
44
+
-:zap: Skip upgrade check for status checks [\#3761](https://github.com/openwallet-foundation/acapy/pull/3761)[ff137](https://github.com/ff137)
45
+
- Remove header from http/ws responses [\#3753](https://github.com/openwallet-foundation/acapy/pull/3753)[jamshale](https://github.com/jamshale)
-:loud_sound: Improve logging in Handlers [#3722](https://github.com/openwallet-foundation/acapy/pull/3722)[ff137](https://github.com/ff137)
45
49
-:loud_sound: Improve logging related to public DIDs and routing keys [#3719](https://github.com/openwallet-foundation/acapy/pull/3719)[ff137](https://github.com/ff137)
46
50
-**VC-Related Bug Fixes and Behavior Corrections**
47
51
-:art: Add missing anoncreds field to V20CredExRecordDetail model [#3710](https://github.com/openwallet-foundation/acapy/pull/3710)[ff137](https://github.com/ff137)
48
52
-:bug: Fix v2 cred ex and pres ex webhook events to emit after db write [#3699](https://github.com/openwallet-foundation/acapy/pull/3699)[ff137](https://github.com/ff137)
- Update webvh package version [\#3763](https://github.com/openwallet-foundation/acapy/pull/3763)[PatStLouis](https://github.com/PatStLouis)
49
56
-**Test and CI Improvements**
50
57
- TestDeleteTails testcase fixes and indexError fix [#3727](https://github.com/openwallet-foundation/acapy/pull/3727)[ann-aot](https://github.com/ann-aot)
51
58
- Regress test to check #2818 issue [#3721](https://github.com/openwallet-foundation/acapy/pull/3721)[andrepestana-aot](https://github.com/andrepestana-aot)
- alice/faber demo supports Microsoft dev tunnels [\#3755](https://github.com/openwallet-foundation/acapy/pull/3755)[davidchaiken](https://github.com/davidchaiken)
56
64
- Demo: Change mediation connection to out-of-band [#3751](https://github.com/openwallet-foundation/acapy/pull/3751)[jamshale](https://github.com/jamshale)
57
65
- Feat(demo): migrate to prompt_toolkit 3.x (Fixes #3681) [#3713](https://github.com/openwallet-foundation/acapy/pull/3713)[andrepestana-aot](https://github.com/andrepestana-aot)
58
66
-**Documentation, Governance, and Link Updates**
@@ -63,12 +71,14 @@ There are no breaking changes in this release.
63
71
- Cleanup markdown errors in docs/demo/readme [#3734](https://github.com/openwallet-foundation/acapy/pull/3734)[swcurran](https://github.com/swcurran)
64
72
-:art: Fix codeblock typing in DIDResolution.md [#3730](https://github.com/openwallet-foundation/acapy/pull/3730)[ff137](https://github.com/ff137)
- Tag and Recreate ACA-Py LTS Release [#3735](https://github.com/openwallet-foundation/acapy/pull/3735)[pradeepp88](https://github.com/pradeepp88)
67
76
- Update images and tags to version 1.3.0 [#3708](https://github.com/openwallet-foundation/acapy/pull/3708)[jamshale](https://github.com/jamshale)
68
77
-**Dependabot PRs**
69
-
-[Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2025-05-01..2025-05-30+author%3Aapp%2Fdependabot+)
78
+
-[Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2025-05-01..2025-06-06+author%3Aapp%2Fdependabot+)
Copy file name to clipboardExpand all lines: docs/features/SupportedRFCs.md
+1-1Lines changed: 1 addition & 1 deletion
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**: 2025-05-30, Release 1.3.1rc0
11
+
**Last Update**: 2025-06-06, Release 1.3.1rc1
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.3.1rc0"
3
+
version = "1.3.1rc1"
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