Skip to content

Releases: kiva/aries-key-guardian

0.0.33

07 Mar 23:37
e4afd3e
Compare
Choose a tag to compare

What's Changed

Security fixes:

0.0.32

14 Feb 23:32
e5eb51c
Compare
Choose a tag to compare
  • Support for Just-In-Time wallets.
  • Support for using an external fingerprint matching service that is not the Bio Auth Service.
  • Includes some security fixes from underlying dependencies.

0.0.30

27 Jul 18:01
541d887
Compare
Choose a tag to compare
Needed to update the NOTES.txt to use the right helm template values.…

… (#84)

Signed-off-by: Jeff Kennedy <jeffk@kiva.org>

0.0.28

28 Jun 16:15
a3a26aa
Compare
Choose a tag to compare
  • 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

17 Jun 18:26
dc00ace
Compare
Choose a tag to compare

Deprecate use of Bio Auth Service /templatizer in favor of /save.

0.0.25

12 May 15:58
acae914
Compare
Choose a tag to compare

Breaking change: Now relies on Bio Auth Service instead of Identity Service to handle fingerprint authentication.

0.0.24

06 Apr 18:41
0aef106
Compare
Choose a tag to compare
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 <jeffk@kiva.org>

0.0.23

29 Mar 22:10
5dae3b1
Compare
Choose a tag to compare

Re-release, including the OTP fix.

0.0.22

29 Mar 21:52
8c503b7
Compare
Choose a tag to compare
multitenancy support

0.0.21

16 Mar 16:26
be92e00
Compare
Choose a tag to compare

Includes a bugfix introduced by the previous version.