Skip to content

Commit d7599fa

Browse files
authored
1.3.1rc1 (#3765)
Signed-off-by: Stephen Curran <swcurran@gmail.com>
1 parent bc37a04 commit d7599fa

10 files changed

+31
-40
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Aries Cloud Agent Python Changelog
22

3-
## 1.3.1rc0
3+
## 1.3.1rc1
44

5-
### May 30, 2025
5+
### June 6, 2025
66

77
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.
88

99
This release includes:
1010

1111
- 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.
1213
- Updates to project governance documentation, including the Code of Conduct, Security Policy, and Maintainers Guide, aligned with the OpenWallet Foundation processes.
1314
- Logging improvements for better observability, especially around public DID handling, routing keys, and outbound websocket messages.
1415
- 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.
3940

4041
### 1.3.1 Categorized List of Pull Requests
4142

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)
4246
- **Logging and Observability Improvements**
4347
- Add websocket outbound debug log [#3736](https://github.com/openwallet-foundation/acapy/pull/3736) [jamshale](https://github.com/jamshale)
4448
- :loud_sound: Improve logging in Handlers [#3722](https://github.com/openwallet-foundation/acapy/pull/3722) [ff137](https://github.com/ff137)
4549
- :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)
4650
- **VC-Related Bug Fixes and Behavior Corrections**
4751
- :art: Add missing anoncreds field to V20CredExRecordDetail model [#3710](https://github.com/openwallet-foundation/acapy/pull/3710) [ff137](https://github.com/ff137)
4852
- :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)
53+
- **DID Method Updates**
54+
- chore: Remove `did:indy` Stub [\#3764](https://github.com/openwallet-foundation/acapy/pull/3764) [TheTechmage](https://github.com/TheTechmage)
55+
- Update webvh package version [\#3763](https://github.com/openwallet-foundation/acapy/pull/3763) [PatStLouis](https://github.com/PatStLouis)
4956
- **Test and CI Improvements**
5057
- TestDeleteTails testcase fixes and indexError fix [#3727](https://github.com/openwallet-foundation/acapy/pull/3727) [ann-aot](https://github.com/ann-aot)
5158
- Regress test to check #2818 issue [#3721](https://github.com/openwallet-foundation/acapy/pull/3721) [andrepestana-aot](https://github.com/andrepestana-aot)
5259
- **Dependency and Environment Updates**
5360
- Remove unnecessary hash pinning [#3744](https://github.com/openwallet-foundation/acapy/pull/3744) [jamshale](https://github.com/jamshale)
5461
- :arrow_up: Update lock file [#3720](https://github.com/openwallet-foundation/acapy/pull/3720) [ff137](https://github.com/ff137)
5562
- **Demo and Example Improvements**
63+
- alice/faber demo supports Microsoft dev tunnels [\#3755](https://github.com/openwallet-foundation/acapy/pull/3755) [davidchaiken](https://github.com/davidchaiken)
5664
- Demo: Change mediation connection to out-of-band [#3751](https://github.com/openwallet-foundation/acapy/pull/3751) [jamshale](https://github.com/jamshale)
5765
- 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)
5866
- **Documentation, Governance, and Link Updates**
@@ -63,12 +71,14 @@ There are no breaking changes in this release.
6371
- Cleanup markdown errors in docs/demo/readme [#3734](https://github.com/openwallet-foundation/acapy/pull/3734) [swcurran](https://github.com/swcurran)
6472
- :art: Fix codeblock typing in DIDResolution.md [#3730](https://github.com/openwallet-foundation/acapy/pull/3730) [ff137](https://github.com/ff137)
6573
- **Versioning and Release Support**
74+
- Repair lts workflow [\#3759](https://github.com/openwallet-foundation/acapy/pull/3759) [jamshale](https://github.com/jamshale)
6675
- Tag and Recreate ACA-Py LTS Release [#3735](https://github.com/openwallet-foundation/acapy/pull/3735) [pradeepp88](https://github.com/pradeepp88)
6776
- Update images and tags to version 1.3.0 [#3708](https://github.com/openwallet-foundation/acapy/pull/3708) [jamshale](https://github.com/jamshale)
6877
- **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+)
7079
- **Release management pull requests**:
71-
- 1.3.0rc0 [\#3752](https://github.com/openwallet-foundation/acapy/pull/3752) [swcurran](https://github.com/swcurran)
80+
- 1.3.1rc1 [\#3765](https://github.com/openwallet-foundation/acapy/pull/3765) [swcurran](https://github.com/swcurran)
81+
- 1.3.1rc0 [\#3752](https://github.com/openwallet-foundation/acapy/pull/3752) [swcurran](https://github.com/swcurran)
7282

7383
## 1.3.0
7484

Managing-ACA-Py-Doc-Site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To delete the documentation version, do the following:
9797
- Check your `git status` and make sure there are no changes in the branch --
9898
e.g., new files that shouldn't be added to the `gh-pages` branch. If there are
9999
any -- delete the files so they are not added.
100-
- Remove the folder for the RC. For example `rm -rf 1.3.1rc0`
100+
- Remove the folder for the RC. For example `rm -rf 1.3.1rc1`
101101
- Edit the `versions.json` file and remove the reference to the RC release in
102102
the file.
103103
- Push the changes via a PR to the ACA-Py `gh-pages` branch (don't PR them into

PUBLISHING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a major, minor or patch release, per [semver](https://semver.org/) rules.
66

77
Once ready to do a release, create a local branch that includes the following updates:
88

9-
1. Create a local PR branch from an updated `main` branch, e.g. "1.3.1rc0".
9+
1. Create a local PR branch from an updated `main` branch, e.g. "1.3.1rc1".
1010

1111
2. See if there are any Document Site `mkdocs` changes needed. Run the script
1212
`./scripts/prepmkdocs.sh; mkdocs`. Watch the log, noting particularly if
@@ -140,7 +140,7 @@ Once you have the list of PRs:
140140
[publish.yml]: https://github.com/openwallet-foundation/acapy/blob/main/.github/workflows/publish.yml
141141

142142
1. When a new release is tagged, create a new branch at the same commit with
143-
the branch name in the format `docs-v<version>`, for example, `docs-v1.3.1rc0`.
143+
the branch name in the format `docs-v<version>`, for example, `docs-v1.3.1rc1`.
144144
The creation of the branch triggers the execution of the [publish-docs]
145145
GitHub Action which generates the documentation for the new release,
146146
publishing it at [https://aca-py.org]. The GitHub Action also executes when

docs/features/SupportedRFCs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ACA-Py or the repository `main` branch. Reminders (and PRs!) to update this page
88
welcome! If you have any questions, please contact us on the #aries channel on
99
[OpenWallet Foundation Discord](https://discord.gg/openwallet-foundation) or through an issue in this repo.
1010

11-
**Last Update**: 2025-05-30, Release 1.3.1rc0
11+
**Last Update**: 2025-06-06, Release 1.3.1rc1
1212

1313
> The checklist version of this document was created as a joint effort
1414
> between [Northern Block](https://northernblock.io/), [Animo Solutions](https://animo.id/) and the Ontario government, on behalf of the Ontario government.

docs/generated/acapy_agent.anoncreds.default.did_indy.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/generated/acapy_agent.anoncreds.default.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ Subpackages
1212
.. toctree::
1313
:maxdepth: 4
1414

15-
acapy_agent.anoncreds.default.did_indy
1615
acapy_agent.anoncreds.default.did_web
1716
acapy_agent.anoncreds.default.legacy_indy

docs/generated/acapy_agent.utils.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ acapy\_agent.utils.repeat module
113113
:undoc-members:
114114
:show-inheritance:
115115

116+
acapy\_agent.utils.server module
117+
--------------------------------
118+
119+
.. automodule:: acapy_agent.utils.server
120+
:members:
121+
:undoc-members:
122+
:show-inheritance:
123+
116124
acapy\_agent.utils.stats module
117125
-------------------------------
118126

open-api/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi" : "3.0.1",
33
"info" : {
44
"title" : "Aries Cloud Agent",
5-
"version" : "v1.3.1rc0"
5+
"version" : "v1.3.1rc1"
66
},
77
"servers" : [ {
88
"url" : "/"
@@ -55,7 +55,7 @@
5555
"description" : "Credential definition operations",
5656
"externalDocs" : {
5757
"description" : "Specification",
58-
"url" : "https://github.com/hyperledger/indy-node/tree/main/design/anoncreds.md#cred_def"
58+
"url" : "https://github.com/hyperledger/indy-node/blob/main/design/anoncreds.md#cred_def"
5959
},
6060
"name" : "credential-definition"
6161
}, {

open-api/swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger" : "2.0",
33
"info" : {
4-
"version" : "v1.3.1rc0",
4+
"version" : "v1.3.1rc1",
55
"title" : "Aries Cloud Agent"
66
},
77
"tags" : [ {
@@ -50,7 +50,7 @@
5050
"description" : "Credential definition operations",
5151
"externalDocs" : {
5252
"description" : "Specification",
53-
"url" : "https://github.com/hyperledger/indy-node/tree/main/design/anoncreds.md#cred_def"
53+
"url" : "https://github.com/hyperledger/indy-node/blob/main/design/anoncreds.md#cred_def"
5454
}
5555
}, {
5656
"name" : "credentials",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "acapy_agent"
3-
version = "1.3.1rc0"
3+
version = "1.3.1rc1"
44
description = "(ACA-Py) A Cloud Agent Python is a foundation for building decentralized identity applications and services running in non-mobile environments. "
55
authors = []
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)