Skip to content

Commit 9ce2e5a

Browse files
authored
Merge pull request #2539 from swcurran/0.10.4
0.10.4
2 parents c5d16ed + fc350f9 commit 9ce2e5a

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
# 0.10.3
222

323
## September 29, 2023

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.10.3"
3+
__version__ = "0.10.4"
44
RECORD_TYPE_ACAPY_VERSION = "acapy_version"

open-api/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi" : "3.0.1",
33
"info" : {
44
"title" : "Aries Cloud Agent",
5-
"version" : "v0.10.3"
5+
"version" : "v0.10.4"
66
},
77
"servers" : [ {
88
"url" : "/"

open-api/swagger.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.10.3",
4+
"version" : "v0.10.4",
55
"title" : "Aries Cloud Agent"
66
},
77
"tags" : [ {

0 commit comments

Comments
 (0)