Releases: kiva/aries-key-guardian
Releases · kiva/aries-key-guardian
0.0.33
What's Changed
Security fixes:
- Bump url-parse from 1.5.3 to 1.5.7 by @dependabot in #102
- Bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #103
- circleci: upgrade to ubuntu20 by @voutasaurus in #104
0.0.32
0.0.30
0.0.28
- Fix a bug with externalIds. It now accepts string or numeric values and will throw an error if provided anything else. (#72)
- Unify use of "did" and "agentId" to now just be "agentId". (#73)
- Update deprecated Bio Auth Service integration to do things the "right" way. (#73)
NOTE: This version requires using Bio Auth Service version 0.0.21. Anything earlier will not work properly.
0.0.27
0.0.25
0.0.24
PRO-2939: Wrap calls to wallet_credentials in a DbGateway (#58) * Update protocol-common to latest * Includes a breaking change to the import location of the ProtocolValidationPipe * Wrap calls to wallet_credentials in a DbGateway. This allows us to better handle postgres failures and return something meaningful to the user instead of database-gibberish. * Move DID/AgentId lowercasing to the AgencyService, since the DID manipulation is really an implementation detail about how we spin up agents. This should make our code a little less error-prone for future refactors/updates. * Add a random string generator that we can use more generally Signed-off-by: Jeff Kennedy <[email protected]>