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
* ⬆️ Upgrade ruff
* ⬆️ Upgrade black
* 🎨 Apply new black format
* ⬆️ Upgrade isort
* ⬆️ Upgrade anyio
* 🎨 Update version
* 🎨 Updated docstring
* 🎨 Updated limit and offset fields
* ✨ New `ListCredentialsResponse` object
* ✨ New store_credential request body and response model
* 🎨 AnonCredsSchema fields are required
* ✨ Expanded did validation for extra submethod support
* ✨ New key type: p256
* ✨ Model fields marked as required
* 🎨 Update regex validators
* 📝 Updated specs
* 🎨 Updated script default version
* 🎨 Add `anoncreds_wallet_upgrade` API to README
* 🎨 Neaten README
* 🎨 Format spec
Copy file name to clipboardExpand all lines: README.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,23 +33,32 @@
33
33
<ahref="#license">License</a>
34
34
</p>
35
35
36
-
The Aries CloudController is a Python-based client library for interacting with an instance of [Aries Cloud Agent](https://github.com/hyperledger/aries-cloudagent-python) (ACA-Py). It leverages the OpenAPI definition from ACA-Py to provide a fully-typed, rich API experience for cloud agent interaction.
36
+
The Aries CloudController is a Python-based client library for interacting with an instance of
37
+
[Aries Cloud Agent](https://github.com/hyperledger/aries-cloudagent-python) (ACA-Py). It leverages
38
+
the OpenAPI definition from ACA-Py to provide a fully-typed, rich API experience for cloud agent interaction.
37
39
38
40
**Versioning Update:**
39
-
As of version 0.8.0, the Aries CloudController has aligned its versioning with ACA-Py. This means that each new version of ACA-Py will correspond directly to the same version of the Aries CloudController. This change ensures a more straightforward and predictable upgrade path for users.
41
+
As of version 0.8.0, the Aries CloudController has aligned its versioning with ACA-Py.
42
+
This means that each new version of ACA-Py will correspond directly to the same version of the
43
+
Aries CloudController. This change ensures a more straightforward and predictable upgrade path for users.
40
44
41
-
In other words, CloudController 0.8.0 is compatible with ACA-Py 0.8.0, CloudController 0.9.0 is compatible with ACA-Py 0.9.0, etc.
45
+
In other words, CloudController 0.8.0 is compatible with ACA-Py 0.8.0,
46
+
CloudController 0.9.0 is compatible with ACA-Py 0.9.0, etc.
42
47
43
48
For legacy versions, please review our release history to found the version compatible with ACA-Py pre-0.8.0.
44
49
45
50
## Features
46
51
47
52
Aries CloudController Python provides a robust client for interacting with Aries Cloud Agents (ACA-Py).
48
53
49
-
-**Fully Typed**: Offers a strongly-typed wrapper around the Aries Cloud Agent Python, enhancing developer experience and reducing errors.
50
-
-**Up-to-Date Support**: Compatible with the latest ACA-Py version (1.1.0), ensuring access to the most recent features and improvements.
51
-
-**Auto-Generated Client**: Utilizes OpenAPI definitions for automatic generation, ensuring timely updates in line with new ACA-Py releases.
52
-
-**Multi-Tenancy and Authentication Support**: Facilitates working with multi-tenant APIs and integrates various authentication mechanisms.
54
+
-**Fully Typed**: Offers a strongly-typed wrapper around the Aries Cloud Agent Python,
55
+
enhancing developer experience and reducing errors.
56
+
-**Up-to-Date Support**: Compatible with the latest ACA-Py version (1.1.0),
57
+
ensuring access to the most recent features and improvements.
58
+
-**Auto-Generated Client**: Utilizes OpenAPI definitions for automatic generation,
59
+
ensuring timely updates in line with new ACA-Py releases.
60
+
-**Multi-Tenancy and Authentication Support**: Facilitates working with multi-tenant APIs
0 commit comments