You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change arg_parse to always set --emit-new-didcomm-prefix and --emit-new-didcomm-mime-type to true [\#2517](https://github.com/hyperledger/aries-cloudagent-python/pull/2517)[swcurran](https://github.com/swcurran)
60
78
- DID Handling and Connection Establishment Updates/Fixes
79
+
- Goal and Goal Code in invitation URL. [\#2591](https://github.com/hyperledger/aries-cloudagent-python/pull/2591)[usingtechnology](https://github.com/usingtechnology)
61
80
- refactor: use did-peer-2 instead of peerdid [\#2561](https://github.com/hyperledger/aries-cloudagent-python/pull/2561)[dbluhm](https://github.com/dbluhm)
62
81
- Fix: Problem Report Before Exchange Established [\#2519](https://github.com/hyperledger/aries-cloudagent-python/pull/2519)[Ennovate-com](https://github.com/Ennovate-com)
63
82
- fix: issue #2434: Change DIDExchange States to Match rfc160 [\#2461](https://github.com/hyperledger/aries-cloudagent-python/pull/2461)[anwalker293](https://github.com/anwalker293)
- fix: mediation routing keys as did key [\#2516](https://github.com/hyperledger/aries-cloudagent-python/pull/2516)[dbluhm](https://github.com/dbluhm)
71
90
- refactor: drop mediator_terms and recipient_terms [\#2515](https://github.com/hyperledger/aries-cloudagent-python/pull/2515)[dbluhm](https://github.com/dbluhm)
91
+
- Fixes to Upgrades
92
+
- 🐛 fix wallet_update when only extra_settings requested [\#2612](https://github.com/hyperledger/aries-cloudagent-python/pull/2612)[ff137](https://github.com/ff137)
72
93
- Hyperledger Indy ledger related updates and fixes
73
94
- fix: taa rough timestamp timezone from datetime [\#2554](https://github.com/hyperledger/aries-cloudagent-python/pull/2554)[dbluhm](https://github.com/dbluhm)
74
95
- 🎨 clarify LedgerError message when TAA is required and not accepted [\#2545](https://github.com/hyperledger/aries-cloudagent-python/pull/2545)[ff137](https://github.com/ff137)
@@ -78,13 +99,21 @@ not set. See [PR \#2517]
78
99
- OpenID4VC / SD-JWT Updates
79
100
- chore: point to official sd-jwt lib release [\#2573](https://github.com/hyperledger/aries-cloudagent-python/pull/2573)[dbluhm](https://github.com/dbluhm)
- Fix Issue #2589 TypeError When There Are No Nested Requirements [\#2590](https://github.com/hyperledger/aries-cloudagent-python/pull/2590)[Ennovate-com](https://github.com/Ennovate-com)
104
+
- feat: use a local static cache for commonly used contexts [\#2587](https://github.com/hyperledger/aries-cloudagent-python/pull/2587)[chumbert](https://github.com/chumbert)
82
105
- Issue #2488 KeyError raised when Subject ID is not a URI [\#2490](https://github.com/hyperledger/aries-cloudagent-python/pull/2490)[Ennovate-com](https://github.com/Ennovate-com)
83
106
- Credential Exchange (Issue, Present) Updates
107
+
- Default connection_id to None to account for Connectionless Proofs [\#2605](https://github.com/hyperledger/aries-cloudagent-python/pull/2605)[popkinj](https://github.com/popkinj)
108
+
- Send Problem report when CredEx not found [\#2577](https://github.com/hyperledger/aries-cloudagent-python/pull/2577)[usingtechnology](https://github.com/usingtechnology)
84
109
- fix: clean up requests and invites [\#2560](https://github.com/hyperledger/aries-cloudagent-python/pull/2560)[dbluhm](https://github.com/dbluhm)
85
110
- Multitenancy Updates and Fixes
86
111
- Feat: Support subwallet upgradation using the Upgrade command [\#2529](https://github.com/hyperledger/aries-cloudagent-python/pull/2529)[shaangill025](https://github.com/shaangill025)
87
-
- Other Fixes, Demo, and Documentation Fixes
112
+
- Other Fixes, Demo, DevContainer and Documentation Fixes
113
+
- black formatter extension configuration update [\#2603](https://github.com/hyperledger/aries-cloudagent-python/pull/2603)[usingtechnology](https://github.com/usingtechnology)
114
+
- Update Devcontainer pytest ruff black [\#2602](https://github.com/hyperledger/aries-cloudagent-python/pull/2602)[usingtechnology](https://github.com/usingtechnology)
115
+
- Issue 2570 devcontainer ruff, black and pytest [\#2595](https://github.com/hyperledger/aries-cloudagent-python/pull/2595)[usingtechnology](https://github.com/usingtechnology)
116
+
- chore: correct type hints on base record [\#2604](https://github.com/hyperledger/aries-cloudagent-python/pull/2604)[dbluhm](https://github.com/dbluhm)
- Remove old routing protocol code [\#2466](https://github.com/hyperledger/aries-cloudagent-python/pull/2466)[dbluhm](https://github.com/dbluhm)
109
138
- CI/CD, Testing, and Developer Tools/Productivity Updates
110
139
- fix: drop asynctest 0.11.0 [\#2566](https://github.com/hyperledger/aries-cloudagent-python/pull/2566)[dbluhm](https://github.com/dbluhm)
140
+
- Dockerfile.indy - Include aries_cloudagent code into build [\#2584](https://github.com/hyperledger/aries-cloudagent-python/pull/2584)[usingtechnology](https://github.com/usingtechnology)
111
141
- fix: version should be set by pyproject.toml [\#2471](https://github.com/hyperledger/aries-cloudagent-python/pull/2471)[dbluhm](https://github.com/dbluhm)
112
142
- chore: add black back in as a dev dep [\#2465](https://github.com/hyperledger/aries-cloudagent-python/pull/2465)[dbluhm](https://github.com/dbluhm)
113
143
- Swap out flake8 in favor of Ruff [\#2438](https://github.com/hyperledger/aries-cloudagent-python/pull/2438)[dbluhm](https://github.com/dbluhm)
114
144
-#2289 Migrate to Poetry [\#2436](https://github.com/hyperledger/aries-cloudagent-python/pull/2436)[Gavinok](https://github.com/Gavinok)
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "aries_cloudagent"
3
-
version = "0.11.0-rc1"
3
+
version = "0.11.0rc2"
4
4
description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. "
0 commit comments