Skip to content

Commit c2554ae

Browse files
authored
Merge pull request #4220 from swcurran/1.3.6rc0
1.3.6rc0
2 parents 3c089c9 + 7c657a9 commit c2554ae

7 files changed

Lines changed: 30 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
## 1.3.6rc0
4+
5+
### September 10, 2026
6+
7+
ACA-Py Release 1.3.6 consists of a cherry picked PR from the main branch ([\#4196 - DIF Presentation Exchange Holder](https://github.com/openwallet-foundation/acapy/pull/4196), and the activation of CI/CD tests (with test fixes) for merges on this LTS branch.
8+
9+
Note that we are nearing the end of life for the 1.3 LTS Branch -- January 2027. Those still using this branch should upgrade as soon as possible to the latest release.
10+
11+
### 1.3.6 Breaking Changes
12+
13+
There are no breaking changes in this release.
14+
15+
### 1.3.6 Categorized List of Pull Requests
16+
17+
- DIF Presentation Exchange
18+
- fix: backport DIF holder presentation signing to 1.3 LTS [\#4216](https://github.com/openwallet-foundation/acapy/pull/4216) [jacksonriding](https://github.com/jacksonriding)
19+
- CI/CD Testing
20+
- 1.3.lts fix: Add ruff check to GHA for this branch, updates to files failing ruff format check [\#4200](https://github.com/openwallet-foundation/acapy/pull/4200) [swcurran](https://github.com/swcurran)
21+
22+
- Release management pull requests:
23+
- 1.3.6rc0 [\#4220](https://github.com/openwallet-foundation/acapy/pull/4220) [swcurran](https://github.com/swcurran)
24+
325
## 1.3.5
426

527
### Aug 10, 2026

Managing-ACA-Py-Doc-Site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and mkdocs configuration.
2020

2121
When the GitHub Action fires, it runs a container that carries out the following steps:
2222

23-
- Checks out the triggering branch, either `main` or `docs-v<version>` (e.g `docs-v1.3.5`).
23+
- Checks out the triggering branch, either `main` or `docs-v<version>` (e.g `docs-v1.3.6`).
2424
- Runs the script [scripts/prepmkdocs.sh], which moves and updates some of the
2525
markdown files so that they fit into the generated site. See the comments in
2626
the scripts for details about the copying and editing done via the script. In
@@ -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.5rc0`
100+
- Remove the folder for the RC. For example `rm -rf 1.3.6rc0`
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 `1.3.lts` branch, e.g. "1.3.5".
9+
1. Create a local PR branch from an updated `1.3.lts` branch, e.g. "1.3.6rc0".
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
@@ -145,7 +145,7 @@ cd docs; sphinx-build -b html -a -E -c ./ ./ ./_build; cd ..
145145
[publish.yml]: https://github.com/openwallet-foundation/acapy/blob/main/.github/workflows/publish.yml
146146

147147
12. When a new release is tagged, create a new branch at the same commit with
148-
the branch name in the format `docs-v<version>`, for example, `docs-v1.3.5`.
148+
the branch name in the format `docs-v<version>`, for example, `docs-v1.3.6`.
149149
The creation of the branch triggers the execution of the [publish-docs]
150150
GitHub Action which generates the documentation for the new release,
151151
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**: 2026-08-10, Release 1.3.5
11+
**Last Update**: 2026-09-10, Release 1.3.6rc0
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.

open-api/openapi.json

Lines changed: 1 addition & 1 deletion
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.5"
5+
"version" : "v1.3.6rc0"
66
},
77
"servers" : [ {
88
"url" : "/"

open-api/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger" : "2.0",
33
"info" : {
4-
"version" : "v1.3.5",
4+
"version" : "v1.3.6rc0",
55
"title" : "Aries Cloud Agent"
66
},
77
"tags" : [ {

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.5"
3+
version = "1.3.6rc0"
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)