-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade version to 0.12.0 * 🎨 Update `@type` is no longer read-only * ✨ New API: VcApiApi (to be renamed to VcApi) * ✨ New API: AnoncredsSchemasApi *⚠️ Deprecations: - some methods in ConnectionApi, - `receive_request` in DidExchangeApi, - all of JsonLdApi, IssueCredentialV10Api and PresentProofV10Api * ✨ multi_use option in OobRecord * ✨ ConnectionList and MediationList no longer returns an Optiona List, just a List * ✨ connection_id is now required in ConnRecord * ✨ new wallet_type: `askar-anoncreds`. Note: "must be same as base wallet" * ✨ new field for Credential: `credential_status` * ✨ fields no longer optional: - config in AdminConfig - credential_definition_id in CredentialDefinitionSendResult - cred_info in IndyCredPrecis - mediation_id in MediationIdMatchInfo * ✨ all fields in InvitationResult are no longer optional * ✨ new optional fields for InvitationCreateRequest: - use_did and use_did_method * ✨ new query params for DidExchange.create_request: - auto_accept - protocol - use_did - use_did_method * ✨ new query params for DidExchange.accept_invitation: - use_did - use_did_method *⚠️ Deprecations: - `endorser_write_txn` in TransactionRecord and EndorseTransaction.create_request * ✨ new connection protocol available for ConnRecord: - didexchange/1.1 * ✨ expanded did validator regex expression for my_did and their_did in ConnRecord * ✨ new query param `create_unique_did` for OutOfBand.create_invitation * ✨ new method for OutOfBandApi: Delete records associated with invitation * ✨ new query params for `publish_revocations` and `revoke_credential`: - conn_id - create_transaction_for_endorser * 🎨 Update cspell dictionary * ✨ New API: DidRotate * ✨ New API: AnoncredsCredentialDefinitionsApi * ✨ Models for VcApi * ✨ Models for VcApi * ✨ New API: AnoncredsRevocationApi *⚠️ Rename of options model: `LDProofVCDetailOptions` to `LDProofVCOptions` * 🎨 `prover_did` is no longer validated to regex match a DID. See #2731 in hyperledger/aca-py *⚠️ DID fields are now marked as required * 🎨 Update init * 🎨 add operation ids for anoncreds route * 🎨 add operation ids for /credential-definitions/{cred_def_id}/write_record * 🎨 add operation ids for did-rotate * 🎨 add operation ids for /didexchange/{conn_id}/reject * 🎨 add operation ids for discover-features *⚠️ rename operation ids for /issue-credential-2.0/create-offer * 🎨 add operation ids for some /ledger endpoints * 🎨 add operation id for /mediation/update-keylist/{conn_id} * 🎨 add operation id for /out-of-band/invitations/{invi_msg_id} * 🎨 add operation ids for /revocation methods. update one * 🎨 add operation ids for /settings * 🎨 add operation ids for /vc/ *⚠️ rename operation ids for sign and verify in /wallet/sd-jwt and /wallet/jwt * 🎨 modify script to save missing operation ids * 🎨 applied renaming of operation ids * 🎨 Updated descriptions from latest aca-py changes * 🎨 * 🎨 Updated descriptions from latest aca-py changes * 🎨 fields are now required * ✨ DID now returns optional metadata associated with the DID * 🎨 update cspell dictionary * 🎨 latest openapi specs * 🎨 add new apis to readme * 👷 Use python 3.10 * 📌 Pin aiohttp >= 3.9.4 * ✅ fix test to support required fields for new DID model * ✨ script to remove unwanted methods * 🎨 Applied removal of unwanted methods (_with_http_info and _without_preload_content methods) * ✨ add step to rename "vc-api" to "vc" * 🎨 renamed VcApiApi to VcApi * 👷 Use python 3.10
- Loading branch information
Showing
401 changed files
with
31,501 additions
and
30,153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.