Skip to content

Releases: Banno/vault4s

v7.0.0-M1

02 Apr 19:27
ad85623
Compare
Choose a tag to compare
v7.0.0-M1 Pre-release
Pre-release
  • VaultSecretRenewal may not be present on all secrets.
  • Create Optional And Cater Renewal to whether the information is present or not.

v5.2.0

31 Mar 15:38
be4eadc
Compare
Choose a tag to compare
  • 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.

18 Mar 17:42
91ddf73
Compare
Choose a tag to compare
  • 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.0

10 Feb 19:32
acba99f
Compare
Choose a tag to compare
  • http4s 0.21.0

v6.0.0-M5

29 Jan 06:15
6557cb7
Compare
Choose a tag to compare
v6.0.0-M5 Pre-release
Pre-release
  • Incorporate sbt-ci-release upgrade for version fix.

v6.0.0-M4

28 Jan 20:40
Compare
Choose a tag to compare
v6.0.0-M4 Pre-release
Pre-release
  • All Transit Fixes
  • http4s 0.21.0-RC2

v5.2.0-M6

17 Jan 17:49
f5fafc3
Compare
Choose a tag to compare
v5.2.0-M6 Pre-release
Pre-release

Fix decoding in batch decrypt methods.

Correct Vault URIs

16 Jan 18:33
6f02b6f
Compare
Choose a tag to compare
Correct Vault URIs Pre-release
Pre-release
Fix transit uris (#78)

* Fix transit uris

* Fix import

v5.2.0-M4

15 Jan 22:32
6f02b6f
Compare
Choose a tag to compare
v5.2.0-M4 Pre-release
Pre-release

Fix the uris used for vault transit calls when the key contains slashes.

Use NonEmptyList

06 Dec 18:36
7a419af
Compare
Choose a tag to compare
Use NonEmptyList Pre-release
Pre-release
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