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
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,38 @@
1
1
# Aries Cloud Agent Python Changelog
2
2
3
+
## 0.12.8
4
+
5
+
### July 18, 2025
6
+
7
+
Release 0.12.8 is needed to enable publishing the LTS container image to the Hyperledger Package Repository. The release is otherwise identifical to [0.12.7](#0127).
8
+
9
+
This patch release adds a GitHub Action to publish an LTS container image with the tag `0.12-lts` when a release is published from the ACA-Py 0.12.lts branch. This is a convenience for those who want to use the latest LTS version of ACA-Py in their deployments, and is not intended to be used as a replacement for the latest release of ACA-Py or when a specific release is required.
10
+
This patch release adds a GitHub Action to publish an LTS container image with the tag `0.12-lts` when a release is published from the ACA-Py 0.12.lts branch. This is a convenience for those who want to use the latest LTS version of ACA-Py in their deployments, and is not intended to be used as a replacement for the latest release of ACA-Py or when a specific release is required.
11
+
12
+
The release includes the following PRs from the `main` branch cherry-picked into this release:
13
+
14
+
- 🐛 Fix v2 cred ex and pres ex webhook events to emit after db write [\#3699](https://github.com/openwallet-foundation/acapy/pull/3699)
15
+
- fix: multiuse invite derived conns should have msg id [\#3692](https://github.com/openwallet-foundation/acapy/pull/3692)
16
+
- Fix unchanged endpoint being rewritten to ledger [\#3608](https://github.com/openwallet-foundation/acapy/pull/3608)
17
+
18
+
As well, a dependency update was applied, updating the `poetry.lock` file to use the latest minor versions of the dependencies, including an update to the version of Rust being used in the indy-build container artifact.
19
+
20
+
A reminder that the **0.12 LTS branch will reach end-of-life in October, 2025**. Anyone still using this branch should plan to upgrade to the 1.2 LTS or (better) latest release of ACA-Py as soon as possible.
21
+
22
+
### 0.12.8 Breaking Changes
23
+
24
+
There are no breaking changes in this release.
25
+
26
+
#### 0.12.8 Categorized List of Pull Requests
27
+
28
+
- LTS Container image Publishing
29
+
- Upgrade rust version for indy-build to 1.56 [\#3826](https://github.com/openwallet-foundation/acapy/pull/3826)[jamshale](https://github.com/jamshale)
- Don't run workflow for release candidates [\#3796](https://github.com/openwallet-foundation/acapy/pull/3796)[jamshale](https://github.com/jamshale)
32
+
- Add recreate lts workflow to 0.12.lts branch [\#3771](https://github.com/openwallet-foundation/acapy/pull/3771)[jamshale](https://github.com/jamshale)
@@ -22,7 +55,8 @@ There are no breaking changes in this release.
22
55
23
56
#### 0.12.7 Categorized List of Pull Requests
24
57
25
-
- LTS Container image Publishing
58
+
- Enhancements and Updates
59
+
- Change ghcr token to hyperledger scoped [\#3832](https://github.com/openwallet-foundation/acapy/pull/3832)[jamshale](https://github.com/jamshale)
26
60
- Upgrade rust version for indy-build to 1.56 [\#3826](https://github.com/openwallet-foundation/acapy/pull/3826)[jamshale](https://github.com/jamshale)
- Don't run workflow for release candidates [\#3796](https://github.com/openwallet-foundation/acapy/pull/3796)[jamshale](https://github.com/jamshale)
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
[Hyperledger Discord](https://discord.gg/hyperledger) or through an issue in this repo.
10
10
11
-
**Last Update**: 2025-07-18, Release 0.12.7
11
+
**Last Update**: 2025-07-18, Release 0.12.8
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 = "aries_cloudagent"
3
-
version = "0.12.7"
3
+
version = "0.12.8"
4
4
description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. "
0 commit comments