Releases: Banno/vault4s
Releases · Banno/vault4s
v7.0.0-M1
- VaultSecretRenewal may not be present on all secrets.
- Create Optional And Cater Renewal to whether the information is present or not.
v5.2.0
- Backport: We modify the behaviour of the stream-methods keepLoginRenewed and readSecretAndRetain so that any errors while attempting to revoke the token or secret lease are just ignored.
v6.0.1 Supress errors in stream cleanup.
- We modify the behaviour of the stream-methods
keepLoginRenewed
andreadSecretAndRetain
so that any errors while attempting to revoke the token or secret lease are just ignored.
v6.0.0
- http4s 0.21.0
v6.0.0-M5
- Incorporate sbt-ci-release upgrade for version fix.
v6.0.0-M4
- All Transit Fixes
- http4s 0.21.0-RC2
v5.2.0-M6
Fix decoding in batch decrypt methods.
Correct Vault URIs
Fix transit uris (#78) * Fix transit uris * Fix import
v5.2.0-M4
Fix the uris used for vault transit calls when the key contains slashes.
Use NonEmptyList
Transit Batch endpoints: short-cut on empty list of inputs. (#66) At present, running with an empty list of inputs will raise an error because there is no Right answer. To correct this, and to avoid an unneeded call, and to keep stronger constraints, we adapt the batch endpoints to require a NonEmptyList