Skip to content

Releases: Banno/vault4s

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.

v5.2.0-M1 Transit Batch decrypt/encrypt endpoints

04 Dec 12:51
e9ffef6
Compare
Choose a tag to compare
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

02 Dec 18:32
eb728bc
Compare
Choose a tag to compare
  • http4s 0.21.0-M6

v6.0.0-M2

19 Nov 15:44
16e97da
Compare
Choose a tag to compare
  • Add Vault Transit Encryption

v5.1.0

19 Nov 15:19
6c6005d
Compare
Choose a tag to compare
  • Add Vault Transit Encryption

v6.0.0-M1

17 Oct 20:13
0e7282c
Compare
Choose a tag to compare
Upgrade Versions for Next Release (#48)

Upgrade Versions for Next Release