v2.0.0
What changed
This major release includes changes to DID creation, a fix for the ProofController
by adding new fields, updates to polygon routes, and improvements in credential fetching. The DID creation changes involve modifications to the request and response, with the response now returning the didDocument
along with the DID in the DidController
. The proof payload has been refactored, and a threadId
has been added to uniquely identify the proof record. In the out-of-band proof API, a goalCode
has been introduced. The credential APIs now include goalCode
, outOfBandRecordId
, and credentialRequestThreadId
. The polygon route for schema creation has been corrected. Additionally, an API has been added to fetch credential form data.
Features
feat: implemented form data for credentials by @tipusinghaw in #223
feat: transition from Blockster Labs to Ayanworks by @GHkrishna in #209
feat: add agent env for starting agent locally by @GHkrishna in #210
feat: update yarn lock by @pranalidhanavade in #227
Fixes
fix: added goal code to outofBandRecord in the proof controller by @bhavanakarwade in #234
fix: added goalCode, outOfBandRecordId, credentialRequestThId in credential controller by @pranalidhanavade in #235
fix: changed the polygon routes by @tipusinghaw in #238
fix: add proof record thread id by @pallavighule in #243
fix: added compass.yml file by @pranalidhanavade in #244
fix: resolve linting issues by @pranalidhanavade in #247
Refactor
refactor: update DID creation response by @bhavanakarwade in #236
refactor: updated polygon-module package version by @tipusinghaw in #225
refactor: updated version for release by @pranalidhanavade in #229
refactor: updated version for release by @pranalidhanavade in #230