@@ -48,7 +48,7 @@ Gradle:
4848
4949```
5050dependencies {
51- implementation 'io.github.jopenlibs:vault-java-driver:5.3 .0'
51+ implementation 'io.github.jopenlibs:vault-java-driver:5.4 .0'
5252}
5353```
5454
5858<dependency>
5959 <groupId>io.github.jopenlibs</groupId>
6060 <artifactId>vault-java-driver</artifactId>
61- <version>5.3 .0</version>
61+ <version>5.4 .0</version>
6262</dependency>
6363```
6464
@@ -310,16 +310,25 @@ and may require modifications in your code to migrate. Changes to the minor vers
310310number) should represent non-breaking changes. The third number represents any very minor bugfix
311311patches.
312312
313+ * ** 5.4.0** : This release contains the following updates:
314+ * Added wrapped TTL when write a logical
315+ secret [ (PR #33 )] ( https://github.com/jopenlibs/vault-java-driver/pull/33 )
316+ * httpURLConnection.getErrorStream() can return null so handle
317+ it. [ (PR #31 )] ( https://github.com/jopenlibs/vault-java-driver/pull/31 )
318+ * Add overloading method loginByKubernetes() with custom
319+ authPath [ (PR #29 )] ( https://github.com/jopenlibs/vault-java-driver/pull/29 )
313320* ** 5.3.0** : This release contains the following updates:
314- * Created sys namespace [ PR #21 ] ( https://github.com/jopenlibs/vault-java-driver/pull/25 )
315- * Add custom Vault Authentication Path when using k8s login method [ (PR #27 )] ( https://github.com/jopenlibs/vault-java-driver/pull/27 )
316- * Parametrized integration tests [ (PR #21 )] ( https://github.com/jopenlibs/vault-java-driver/pull/21 )
321+ * Add custom Vault Authentication Path when using k8s login
322+ method [ (PR #27 )] ( https://github.com/jopenlibs/vault-java-driver/pull/27 )
323+ * Created sys namespace [ (PR #25 )] ( https://github.com/jopenlibs/vault-java-driver/pull/25 )
324+ * Parametrized integration
325+ tests [ (PR #21 )] ( https://github.com/jopenlibs/vault-java-driver/pull/21 )
317326 * Fix Leases section [ (PR #18 )] ( https://github.com/jopenlibs/vault-java-driver/pull/18 )
318327* ** 5.2.0** : This release contains the following updates:
319328 * Move code packages and maven groupdId from ` com.bettercloud `
320329 to ` io.github.jopenlibs ` . [ (PR #2 )] ( https://github.com/jopenlibs/vault-java-driver/pull/2 )
321330 * Fix and refactoring data wrapping, add integration tests with the last Vault version (vault
322- 1.11.4). [ (PR #4 )] ( https://github.com/jopenlibs/vault-java-driver/pull/4 ) , [ (PR #17 )] ( https://github.com/jopenlibs/vault-java-driver/pull/17 )
331+ 1.11.4). [ (PR #4 )] ( https://github.com/jopenlibs/vault-java-driver/pull/4 ) , [ (PR #17 )] ( https://github.com/jopenlibs/vault-java-driver/pull/17 )
323332 * Upgrade tests dependencies. [ (PR #11 )] ( https://github.com/jopenlibs/vault-java-driver/pull/11 )
324333 * Port
325334 the [ patch of Ian Ferguson] ( https://github.com/BetterCloud/vault-java-driver/pull/229/files )
0 commit comments