File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.10.4
2
+
3
+ ## October 9, 2023
4
+
5
+ Release 0.10.4 is a patch release to correct an issue with the handling of ` did:key ` routing
6
+ keys in some mediator scenarios, notably with the use of [ Aries Framework Kotlin] . See the
7
+ details in the PR and [ Issue \# 2531 Routing for agents behind a aca-py based mediator is broken] .
8
+
9
+ Thanks to [ codespree] ( https://github.com/codespree ) for raising the issue and providing the fix.
10
+
11
+ [ Aries Framework Kotlin] ( https://github.com/hyperledger/aries-framework-kotlin )
12
+ [ Issue \# 2531 Routing for agents behind a aca-py based mediator is broken ] : https://github.com/hyperledger/aries-cloudagent-python/issue/2531
13
+
14
+ ### 0.10.4 Categorized List of Pull Requests
15
+
16
+ - DID Handling and Connection Establishment Updates/Fixes
17
+ - fix: routing behind mediator [ \# 2536] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2536 ) [ dbluhm] ( https://github.com/dbluhm )
18
+ - Release management pull requests
19
+ - 0.10.4 [ \# 2539] ( https://github.com/hyperledger/aries-cloudagent-python/pull/2539 ) [ swcurran] ( https://github.com/swcurran )
20
+
1
21
# 0.10.3
2
22
3
23
## September 29, 2023
Original file line number Diff line number Diff line change 1
1
"""Library version information."""
2
2
3
- __version__ = "0.10.3 "
3
+ __version__ = "0.10.4 "
4
4
RECORD_TYPE_ACAPY_VERSION = "acapy_version"
Original file line number Diff line number Diff line change 2
2
"openapi" : " 3.0.1" ,
3
3
"info" : {
4
4
"title" : " Aries Cloud Agent" ,
5
- "version" : " v0.10.3 "
5
+ "version" : " v0.10.4 "
6
6
},
7
7
"servers" : [ {
8
8
"url" : " /"
Original file line number Diff line number Diff line change 1
1
{
2
2
"swagger" : " 2.0" ,
3
3
"info" : {
4
- "version" : " v0.10.3 " ,
4
+ "version" : " v0.10.4 " ,
5
5
"title" : " Aries Cloud Agent"
6
6
},
7
7
"tags" : [ {
You can’t perform that action at this time.
0 commit comments