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
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# Aries Cloud Agent Python Changelog
2
2
3
-
## 0.12.1rc0
3
+
## 0.12.1rc1
4
4
5
-
### April 24, 2024
5
+
### April 26, 2024
6
6
7
-
Release 0.12.1rc0 is a small patch to cleanup some edge case issues in the handling of Out of Band invitations, and connection querying uncovered after the 0.12.0 release. Fixes and improvements were also made to the generation of ACA-Py's OpenAPI specifications.
7
+
Release 0.12.1rc1 is a small patch to cleanup some edge case issues in the handling of Out of Band invitations, revocation notification webhooks, and connection querying uncovered after the 0.12.0 release. Fixes and improvements were also made to the generation of ACA-Py's OpenAPI specifications.
8
8
9
-
### 0.12.1rc0 Breaking Changes
9
+
### 0.12.1rc1 Breaking Changes
10
10
11
11
There are no breaking changes in this release.
12
12
13
-
#### 0.12.1rc0 Categorized List of Pull Requests
13
+
#### 0.12.1rc1 Categorized List of Pull Requests
14
14
15
15
- Out of Band Invitations and Connection Establishment updates/fixes:
16
16
- 🐛 Fix ServiceDecorator parsing in oob record handling [\#2910](https://github.com/hyperledger/aries-cloudagent-python/pull/2910)[ff137](https://github.com/ff137)
@@ -28,6 +28,9 @@ There are no breaking changes in this release.
28
28
- fix Faber demo to use oob with aip10 to support connection reuse [\#2903](https://github.com/hyperledger/aries-cloudagent-python/pull/2903)[ianco](https://github.com/ianco)
29
29
- fix: integration tests should use didex 1.1 [\#2889](https://github.com/hyperledger/aries-cloudagent-python/pull/2889)[dbluhm](https://github.com/dbluhm)
30
30
31
+
- Credential Exchange updates and fixes:
32
+
- fix: rev notifications on publish pending [\#2916](https://github.com/hyperledger/aries-cloudagent-python/pull/2916)[dbluhm](https://github.com/dbluhm)
33
+
31
34
- Endorsement of Indy Transactions fixes:
32
35
- Prevent 500 error when re-promoting DID with endorsement [\#2885](https://github.com/hyperledger/aries-cloudagent-python/pull/2885)[jamshale](https://github.com/jamshale)
33
36
- Fix ack during for auto endorsement [\#2883](https://github.com/hyperledger/aries-cloudagent-python/pull/2883)[jamshale](https://github.com/jamshale)
@@ -37,13 +40,16 @@ There are no breaking changes in this release.
37
40
- Update GHA so that broken image links work on docs site - without breaking them on GitHub [\#2852](https://github.com/hyperledger/aries-cloudagent-python/pull/2852)[swcurran](https://github.com/swcurran)
38
41
39
42
- Dependencies and Internal Updates:
43
+
- fix: fixes a regression that requires a log file in multi-tenant mode [\#2918](https://github.com/hyperledger/aries-cloudagent-python/pull/2918)[amanji](https://github.com/amanji)
44
+
- Update AnonCreds to 0.2.2 [\#2917](https://github.com/hyperledger/aries-cloudagent-python/pull/2917)[swcurran](https://github.com/swcurran)
40
45
- chore(deps): Bump aiohttp from 3.9.3 to 3.9.4 dependencies python [\#2902](https://github.com/hyperledger/aries-cloudagent-python/pull/2902)[dependabot bot](https://github.com/dependabot bot)
41
46
- chore(deps): Bump idna from 3.4 to 3.7 in /demo/playground/examples dependencies python [\#2886](https://github.com/hyperledger/aries-cloudagent-python/pull/2886)[dependabot bot](https://github.com/dependabot bot)
42
47
- chore(deps): Bump psf/black from 24.3.0 to 24.4.0 in the all-actions group dependencies github_actions [\#2893](https://github.com/hyperledger/aries-cloudagent-python/pull/2893)[dependabot bot](https://github.com/dependabot bot)
43
48
- chore(deps): Bump idna from 3.6 to 3.7 dependencies python [\#2887](https://github.com/hyperledger/aries-cloudagent-python/pull/2887)[dependabot bot](https://github.com/dependabot bot)
Copy file name to clipboardExpand all lines: docs/features/SupportedRFCs.md
+1-1Lines changed: 1 addition & 1 deletion
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**: 2024-04-24, Release 0.12.1rc0
11
+
**Last Update**: 2024-04-26, Release 0.12.1rc1
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.1rc0"
3
+
version = "0.12.1rc1"
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