|
1 | | -# 0.7.4-RC4 |
| 1 | +# 0.7.4-RC5 |
2 | 2 |
|
3 | | -## June 21, 2022 |
| 3 | +## June 23, 2022 |
| 4 | + |
| 5 | +**NOTE** We expect 0.7.4-rc5 will the be the last Release Candidate prior to the |
| 6 | +official 0.7.4 release. |
4 | 7 |
|
5 | 8 | **NOTE:** 0.7.4-rc4 contains a fix for a revocation-related issue introduced in |
6 | 9 | 0.7.4-rc3. We recommend updating to 0.7.4-rc4 immediately if you have been using |
|
11 | 14 |
|
12 | 15 | The 0.7.4 release consists largely of internal fixes to ACA-Py, big increases in |
13 | 16 | performance resulting from the now recommended use of [Aries |
14 | | -Askar](https://github.com/bcgov/aries-askar) instead of the Indy-SDK, tools for |
15 | | -dealing with revocation-related issues, plus a number of enhancements. There have been |
16 | | -a lot of groups exercising ACA-Py and the updates made in this release are a |
17 | | -reflection of those efforts. We have PRs that have been contributed by 20 |
18 | | -different people, which is likely a record for a single ACA-Py release. |
19 | | - |
20 | | -The largest enhancement is in the area of the Hyperledger Indy endorser, |
21 | | -enabling an instance of ACA-Py to act as an Endorser for Indy authors needed |
22 | | -endorsing to write objects to an Indy ledger. We're hoping to see an |
23 | | -"aries-endorser-service" come from that work, an Endorser to be easily operated |
24 | | -by an organization, ideally with a controller starter kit to allow an approvals |
25 | | -business flow. |
| 17 | +Askar](https://github.com/bcgov/aries-askar) instead of the Indy-SDK, |
| 18 | +improvements and tools for dealing with revocation-related issues, plus a number |
| 19 | +of general enhancements. There have been a lot of groups exercising ACA-Py and the |
| 20 | +updates made in this release are a reflection of those efforts. We have PRs that |
| 21 | +have been contributed by 21 different people. |
| 22 | + |
| 23 | +The largest enhancement is in the area of the endorsing of Hyperledger Indy |
| 24 | +ledger transactions, enabling an instance of ACA-Py to act as an Endorser for |
| 25 | +Indy authors needing endorsements to write objects to an Indy ledger. We're |
| 26 | +hoping to see (and working on!) an "aries-endorser-service" come from that work, |
| 27 | +an Endorser to be easily operated by an organization, ideally with a controller |
| 28 | +starter kit supporting a basic approvals business workflow. |
26 | 29 |
|
27 | 30 | A focus towards the end of the 0.7.4 development and release cycle was on the |
28 | 31 | handling of AnonCreds revocation in ACA-Py. Most important, a production issue |
@@ -82,6 +85,7 @@ stuff needed for a growing codebase. |
82 | 85 | - Use provided connection_id if provided [\#1726](https://github.com/hyperledger/aries-cloudagent-python/pull/1726) ([ianco](https://github.com/ianco)) |
83 | 86 |
|
84 | 87 | - Additions to the startup parameters, Admin API and Web Hooks |
| 88 | + - Improve typing of settings and add plugin settings object [\#1833](https://github.com/hyperledger/aries-cloudagent-python/pull/1833) ([dbluhm](https://github.com/dbluhm)) |
85 | 89 | - feat: accept taa using startup parameter --accept-taa [\#1643](https://github.com/hyperledger/aries-cloudagent-python/pull/1643) ([TimoGlastra](https://github.com/TimoGlastra)) |
86 | 90 | - Add auto_verify flag in present-proof protocol [\#1702](https://github.com/hyperledger/aries-cloudagent-python/pull/1702) ([DaevMithran](https://github.com/DaevMithran)) |
87 | 91 | - feat: query connections by their_public_did [\#1637](https://github.com/hyperledger/aries-cloudagent-python/pull/1637) ([TimoGlastra](https://github.com/TimoGlastra)) |
@@ -133,6 +137,7 @@ stuff needed for a growing codebase. |
133 | 137 |
|
134 | 138 | - Multitenacy updates and fixes |
135 | 139 | - feat: create new JWT tokens and invalidate older for multitenancy [\#1725](https://github.com/hyperledger/aries-cloudagent-python/pull/1725) ([TimoGlastra](https://github.com/TimoGlastra)) |
| 140 | + - Multi-tenancy stale wallet clean up [\#1692](https://github.com/hyperledger/aries-cloudagent-python/pull/1692) ([dbluhm](https://github.com/dbluhm)) |
136 | 141 |
|
137 | 142 | - Dependencies and internal code updates/fixes |
138 | 143 | - Update pyjwt to 2.4 [\#1829](https://github.com/hyperledger/aries-cloudagent-python/pull/1829) ([andrewwhitehead](https://github.com/andrewwhitehead)) |
@@ -176,8 +181,11 @@ stuff needed for a growing codebase. |
176 | 181 | - Remove references to play with von [\#1688](https://github.com/hyperledger/aries-cloudagent-python/pull/1688) ([ianco](https://github.com/ianco)) |
177 | 182 | - Add pre-commit as optional developer tool [\#1671](https://github.com/hyperledger/aries-cloudagent-python/pull/1671) ([dbluhm](https://github.com/dbluhm)) |
178 | 183 | - run_docker start - pass environment variables [\#1715](https://github.com/hyperledger/aries-cloudagent-python/pull/1715) ([shaangill025](https://github.com/shaangill025)) |
| 184 | + - Use local deps only [\#1834](https://github.com/hyperledger/aries-cloudagent-python/pull/1834) ([ryjones](https://github.com/ryjones)) |
| 185 | + - Enable pip-audit [\#1831](https://github.com/hyperledger/aries-cloudagent-python/pull/1831) ([ryjones](https://github.com/ryjones)) |
179 | 186 |
|
180 | 187 | - Release management pull requests |
| 188 | + - 0.7.4-rc5 changelog, version and ReadTheDocs updates [\#1838](https://github.com/hyperledger/aries-cloudagent-python/pull/1838) ([swcurran](https://github.com/swcurran)) |
181 | 189 | - Update changelog and version for 0.7.4-rc4 [\#1830](https://github.com/hyperledger/aries-cloudagent-python/pull/1830) ([swcurran](https://github.com/swcurran)) |
182 | 190 | - Changelog, version and ReadTheDocs updates for 0.7.4-rc3 release [\#1817](https://github.com/hyperledger/aries-cloudagent-python/pull/1817) ([swcurran](https://github.com/swcurran)) |
183 | 191 | - 0.7.4-rc2 update [\#1771](https://github.com/hyperledger/aries-cloudagent-python/pull/1771) ([swcurran](https://github.com/swcurran)) |
|
0 commit comments