Relevant changes in v4.1.0 and v4.1.0-1
Breaking Changes
-
GET /v1/wallet/credentials
- Query parameters
count
andstart
have been renamed tolimit
andoffset
.
- Query parameters
-
GET /v1/wallet/credentials/w3c
- Changes to query parameters:
count
has been renamed tolimit
.start
andwql
parameters have been removed, as these are not implemented in ACA-Py.- New filtering fields
issuer_did
andschema_ids
have been added.
- Changes to query parameters:
Deprecations
-
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}
- The
-
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}
- The
Full Changelog: v4.1.0...v4.1.0-1