Skip to content

Commit

Permalink
Merge pull request #3118 from swcurran/1.0.0rc5
Browse files Browse the repository at this point in the history
1.0.0rc5
  • Loading branch information
swcurran committed Jul 23, 2024
2 parents e07066c + 47c99aa commit 167f701
Show file tree
Hide file tree
Showing 9 changed files with 182 additions and 127 deletions.
234 changes: 123 additions & 111 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Once ready to do a release, create a local branch that includes the following up
there are new documentation files that are in the docs folder and not
referenced in the mkdocs navigation. If there is, update the `mkdocs.yml`
file as necessary. On completion of the testing, run the script
`./scripts/prepmkdocs clean` to undo the temporary changes to the docs. Be
`./scripts/prepmkdocs.sh clean` to undo the temporary changes to the docs. Be
sure to do the last `clean` step -- **DO NOT MERGE THE TEMPORARY DOC
CHANGES.**

Expand Down
4 changes: 2 additions & 2 deletions docs/features/SupportedRFCs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ACA-Py or the repository `main` branch. Reminders (and PRs!) to update this page
welcome! If you have any questions, please contact us on the #aries channel on
[Hyperledger Discord](https://discord.gg/hyperledger) or through an issue in this repo.

**Last Update**: 2024-07-08, Release 1.0.0rc4
**Last Update**: 2024-07-23, Release 1.0.0rc5

> The checklist version of this document was created as a joint effort
> between [Northern Block](https://northernblock.io/), [Animo Solutions](https://animo.id/) and the Ontario government, on behalf of the Ontario government.
Expand Down Expand Up @@ -77,7 +77,7 @@ A summary of the Aries Interop Profiles and Aries RFCs supported in ACA-Py can b
| --- | :--: | -- |
| [Aries Askar] | :white_check_mark: | Recommended - Aries Askar provides equivalent/evolved secure storage and cryptography support to the "indy-wallet" part of the Indy SDK. When using Askar (via the `--wallet-type askar` startup parameter), other functionality is handled by [CredX](https://github.com/hyperledger/indy-shared-rs) (AnonCreds) and [Indy VDR](https://github.com/hyperledger/indy-vdr) (Indy ledger interactions). |
| [Aries Askar]-AnonCreds | :white_check_mark: | Recommended - When using Askar/AnonCreds (via the `--wallet-type askar-anoncreds` startup parameter), other functionality is handled by [AnonCreds RS](https://github.com/hyperledger/anoncreds-rs) (AnonCreds) and [Indy VDR](https://github.com/hyperledger/indy-vdr) (Indy ledger interactions).<br><br>This `wallet-type` will eventually be the same as `askar` when we have fully integrated the AnonCreds RS library into ACA-Py. |
| [Indy SDK](https://github.com/hyperledger/indy-sdk/tree/master/docs/design/003-wallet-storage) | :x: | **Removed in ACA-Py Release 1.0.0rc4** |
| [Indy SDK](https://github.com/hyperledger/indy-sdk/tree/master/docs/design/003-wallet-storage) | :x: | **Removed in ACA-Py Release 1.0.0rc5** |

> Existing deployments using the [Indy SDK] **MUST** transition to [Aries Askar] and related components as soon as possible. See the [Indy SDK to Askar Migration Guide] for guidance.
Expand Down
16 changes: 8 additions & 8 deletions docs/generated/aries_cloudagent.multitenant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ Subpackages
Submodules
----------

aries\_cloudagent.multitenant.askar\_profile\_manager module
------------------------------------------------------------

.. automodule:: aries_cloudagent.multitenant.askar_profile_manager
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.multitenant.base module
-----------------------------------------

Expand Down Expand Up @@ -72,3 +64,11 @@ aries\_cloudagent.multitenant.route\_manager module
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.multitenant.single\_wallet\_askar\_manager module
-------------------------------------------------------------------

.. automodule:: aries_cloudagent.multitenant.single_wallet_askar_manager
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/generated/aries_cloudagent.vc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Subpackages
:maxdepth: 4

aries_cloudagent.vc.ld_proofs
aries_cloudagent.vc.vc_di
aries_cloudagent.vc.vc_ld

Submodules
Expand Down
34 changes: 34 additions & 0 deletions docs/generated/aries_cloudagent.vc.vc_di.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
aries\_cloudagent.vc.vc\_di package
===================================

.. automodule:: aries_cloudagent.vc.vc_di
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

aries\_cloudagent.vc.vc\_di.manager module
------------------------------------------

.. automodule:: aries_cloudagent.vc.vc_di.manager
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.vc.vc\_di.prove module
----------------------------------------

.. automodule:: aries_cloudagent.vc.vc_di.prove
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.vc.vc\_di.verify module
-----------------------------------------

.. automodule:: aries_cloudagent.vc.vc_di.verify
:members:
:undoc-members:
:show-inheritance:
8 changes: 6 additions & 2 deletions open-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi" : "3.0.1",
"info" : {
"title" : "Aries Cloud Agent",
"version" : "v1.0.0rc4"
"version" : "v1.0.0rc5"
},
"servers" : [ {
"url" : "/"
Expand Down Expand Up @@ -7756,6 +7756,10 @@
},
"ClaimFormat" : {
"properties" : {
"di_vc" : {
"properties" : { },
"type" : "object"
},
"jwt" : {
"properties" : { },
"type" : "object"
Expand Down Expand Up @@ -11616,7 +11620,7 @@
"type" : "string"
}
},
"required" : [ "created", "proofPurpose", "type", "verificationMethod" ],
"required" : [ "proofPurpose", "type", "verificationMethod" ],
"type" : "object"
},
"ListCredentialsResponse" : {
Expand Down
8 changes: 6 additions & 2 deletions open-api/swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger" : "2.0",
"info" : {
"version" : "v1.0.0rc4",
"version" : "v1.0.0rc5",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down Expand Up @@ -6423,6 +6423,10 @@
"ClaimFormat" : {
"type" : "object",
"properties" : {
"di_vc" : {
"type" : "object",
"properties" : { }
},
"jwt" : {
"type" : "object",
"properties" : { }
Expand Down Expand Up @@ -10054,7 +10058,7 @@
},
"LinkedDataProof" : {
"type" : "object",
"required" : [ "created", "proofPurpose", "type", "verificationMethod" ],
"required" : [ "proofPurpose", "type", "verificationMethod" ],
"properties" : {
"challenge" : {
"type" : "string",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aries_cloudagent"
version = "1.0.0rc4"
version = "1.0.0rc5"
description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. "
authors = ["Hyperledger Aries <aries@lists.hyperledger.org>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 167f701

Please sign in to comment.