1
- # 0.10.0
1
+ # 0.10.1
2
2
3
3
## August 29, 2023
4
4
5
- Release 0.10.0 contains a breaking change, an important fix for a regression
5
+ Release 0.10.1 contains a breaking change, an important fix for a regression
6
6
introduced in 0.8.2 that impacts certain deployments, and a number of fixes and
7
7
updates. Included in the updates is a significant internal reorganization of the
8
8
DID and connection management code that was done to enable more flexible uses of
@@ -12,6 +12,10 @@ support for `did:peer` DIDs for DIDComm. For details on the change see
12
12
[ PR \# 2409] , which includes some of the best pull request documentation ever
13
13
created.
14
14
15
+ Release 0.10.1 has the same contents as 0.10.0. An error on PyPi prevented the
16
+ 0.10.0 release from being properly uploaded because of an existing file of the same
17
+ name. We immediately released 0.10.1 as a replacement.
18
+
15
19
[ PR \# 2409 ] : https://github.com/hyperledger/aries-cloudagent-python/pull/2409
16
20
17
21
The regression fix is for ACA-Py deployments that use multi-use invitations but
@@ -98,11 +102,20 @@ deleted from ACA-Py storage.
98
102
- Enable Snyk scanning [ \# 2418] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2418 ) [ ryjones] ( https://github.com/ryjones )
99
103
- Remove Indy tests from workflows [ \# 2415] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2415 ) [ dbluhm] ( https://github.com/dbluhm )
100
104
- Release management pull requests
101
- - 0.10.0-rc2 [ \# 2452] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2452 ) [ swcurran] ( https://github.com/swcurran )
105
+ - 0.10.1 [ \# 2454] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2454 ) [ swcurran] ( https://github.com/swcurran )
106
+ - 0.10.0 [ \# 2452] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2452 ) [ swcurran] ( https://github.com/swcurran )
102
107
- 0.10.0-rc2 [ \# 2448] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2448 ) [ swcurran] ( https://github.com/swcurran )
103
108
- 0.10.0-rc1 [ \# 2442] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2442 ) [ swcurran] ( https://github.com/swcurran )
104
109
- 0.10.0-rc0 [ \# 2414] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2414 ) [ swcurran] ( https://github.com/swcurran )
105
110
111
+ # 0.10.0
112
+
113
+ ## August 29, 2023
114
+
115
+ Release 0.10.1 has the same contents as 0.10.0. An error on PyPi prevented the
116
+ 0.10.0 release from being properly uploaded because of an existing file of the
117
+ same name. We immediately released 0.10.1 as a replacement.
118
+
106
119
# 0.9.0
107
120
108
121
## July 24, 2023
0 commit comments