Releases: digicatapult/veritable-cloudagent
Releases · digicatapult/veritable-cloudagent
Release v0.5.1
Expose ping endpoint (#49) * Expose ping endpoint on connecitons controller, add ping events to webhooks
Release v0.5.0
Use ESM (#48) * update to use esm * tsconfig.build * mocharc.json * deps * types node-fetch * more linting * fix swagger in build * remove * remove assertions count * remove dup imports * remove any
Release v0.4.16
POST `/access/policies/{packageId}/eval` (#44) * wip * get all policies route * unit test * v bump * mock route in test * add to testnet commands * readme * getPolicy route * evaluate route * add e2e tests * remove pointless test
Release v0.4.15
GET /access/policies (#42) * wip * get all policies route * unit test * v bump * mock route in test * add to testnet commands * readme
Release v0.4.14
docs update (#41) * docs update
Release v0.4.13
Feature/ver 173 (#40) * verification integration tests & version bump
Release v0.4.12
Feature/ver 172 (#38) * added implicit invite endpoint & version bump
Release v0.4.11
Unified error handling - All controllers (#39)
Release v0.4.10
Add integration/e2e tests scaffold (#37) * clean up test invocation * add integration tests and docker runner * add integration tests to github action * Update readme with testing commands * 0.4.10
Release v0.4.9
Unified error handling - Basic Messages (#36) * basic controller * v bump * fix ignore of generated files * remove generated files * cleanup * add next(err)