Releases: Banno/vault4s
Releases · Banno/vault4s
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
v5.2.0-M2
v5.2.0-M1 Transit Batch decrypt/encrypt endpoints
Build: add MIMA exclusions to by-pass known bug (#63) The build for the versions 5.2.0 has been failing because of a bug in https://github.com/lightbend/mima/issues/432. To avoid falling into that bug, we add exclusion filters.
v6.0.0-M3
- http4s 0.21.0-M6
v6.0.0-M2
- Add Vault Transit Encryption
v5.1.0
- Add Vault Transit Encryption
v6.0.0-M1
Upgrade Versions for Next Release (#48) Upgrade Versions for Next Release