Skip to content
This repository was archived by the owner on Dec 18, 2020. It is now read-only.

Releases: Nike-Inc/java-vault-client

v2.1.0

12 Dec 20:03
b7396f6
Compare
Choose a tag to compare
  • Adding a factory method for supplying a OkHttpClient to be used by the VaultClient

v2.0.1

09 Oct 18:08
Compare
Choose a tag to compare
  • Removing support for TLS v1.0 and 1.1 (almost all clients are already on v1.2)
  • Updating Travis build to use jdk8 because Travis seems to have removed support for building with jdk7

v1.6.0

31 Aug 15:52
Compare
Choose a tag to compare
  • Exposing more HTTP settings for the VaultAdminClient

v1.5.0

19 Jul 17:05
Compare
Choose a tag to compare
  • Allows users to pass default headers to the Vault client to be included in all HTTP requests

v1.4.1

13 Jul 16:30
Compare
Choose a tag to compare
  • Fixed bug where List calls that have no results didn't get there connection closed, causing connections to get leaked.

v1.4.0

19 May 16:56
Compare
Choose a tag to compare
  • Adding option to factory for VaultAdminClient so MaxRequestsPerHost can be configurable, increasing default to 200

v1.3.0

01 May 20:24
Compare
Choose a tag to compare
  • Adds a class to retrieve the Vault Client version

v1.2.1

01 Mar 21:21
Compare
Choose a tag to compare

Fixes bug where response.body is being called more than once, but can only be consumed one time.

https://bintray.com/nike/maven/vault-client/1.2.1

v1.2.0

01 Mar 00:02
Compare
Choose a tag to compare

Adds additional debug logging to help troubleshoot the Vault Client.

v1.1.2-rc

27 Feb 22:49
Compare
Choose a tag to compare
v1.1.2-rc Pre-release
Pre-release

Release candidate for Java Vault Client with debug logging