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
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Aries Cloud Agent Python Changelog
2
2
3
-
## 1.1.0rc0
3
+
## 1.1.0rc1
4
4
5
-
### October 11, 2024
5
+
### October 15, 2024
6
6
7
7
Release 1.1.0 is the first release of ACA-Py from the [OpenWallet Foundation] (OWF). The only reason for the release is to test out all of the release publishing actions now that we have moved the repo to its new home ([https://github.com/openwallet-foundation/acapy](https://github.com/openwallet-foundation/acapy)). Almost all of the changes in the release are related to the move.
8
8
@@ -14,11 +14,11 @@ For up to date details on what the repo move means for ACA-Py users, including s
The same **[deprecation notices](#101-deprecation-notices)** from the [1.0.1](#101) release about AIP 1.0 protocols still apply. The protocols remain in the 1.1.0 release, but will be moved out of the core and into plugins soon. Please review these notifications carefully!
20
20
21
-
### 1.1.0rc0 Breaking Changes
21
+
### 1.1.0rc1 Breaking Changes
22
22
23
23
The only (but significant) breaking changes in 1.1.0 are related to the GitHub organization and project name changes. Specific impacts are:
24
24
@@ -37,19 +37,21 @@ Anyone deploying ACA-Py should use this release to update their existing deploym
37
37
38
38
Please note that if and when the current LTS releases (0.11 and 0.12) have new releases, they will continue to use the `aries_cloudagent` source folder, the existing locations for the [PyPi] and [GHCR] container image artifacts.
39
39
40
-
#### 1.1.0rc0 Categorized List of Pull Requests
40
+
#### 1.1.0rc1 Categorized List of Pull Requests
41
41
42
42
- Updates related to the move and rename of the repository from the Hyperledger to [OpenWallet Foundation] GitHub organization
43
+
- Change pypi upload workflow to use pypa/gh-action-pypi-publish [\#3291](https://github.com/openwallet-foundation/acapy/pull/3291)[jamshale](https://github.com/jamshale)
43
44
- Update interop fork location after AATH update [\#3282](https://github.com/openwallet-foundation/acapy/pull/3282)[jamshale](https://github.com/jamshale)
44
45
- Fix interop test fork location replacement [\#3280](https://github.com/openwallet-foundation/acapy/pull/3280)[jamshale](https://github.com/jamshale)
45
46
- Update MDs and release publishing files to reflect the repo move to OWF [\#3270](https://github.com/openwallet-foundation/acapy/pull/3270)[swcurran](https://github.com/swcurran)
46
47
- General repo updates post OWF move. [\#3267](https://github.com/openwallet-foundation/acapy/pull/3267)[jamshale](https://github.com/jamshale)
-[Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2024-10-08..2024-10-11+author%3Aapp%2Fdependabot+)
54
+
-[Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2024-10-08..2024-10-15+author%3Aapp%2Fdependabot+)
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.1.0rc0"
3
+
version = "1.1.0rc1"
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