Skip to content

Commit 254df6d

Browse files
authored
Merge pull request #3123 from swcurran/0.12.2rc1
0.12.2rc1
2 parents 4e20667 + 00fef0f commit 254df6d

File tree

6 files changed

+29
-8
lines changed

6 files changed

+29
-8
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Aries Cloud Agent Python Changelog
22

3+
## 0.12.2rc1
4+
5+
A patch release to add the verification of a linkage between an inbound message and its associated connection (if any) before processing the message. Also adds some additional cleanup/fix PRs from the main branch (see list below) that might be useful for deployments currently using [Release 0.12.1](#0121).
6+
7+
### 0.12.2rc1 Breaking Changes
8+
9+
There are no breaking changes in this release.
10+
11+
#### 0.12.2rc1 Categorized List of Pull Requests
12+
13+
- Dependency update and release PR
14+
- Patch release 0.12.x [\#3121](https://github.com/hyperledger/aries-cloudagent-python/pull/3121) [jamshale](https://github.com/jamshale)
15+
- Release management pull requests
16+
- 0.12.2rc1 [\#3123](https://github.com/hyperledger/aries-cloudagent-python/pull/3123) [swcurran](https://github.com/swcurran)
17+
- PRs cherry-picked into [\#3121](https://github.com/hyperledger/aries-cloudagent-python/pull/3120) from the `main` branch:
18+
- Check connection is ready in all connection required handlers [\#3095](https://github.com/hyperledger/aries-cloudagent-python/pull/3095) [jamshale](https://github.com/jamshale)
19+
- fix: multiuse invites with did peer 4 [\#3112](https://github.com/hyperledger/aries-cloudagent-python/pull/3112) [dbluhm](https://github.com/dbluhm)
20+
- fix: respond to did:peer:1 with did:peer:4 [\#3050](https://github.com/hyperledger/aries-cloudagent-python/pull/3050) [dbluhm](https://github.com/dbluhm)
21+
- feat: soft binding for plugin flexibility [\#3010](https://github.com/hyperledger/aries-cloudagent-python/pull/3010) [dbluhm](https://github.com/dbluhm)
22+
- feat: inject profile and session [\#2997](https://github.com/hyperledger/aries-cloudagent-python/pull/2997) [dbluhm](https://github.com/dbluhm)
23+
- feat: external signature suite provider interface [\#2835](https://github.com/hyperledger/aries-cloudagent-python/pull/2835) [dbluhm](https://github.com/dbluhm)
24+
- fix(interop): overly strict validation [\#2943](https://github.com/hyperledger/aries-cloudagent-python/pull/2943) [dbluhm](https://github.com/dbluhm)
25+
326
## 0.12.1
427

528
### April 26, 2024

docs/features/DIDResolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ plugin:
176176
The following is a fully functional Dockerfile encapsulating this setup:
177177
178178
```dockerfile=
179-
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1
179+
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2rc1
180180
RUN pip3 install git+https://github.com/dbluhm/acapy-resolver-github
181181

182182
CMD ["aca-py", "start", "-it", "http", "0.0.0.0", "3000", "-ot", "http", "-e", "http://localhost:3000", "--admin", "0.0.0.0", "3001", "--admin-insecure-mode", "--no-ledger", "--plugin", "acapy_resolver_github"]

docs/features/SupportedRFCs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ACA-Py or the repository `main` branch. Reminders (and PRs!) to update this page
88
welcome! If you have any questions, please contact us on the #aries channel on
99
[Hyperledger Discord](https://discord.gg/hyperledger) or through an issue in this repo.
1010

11-
**Last Update**: 2024-05-01, Release 0.12.1
11+
**Last Update**: 2024-05-01, Release 0.12.2rc1
1212

1313
> The checklist version of this document was created as a joint effort
1414
> between [Northern Block](https://northernblock.io/), [Animo Solutions](https://animo.id/) and the Ontario government, on behalf of the Ontario government.

open-api/openapi.json

Lines changed: 1 addition & 2 deletions
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.12.1"
5+
"version" : "v0.12.2rc1"
66
},
77
"servers" : [ {
88
"url" : "/"
@@ -11470,7 +11470,6 @@
1147011470
"domain" : {
1147111471
"description" : "A string value specifying the restricted domain of the signature.",
1147211472
"example" : "https://example.com",
11473-
"pattern" : "\\w+:(\\/?\\/?)[^\\s]+",
1147411473
"type" : "string"
1147511474
},
1147611475
"jws" : {

open-api/swagger.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger" : "2.0",
33
"info" : {
4-
"version" : "v0.12.1",
4+
"version" : "v0.12.2rc1",
55
"title" : "Aries Cloud Agent"
66
},
77
"tags" : [ {
@@ -9986,8 +9986,7 @@
99869986
"domain" : {
99879987
"type" : "string",
99889988
"example" : "https://example.com",
9989-
"description" : "A string value specifying the restricted domain of the signature.",
9990-
"pattern" : "\\w+:(\\/?\\/?)[^\\s]+"
9989+
"description" : "A string value specifying the restricted domain of the signature."
99919990
},
99929991
"jws" : {
99939992
"type" : "string",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aries_cloudagent"
3-
version = "0.12.1"
3+
version = "0.12.2rc1"
44
description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. "
55
authors = ["Hyperledger Aries <aries@lists.hyperledger.org>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)