Skip to content

Commit fb5dcdb

Browse files
authored
Merge pull request #4063 from swcurran/1.5.1rc1
1.5.1rc1
2 parents b651f74 + 105425c commit fb5dcdb

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ACA-Py Changelog
22

3-
## 1.5.1rc0
3+
## 1.5.1rc1
44

5-
### February 20, 2026
5+
### February 24, 2026
66

77
ACA-Py 1.5.1 is a clean up release primarily to address some follow-on issues related to the [1.5.0] release -- notably with the handling of AnonCreds revocation. There are some convenience additions and a GitHub Actions pipeline fix.
88

@@ -25,14 +25,16 @@ AIP 1.0 protocols that were [previously announced as deprecated](#140-deprecatio
2525
- **Core Platform and Architecture**
2626
- Enable outbound transport in `--no-transport` mode, only disable inbound [\#4050](https://github.com/openwallet-foundation/acapy/pull/4050) [PatStLouis](https://github.com/PatStLouis)
2727
- feat: add list endpoint for out-of-band records [\#4046](https://github.com/openwallet-foundation/acapy/pull/4046) [kukgini](https://github.com/kukgini)
28+
- fixed duplicate present-proof v2 webhook [\#3998](https://github.com/openwallet-foundation/acapy/pull/3998) [sonivijayk](https://github.com/sonivijayk)
2829
- **AnonCreds, Revocation, and Wallet Migration**
29-
- Fix revocation setup [\#4047](https://github.com/openwallet-foundation/acapy/pull/4047) [PatStLouis](https://github.com/PatStLouis)
3030
- fix: handle revocation registry race conditions for BDD integration tests [\#4056](https://github.com/openwallet-foundation/acapy/pull/4056) [PatStLouis](https://github.com/PatStLouis)
31+
- Fix revocation setup [\#4047](https://github.com/openwallet-foundation/acapy/pull/4047) [PatStLouis](https://github.com/PatStLouis)
3132
- **Testing, Logging, and Diagnostics**
3233
- FIX BDD interop integration tests [\#4052](https://github.com/openwallet-foundation/acapy/pull/4052) [PatStLouis](https://github.com/PatStLouis)
3334
- **Dependabot PRs**
3435
- [Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2025-01-29..2026-02-20+author%3Aapp%2Fdependabot+)
3536
- **Release management pull requests**:
37+
- 1.5.1rc1 [\#4063](https://github.com/openwallet-foundation/acapy/pull/4063) [swcurran](https://github.com/swcurran)
3638
- 1.5.1rc0 [\#4054](https://github.com/openwallet-foundation/acapy/pull/4054) [swcurran](https://github.com/swcurran)
3739

3840
## 1.5.0

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.5.1rc0`
100+
- Remove the folder for the RC. For example `rm -rf 1.5.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ For the build test, the RTD Sphinx theme needs to be added to the docker image,
152152
- `1.5` - Major.minor tag (moves to latest patch release)
153153
- `latest` - Only assigned if this is the highest semantic version
154154

155-
- **Release Candidates** (e.g., `1.5.1rc0`):
156-
- `py3.12-1.5.1rc0` - Python version specific RC tag
157-
- `1.5.1rc0` - Semantic version RC tag
155+
- **Release Candidates** (e.g., `1.5.1rc1`):
156+
- `py3.12-1.5.1rc1` - Python version specific RC tag
157+
- `1.5.1rc1` - Semantic version RC tag
158158
- **Note**: RC releases do NOT receive major.minor (`1.5`) or `latest` tags
159159

160160
The `latest` tag is explicitly managed by comparing semantic versions across all

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-02-20, Release 1.5.1rc0
11+
**Last Update**: 2026-02-24, Release 1.5.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.

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.5.1rc0"
5+
"version" : "v1.5.1rc1"
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.5.1rc0",
4+
"version" : "v1.5.1rc1",
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.5.1rc0"
3+
version = "1.5.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)