Releases: jopenlibs/vault-java-driver
Releases · jopenlibs/vault-java-driver
v6.2.1
13 Nov 13:39
Compare
Sorry, something went wrong.
No results found
What's Changed
Add PKCS8 support on format of private key when issue on pki by @grrolland in #62
Fix: Retry HTTP 412 errors to support eventual consistency on standbys by @vbabenkoru in #68
Switch from Gradle to Maven by @henryx in #69
New Contributors
Full Changelog : v6.2.0...v6.2.1
Release v6.2.0
22 Oct 12:56
Compare
Sorry, something went wrong.
No results found
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
16 Aug 14:48
Compare
Sorry, something went wrong.
No results found
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
09 Jul 15:20
Compare
Sorry, something went wrong.
No results found
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
05 May 20:23
Compare
Sorry, something went wrong.
No results found
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
11 Apr 13:00
Compare
Sorry, something went wrong.
No results found
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
14 Oct 12:35
Compare
Sorry, something went wrong.
No results found
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)