Skip to content

v4.1.0-1

Latest
Compare
Choose a tag to compare
@ff137 ff137 released this 02 Dec 21:23
· 16 commits to master since this release

Relevant changes in v4.1.0 and v4.1.0-1

Breaking Changes

  1. GET /v1/wallet/credentials

    • Query parameters count and start have been renamed to limit and offset.
  2. GET /v1/wallet/credentials/w3c

    • Changes to query parameters:
      • count has been renamed to limit.
      • start and wql parameters have been removed, as these are not implemented in ACA-Py.
      • New filtering fields issuer_did and schema_ids have been added.

Deprecations

  1. Field Deprecations in Indy Credentials

    • The referent field in the Indy credential object (IndyCredInfo) and the list response (CredInfoList) is now deprecated.
    • A new field credential_id has been introduced as its replacement.
    • Affected endpoints:
      • GET /v1/wallet/credentials
      • GET /v1/wallet/credentials/{credential_id}
  2. Field Deprecations in W3C Credentials

    • The record_id field in the W3C credential object (VCRecord) and the list response (VCRecordList) is now deprecated.
    • A new field credential_id has been introduced as its replacement.
    • Affected endpoints:
      • GET /v1/wallet/credentials/w3c
      • GET /v1/wallet/credentials/w3c/{credential_id}

Full Changelog: v4.1.0...v4.1.0-1