Releases: jopenlibs/vault-java-driver
Releases · jopenlibs/vault-java-driver
Release v6.2.0
- Updated test dependencies (#50)
- Expose CAS option on secret write and version on secret read (K/V 2) (#52)
- Read ca_chain from PKI response and store it in Credential (#56)
- Adds performanceStandByCode (#54 and #59)
- Change Default SSL Context (#58)
Rlease v6.1.0
- Fixed missed quotes in documentation (#43)
- Add possibility to pass preconfigured http client to reuse http/tls resources for consequent requests (#44)
- Rest: configure HTTP/1.1 version as default for client instead of request (#47)
- Updated minimum TLS version (#49)
Release v6.0.0
- Added missing module-info and package-info informations (PR #37)
- Add public interface with factory methods, hide implementation (PR #38)
- Upgrate gradle version to 7.6 (PR #39)
- Rewritten Rest Client using HttpClient (PR #42)
- Port to Java 11 (Issue #22)
Release v5.4.0
This release contains the following updates:
- Added wrapped TTL when write a logical secret (PR #33)
- httpURLConnection.getErrorStream() can return null so handle it. (PR #31)
- Add overloading method loginByKubernetes() with custom authPath (PR #29)
Release v5.3.0
This release contains the following updates:
- Created sys namespace PR #21
- Add custom Vault Authentication Path when using k8s login method (PR #27)
- Parametrized integration tests (PR #21)
- Fix Leases section (PR #18)
Release v5.2.0
This release contains the following updates:
- Move code packages and maven groupdId from
com.bettercloud
to io.github.jopenlibs
. (PR #2)
- Fix and refactoring data wrapping, add integration tests with the last Vault version (vault 1.11.4). (PR #4), (PR #17)
- Upgrade tests dependencies. (PR #11)
- Port the patch of Ian Ferguson that includes
X-Vault-Request: true
header on all requests to work with Vault Agent's w/ require_request_header set to true. (PR #16)