Skip to content

Releases: Banno/vault4s

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

v5.2.0-M2

04 Dec 13:36
a3e0360
Compare
Choose a tag to compare
v5.2.0-M2 Pre-release
Pre-release
Open visibility of the TransitError class. (#64)

Since this case class is exposed outside in API, we need
to make it visible to the users and not package-private.