Releases: Nike-Inc/java-vault-client
Releases · Nike-Inc/java-vault-client
v2.1.0
- Adding a factory method for supplying a OkHttpClient to be used by the VaultClient
v2.0.1
- 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
- Exposing more HTTP settings for the VaultAdminClient
v1.5.0
- Allows users to pass default headers to the Vault client to be included in all HTTP requests
v1.4.1
- Fixed bug where List calls that have no results didn't get there connection closed, causing connections to get leaked.
v1.4.0
- Adding option to factory for VaultAdminClient so MaxRequestsPerHost can be configurable, increasing default to 200
v1.3.0
- Adds a class to retrieve the Vault Client version
v1.2.0
Adds additional debug logging to help troubleshoot the Vault Client.
v1.1.2-rc
Release candidate for Java Vault Client with debug logging