Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@tlisonbee tlisonbee released this 09 Oct 21:58
· 104 commits to master since this release
  • Removing support for TLS v1.0 and 1.1 (most clients are already on v1.2 already)
  • Bug fix: client version reporting
  • Switching to jdk8 because Travis seems to have removed support for jdk7 (build target is still 1.7)
  • Updating to latest versions Vault client and OkHttpClient
  • Updating README to have a better quickstart guide, comments on Lamdda, etc