|
| 1 | +# 0.10.2-rc0 |
| 2 | + |
| 3 | +## September 7, 2023 |
| 4 | + |
| 5 | +Release 0.10.2 is a patch release for 0.10.1 that addresses two specific regressions found |
| 6 | +in deploying Release 0.10.1. The regressions are to fix: |
| 7 | + |
| 8 | +- An ACA-Py instance upgraded to 0.10.1 that had an existing connection to another Aries agent |
| 9 | +where the connection has both an `http` and `ws` (websocket) service endpoint with the same ID cannot |
| 10 | +message that agent. A scenario is an ACA-Py issuer connecting to an Endorser with both `http` and |
| 11 | +`ws` service endpoints. The updates made in 0.10.1 to improve ACA-Py DID resolution did not account |
| 12 | +for this scenario and needed a tweak to work ([Issue \#2474], [PR \#2475]). |
| 13 | +- The "fix revocation registry" endpoint used to fix scenarios an Issuer's local revocation registry |
| 14 | +state is out of sync with the ledger was broken by some code being added to support a single |
| 15 | +ACA-Py instance writing to different ledgers ([Issue \#2477], [PR \#2480]). |
| 16 | + |
| 17 | +[Issue \#2474]: https://github.com/hyperledger/aries-cloudagent-python/issue/2474 |
| 18 | +[PR \#2475]: https://github.com/hyperledger/aries-cloudagent-python/pull/2476 |
| 19 | +[Issue \#2477]: https://github.com/hyperledger/aries-cloudagent-python/issue/2477 |
| 20 | +[PR \#2480]: https://github.com/hyperledger/aries-cloudagent-python/pull/2480 |
| 21 | + |
| 22 | +### 0.10.0 Categorized List of Pull Requests |
| 23 | + |
| 24 | +- DID Handling and Connection Establishment Updates/Fixes |
| 25 | + - LegacyPeerDIDResolver: erroneously assigning same ID to multiple services [\#2475](https://github.com/hyperledger/aries-cloudagent-python/pull/2475) [dbluhm](https://github.com/dbluhm) |
| 26 | +- Credential Exchange (Issue, Present) Updates |
| 27 | + - Bugfix: Issue with write ledger pool when performing Accumulator sync [\#2480](https://github.com/hyperledger/aries-cloudagent-python/pull/2480) [shaangill025](https://github.com/shaangill025) |
| 28 | +- Release management pull requests |
| 29 | + - 0.10.2 [\#2484](https://github.com/hyperledger/aries-cloudagent-python/pull/2484) [swcurran](https://github.com/swcurran) |
| 30 | + - 0.10.2 Patch Release - fix issue #2475, #2477 [\#2482](https://github.com/hyperledger/aries-cloudagent-python/pull/2480) [shaangill025](https://github.com/shaangill025) |
| 31 | + |
1 | 32 | # 0.10.1
|
2 | 33 |
|
3 | 34 | ## August 29, 2023
|
|
0 commit comments