v1.1.0
What's Changed
Feat
- feat: add formatData in credential webhook by @pallavighule in https://github.com/credebl/credo-controller/pull/156
- feat: Add reuse connection by @pallavighule in https://github.com/credebl/credo-controller/pull/74
- feat: added messageType on the credo core by @KulkarniShashank in https://github.com/credebl/credo-controller/pull/87
- feat: added reuse connection for dedicated agent by @bhavanakarwade in https://github.com/credebl/credo-controller/pull/193
- feat: Added schema URL in W3C schema response by @tipusinghaw in https://github.com/credebl/credo-controller/pull/120
- feat: created new event for reuse connection by @tipusinghaw in https://github.com/credebl/credo-controller/pull/148
- feat: decoupled the DID and wallet creation methods and added polygon module by @tipusinghaw in https://github.com/credebl/credo-controller/pull/72
- feat: externalize env by @GHkrishna in https://github.com/credebl/credo-controller/pull/163
- feat: multi-tenancy basic message by @KulkarniShashank in https://github.com/credebl/credo-controller/pull/154
- feat: upgrade credo to 0.5.0 by @sairanjit in https://github.com/credebl/credo-controller/pull/78
Fix
- fix: record threadId oobrecord by @ankita-p17 in https://github.com/credebl/credo-controller/pull/122
- fix: taskdef.json by @KambleSahil3 in https://github.com/credebl/credo-controller/pull/125
- fix: add credential record patch by @pallavighule in https://github.com/credebl/credo-controller/pull/158
- fix: add prettyVc patch by @pallavighule in https://github.com/credebl/credo-controller/pull/160
- fix: added assertion method in did web by @tipusinghaw in https://github.com/credebl/credo-controller/pull/174
- fix: added patch for avoiding proof abandoned issue by @pallavighule in https://github.com/credebl/credo-controller/pull/177
- fix: agent auth by @GHkrishna in https://github.com/credebl/credo-controller/pull/88
- fix: schema file server URL by @tipusinghaw in https://github.com/credebl/credo-controller/pull/146
- fix: sign off develop by @GHkrishna in https://github.com/credebl/credo-controller/pull/190
- fix: specify Node.js version 18.19.0 in engines by @KulkarniShashank in https://github.com/credebl/credo-controller/pull/92
- fix: specify Node.js version 18.19.0 in yml file by @KulkarniShashank in https://github.com/credebl/credo-controller/pull/93
- fix: TAA versioning for indicio testnet by @GHkrishna in https://github.com/credebl/credo-controller/pull/127
- Fix: taskdef file changes by @KambleSahil3 in https://github.com/credebl/credo-controller/pull/152
- fix: updated docker file by @KambleSahil3 in https://github.com/credebl/credo-controller/pull/138
- fix: w3c issuance without holderDID by @GHkrishna in https://github.com/credebl/credo-controller/pull/179
- fix: yarn lock by @GHkrishna in https://github.com/credebl/credo-controller/pull/169
- fix: yarn lockfile by @KambleSahil3 in https://github.com/credebl/credo-controller/pull/150
- fix: yarn lockfile by @KambleSahil3 in https://github.com/credebl/credo-controller/pull/151
- fix:add out-of-band-record-id by @pallavighule in https://github.com/credebl/credo-controller/pull/81
- fix:added cache tenant record patch by @pallavighule in https://github.com/credebl/credo-controller/pull/178
- fix:added-reuse-connection-event by @pallavighule in https://github.com/credebl/credo-controller/pull/176
- fix/taskdef changes by @KambleSahil3 in https://github.com/credebl/credo-controller/pull/180
- fix/taskdef changes by @KambleSahil3 in https://github.com/credebl/credo-controller/pull/189
- fix/taskdef changes by @KambleSahil3 in https://github.com/credebl/credo-controller/pull/194
Refactor
- refactor: error handling for credo by @GHkrishna in https://github.com/credebl/credo-controller/pull/130
- refactor: error handling for endorser controller by @pranalidhanavade in https://github.com/credebl/credo-controller/pull/141
- refactor: error handling for insufficient balance by @tipusinghaw in https://github.com/credebl/credo-controller/pull/136
- refactor: error handling for multi-tenancy controller by @pranalidhanavade in https://github.com/credebl/credo-controller/pull/144
- refactor: error handling for polygon controller by @pranalidhanavade in https://github.com/credebl/credo-controller/pull/143
- refactor: error handling for proof controller by @GHkrishna in https://github.com/credebl/credo-controller/pull/139
- refactor: error handling oob controller by @GHkrishna in https://github.com/credebl/credo-controller/pull/137
- refactor: exception handling for multi-tenancy controller by @bhavanakarwade in https://github.com/credebl/credo-controller/pull/142
- refactor: replace the bcovrin network url by @KulkarniShashank in https://github.com/credebl/credo-controller/pull/197
- refactor: replaced public RPC url to infura RPC url by @tipusinghaw in https://github.com/credebl/credo-controller/pull/76
- refactor: updated contract address and packages by @tipusinghaw in https://github.com/credebl/credo-controller/pull/118
- refactor: updated the RPC url by @tipusinghaw in https://github.com/credebl/credo-controller/pull/77
- refactor:add outOfBandId into issuance webhook event by @pallavighule in https://github.com/credebl/credo-controller/pull/94
- refactor: error handling for multi tenancy controller by @pranalidhanavade in https://github.com/credebl/credo-controller/pull/145
- chore: merge develop to main by @pallavighule in https://github.com/credebl/credo-controller/pull/116
- chore: package update by @GHkrishna in https://github.com/credebl/credo-controller/pull/124
- chore: updated contract address and packages for major package release by @tipusinghaw in https://github.com/credebl/credo-controller/pull/126
- chore: solve DCO by @GHkrishna in https://github.com/credebl/credo-controller/pull/185
- chore: Create DMP_2024.yml by @ajile-in in https://github.com/credebl/credo-controller/pull/83
New Contributors
- @KambleSahil3 made their first contribution in https://github.com/credebl/credo-controller/pull/125
- @pranalidhanavade made their first contribution in https://github.com/credebl/credo-controller/pull/143
Full Changelog: credebl/credo-controller@v0.2-beta.04...v1.1.0