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
+38-9Lines changed: 38 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,21 @@
1
-
# 0.7.4-RC3
1
+
# 0.7.4-RC4
2
+
3
+
## June 21, 2022
4
+
5
+
**NOTE:** 0.7.4-rc4 contains a fix for a revocation-related issue introduced in
6
+
0.7.4-rc3. We recommend updating to 0.7.4-rc4 immediately if you have been using
7
+
0.7.4-rc3.
8
+
9
+
- See issue: [\#1823](https://github.com/hyperledger/aries-cloudagent-python/issues/1823)
10
+
- See Pull Request: [\#1827](https://github.com/hyperledger/aries-cloudagent-python/pull/1827)
2
11
3
12
The 0.7.4 release consists largely of internal fixes to ACA-Py, big increases in
4
13
performance resulting from the now recommended use of [Aries
5
-
Askar](https://github.com/bcgov/aries-askar) instead of the Indy-SDK, plus a few
6
-
enhancements. There have been a lot of groups exercising ACA-Py and the updates
7
-
made in this release are a reflection of those efforts. We have PRs that have
8
-
been contributed by 17 different people, which is likely a record for a single
9
-
ACA-Py release.
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.
10
19
11
20
The largest enhancement is in the area of the Hyperledger Indy endorser,
12
21
enabling an instance of ACA-Py to act as an Endorser for Indy authors needed
@@ -61,8 +70,6 @@ As well there were a number of internal fixes, dependency updates, documentation
61
70
and demo changes, developer tools and release management updates. All the usual
62
71
stuff needed for a growing codebase.
63
72
64
-
## June 16, 2022
65
-
66
73
- Hyperledger Indy Endorser related updates:
67
74
- Fix order of operations connecting faber to endorser [\#1716](https://github.com/hyperledger/aries-cloudagent-python/pull/1716) ([ianco](https://github.com/ianco))
68
75
- Endorser support for updating DID endpoints on ledger [\#1696](https://github.com/hyperledger/aries-cloudagent-python/pull/1696) ([frostyfrog](https://github.com/frostyfrog))
@@ -90,6 +97,7 @@ stuff needed for a growing codebase.
90
97
91
98
- Credential Revocation and Tails File Handling
92
99
- Additional endpoints to get revocation details and fix "published" status [\#1783](https://github.com/hyperledger/aries-cloudagent-python/pull/1783) ([ianco](https://github.com/ianco))
100
+
- Fix IssuerCredRevRecord state update on revocation publish [\#1827](https://github.com/hyperledger/aries-cloudagent-python/pull/1827) ([andrewwhitehead](https://github.com/andrewwhitehead))
93
101
- Fix put_file when the server returns a redirect [\#1808](https://github.com/hyperledger/aries-cloudagent-python/pull/1808) ([andrewwhitehead](https://github.com/andrewwhitehead))
@@ -124,6 +135,8 @@ stuff needed for a growing codebase.
124
135
- 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))
125
136
126
137
- Dependencies and internal code updates/fixes
138
+
- Update pyjwt to 2.4 [\#1829](https://github.com/hyperledger/aries-cloudagent-python/pull/1829) ([andrewwhitehead](https://github.com/andrewwhitehead))
139
+
- Fix external Outbound Transport loading code [\#1812](https://github.com/hyperledger/aries-cloudagent-python/pull/1812) ([frostyfrog](https://github.com/frostyfrog))
127
140
- Fix iteration over key list, update Askar to 0.2.5 [\#1740](https://github.com/hyperledger/aries-cloudagent-python/pull/1740) ([andrewwhitehead](https://github.com/andrewwhitehead))
128
141
- Fix: update IndyLedgerRequestsExecutor logic - multitenancy and basic base wallet type [\#1700](https://github.com/hyperledger/aries-cloudagent-python/pull/1700) ([shaangill025](https://github.com/shaangill025))
129
142
- Move database operations inside the session context [\#1633](https://github.com/hyperledger/aries-cloudagent-python/pull/1633) ([acuderman](https://github.com/acuderman))
@@ -139,6 +152,15 @@ stuff needed for a growing codebase.
139
152
- Replace async workaround within document loader [\#1774](https://github.com/hyperledger/aries-cloudagent-python/pull/1774) ([frostyfrog](https://github.com/frostyfrog))
140
153
141
154
- Documentation and Demo Updates
155
+
- 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))
- Fixing the intro paragraph and heading in the changelog of this 0.7.4RC1 [\#1752](https://github.com/hyperledger/aries-cloudagent-python/pull/1752) ([swcurran](https://github.com/swcurran))
160
+
- Updates to Changelog for 0.7.4. RC1 release [\#1747](https://github.com/hyperledger/aries-cloudagent-python/pull/1747) ([swcurran](https://github.com/swcurran))
161
+
- Prep for adding the 0.7.4-rc0 tag [\#1722](https://github.com/hyperledger/aries-cloudagent-python/pull/1722) ([swcurran](https://github.com/swcurran))
- Update POST /present-proof/send-request to POST /present-proof-2.0/send-request [\#1824](https://github.com/hyperledger/aries-cloudagent-python/pull/1824) ([lineko](https://github.com/lineko))
142
164
- Fetch from --genesis-url likely to fail in composed container [\#1746](https://github.com/hyperledger/aries-cloudagent-python/pull/1739) ([tdiesler](https://github.com/tdiesler))
143
165
- Fixes logic for web hook formatter in Faber demo [\#1739](https://github.com/hyperledger/aries-cloudagent-python/pull/1739) ([amanji](https://github.com/amanji))
- 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))
- Fixing the intro paragraph and heading in the changelog of this 0.7.4RC1 [\#1752](https://github.com/hyperledger/aries-cloudagent-python/pull/1752) ([swcurran](https://github.com/swcurran))
186
+
- Updates to Changelog for 0.7.4. RC1 release [\#1747](https://github.com/hyperledger/aries-cloudagent-python/pull/1747) ([swcurran](https://github.com/swcurran))
187
+
- Prep for adding the 0.7.4-rc0 tag [\#1722](https://github.com/hyperledger/aries-cloudagent-python/pull/1722) ([swcurran](https://github.com/swcurran))
159
188
- Added missed new module -- upgrade -- to the RTD generated docs [\#1593](https://github.com/hyperledger/aries-cloudagent-python/pull/1593) ([swcurran](https://github.com/swcurran))
160
189
- Doh....update the date in the Changelog for 0.7.3 [\#1592](https://github.com/hyperledger/aries-cloudagent-python/pull/1592) ([swcurran](https://github.com/swcurran))
0 commit comments