Skip to content

Commit dc476c0

Browse files
authored
Merge pull request openwallet-foundation#1838 from swcurran/0.7.4-rc5
0.7.4-rc5 changelog, version and ReadTheDocs updates
2 parents 544ec3a + f12a3b7 commit dc476c0

5 files changed

Lines changed: 40 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# 0.7.4-RC4
1+
# 0.7.4-RC5
22

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.
47

58
**NOTE:** 0.7.4-rc4 contains a fix for a revocation-related issue introduced in
69
0.7.4-rc3. We recommend updating to 0.7.4-rc4 immediately if you have been using
@@ -11,18 +14,18 @@
1114

1215
The 0.7.4 release consists largely of internal fixes to ACA-Py, big increases in
1316
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.
2629

2730
A focus towards the end of the 0.7.4 development and release cycle was on the
2831
handling of AnonCreds revocation in ACA-Py. Most important, a production issue
@@ -82,6 +85,7 @@ stuff needed for a growing codebase.
8285
- Use provided connection_id if provided [\#1726](https://github.com/hyperledger/aries-cloudagent-python/pull/1726) ([ianco](https://github.com/ianco))
8386

8487
- 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))
8589
- feat: accept taa using startup parameter --accept-taa [\#1643](https://github.com/hyperledger/aries-cloudagent-python/pull/1643) ([TimoGlastra](https://github.com/TimoGlastra))
8690
- Add auto_verify flag in present-proof protocol [\#1702](https://github.com/hyperledger/aries-cloudagent-python/pull/1702) ([DaevMithran](https://github.com/DaevMithran))
8791
- 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.
133137

134138
- Multitenacy updates and fixes
135139
- 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))
136141

137142
- Dependencies and internal code updates/fixes
138143
- 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.
176181
- Remove references to play with von [\#1688](https://github.com/hyperledger/aries-cloudagent-python/pull/1688) ([ianco](https://github.com/ianco))
177182
- Add pre-commit as optional developer tool [\#1671](https://github.com/hyperledger/aries-cloudagent-python/pull/1671) ([dbluhm](https://github.com/dbluhm))
178183
- 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))
179186

180187
- 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))
181189
- Update changelog and version for 0.7.4-rc4 [\#1830](https://github.com/hyperledger/aries-cloudagent-python/pull/1830) ([swcurran](https://github.com/swcurran))
182190
- 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))
183191
- 0.7.4-rc2 update [\#1771](https://github.com/hyperledger/aries-cloudagent-python/pull/1771) ([swcurran](https://github.com/swcurran))

aries_cloudagent/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Library version information."""
22

3-
__version__ = "0.7.4-rc4"
3+
__version__ = "0.7.4-rc5"
44
RECORD_TYPE_ACAPY_VERSION = "acapy_version"

docs/generated/aries_cloudagent.config.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ aries\_cloudagent.config.logging module
8989
:undoc-members:
9090
:show-inheritance:
9191

92+
aries\_cloudagent.config.plugin\_settings module
93+
------------------------------------------------
94+
95+
.. automodule:: aries_cloudagent.config.plugin_settings
96+
:members:
97+
:undoc-members:
98+
:show-inheritance:
99+
92100
aries\_cloudagent.config.provider module
93101
----------------------------------------
94102

docs/generated/aries_cloudagent.multitenant.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ aries\_cloudagent.multitenant.base module
3333
:undoc-members:
3434
:show-inheritance:
3535

36+
aries\_cloudagent.multitenant.cache module
37+
------------------------------------------
38+
39+
.. automodule:: aries_cloudagent.multitenant.cache
40+
:members:
41+
:undoc-members:
42+
:show-inheritance:
43+
3644
aries\_cloudagent.multitenant.error module
3745
------------------------------------------
3846

open-api/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger" : "2.0",
33
"info" : {
4-
"version" : "v0.7.4-rc4",
4+
"version" : "v0.7.4-rc5",
55
"title" : "Aries Cloud Agent"
66
},
77
"tags" : [ {

0 commit comments

Comments
 (0)