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
The release contains mostly internal clean ups, technical debt elimination, and
20
-
a revision to the integration testing approach, incorporating the [Aries Agent Test Harness] tests in the ACA-Py continuous integration testing process.
20
+
a revision to the integration testing approach, incorporating the [Aries Agent Test Harness] tests in the ACA-Py continuous integration testing process. There are substantial enhancements in the
21
+
management of keys and their use with [VC-DI] proofs, and web-based DID methods like
22
+
`did:web`. See the `Wallet and Key Handling` updates in the categorized PR list below.
21
23
22
24
[Aries Agent Test Harness]: https://github.com/hyperledger/aries-agent-test-harness
25
+
[VC-DI]: https://www.w3.org/TR/vc-data-integrity/
23
26
24
27
There are several important **[deprecation notices](#deprecation-notices)**
25
28
in this release in preparation for the next ACA-Py release. Please review these notifications carefully!
There are no breaking changes in ACA-Py Release 1.0.1.
61
64
62
-
#### 1.0.1rc0 Categorized List of Pull Requests
65
+
#### 1.0.1rc1 Categorized List of Pull Requests
63
66
64
67
- Wallet and Key Handling Updates
68
+
- Data integrity routes [\#3261](https://github.com/hyperledger/aries-cloudagent-python/pull/3261)[PatStLouis](https://github.com/PatStLouis)
69
+
-[BUG] Handle get key operation when no tag has been set [\#3256](https://github.com/hyperledger/aries-cloudagent-python/pull/3256)[PatStLouis](https://github.com/PatStLouis)
- Adjust sonarcloud and integration test workflows [\#3259](https://github.com/hyperledger/aries-cloudagent-python/pull/3259)[jamshale](https://github.com/jamshale)
94
+
- fix: enable refreshing did endpoint using mediator info [\#3260](https://github.com/hyperledger/aries-cloudagent-python/pull/3260)[dbluhm](https://github.com/dbluhm)
88
95
- Removing padding from url invitations [\#3238](https://github.com/hyperledger/aries-cloudagent-python/pull/3238)[jamshale](https://github.com/jamshale)
89
96
- Ensure that DAP_PORT is always an int [\#3241](https://github.com/hyperledger/aries-cloudagent-python/pull/3241)[Gavinok](https://github.com/Gavinok)
90
97
- Fix logic to send verbose webhooks [\#3193](https://github.com/hyperledger/aries-cloudagent-python/pull/3193)[ianco](https://github.com/ianco)
@@ -94,10 +101,11 @@ There are no breaking changes in ACA-Py Release 1.0.1.
94
101
-[ POST v1.0.0 ] Adjust message queue error handling [\#3170](https://github.com/hyperledger/aries-cloudagent-python/pull/3170)[jamshale](https://github.com/jamshale)
-[Link to list of Dependabot PRs in this release](https://github.com/hyperledger/aries-cloudagent-python/pulls?q=is%3Apr+is%3Amerged+merged%3A2024-08-15..2024-09-25+author%3Aapp%2Fdependabot+)
108
+
-[Link to list of Dependabot PRs in this release](https://github.com/hyperledger/aries-cloudagent-python/pulls?q=is%3Apr+is%3Amerged+merged%3A2024-08-15..2024-10-01+author%3Aapp%2Fdependabot+)
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-09-25, Release 1.0.1rc0
11
+
**Last Update**: 2024-10-01, Release 1.0.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.
0 commit comments