|
5 | 5 | ### November 24, 2023
|
6 | 6 |
|
7 | 7 | Release 0.11.0 is a relatively large release of new features, fixes, and
|
8 |
| -internal updates. 0.11.0 is planned to be the last major update before we |
9 |
| -being the transition to using the ledger agnostic [AnonCreds |
| 8 | +internal updates. 0.11.0 is planned to be the last significant update before we |
| 9 | +begin the transition to using the ledger agnostic [AnonCreds |
10 | 10 | Rust](https://github.com/hyperledger/anoncreds-rs) in a release that is expected
|
11 |
| -to bring some Admin/Controller API changes. We plan to do patches to the 0.11.x |
12 |
| -branch while the transition is made to the upcoming release to transition to |
13 |
| -using [Anoncreds Rust]. |
| 11 | +to bring Admin/Controller API changes. We plan to do patches to the 0.11.x |
| 12 | +branch while the transition is made to using [Anoncreds Rust]. |
14 | 13 |
|
15 |
| -A significant addition to ACA-Py is support for signing and verifying |
| 14 | +An important addition to ACA-Py is support for signing and verifying |
16 | 15 | [SD-JWT] verifiable credentials. We expect this to be the first of the changes
|
17 | 16 | to extend ACA-Py to support [OpenID4VC protocols].
|
18 | 17 |
|
@@ -40,11 +39,6 @@ objects now included in Python's builtin `unittest` package for unit testing.
|
40 | 39 | These are necessary and important modernization changes, with the latter two
|
41 | 40 | triggering many (largely mechanical) changes to the codebase.
|
42 | 41 |
|
43 |
| -**NOTE:** In addition to these PRs in the 0-11.0-rc0 release, we also |
44 |
| -expect to include at least those [ACA-Py PRs labelled "0.11.0"] in the release. |
45 |
| - |
46 |
| -[ACA-Py PRs labelled "0.11.0"]: https://github.com/hyperledger/aries-cloudagent-python/pulls?q=is%3Apr+label%3A0.11.0 |
47 |
| - |
48 | 42 | ### 0.11.0 Breaking Changes
|
49 | 43 |
|
50 | 44 | In addition to the impacts of the change for developers in switching from `pip`
|
@@ -72,10 +66,6 @@ example, if an issuer decides to delete a Credential Exchange Record that has
|
72 | 66 | not be answered for a long time, and the holder responds after the delete. See
|
73 | 67 | [PR \#2577].
|
74 | 68 |
|
75 |
| -The versioning scheme for Release Candidates has been changed to drop the `-` in |
76 |
| -the version string. This means the older style of `0.11.0-rc0` has been changed |
77 |
| -to the newer style of `0.11.0rc2`. |
78 |
| - |
79 | 69 | [PR \#2517]: https://github.com/hyperledger/aries-cloudagent-python/pull/2517
|
80 | 70 | [PR \#2587]: https://github.com/hyperledger/aries-cloudagent-python/pull/2587
|
81 | 71 | [PR \#2577]: https://github.com/hyperledger/aries-cloudagent-python/pull/2577
|
|
0 commit comments