File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,9 @@ and may require modifications in your code to migrate. Changes to the minor vers
305305number) should represent non-breaking changes. The third number represents any very minor bugfix
306306patches.
307307
308+ * ** 6.2.1** : This release contains the following updates:
309+ * Fix: Retry HTTP 412 errors to support eventual consistency on standbys [ (pull request #68 )] ( https://github.com/jopenlibs/vault-java-driver/pull/68 )
310+ * Switch from Gradle to Maven [ (pull request #69 )] ( https://github.com/jopenlibs/vault-java-driver/pull/69 )
308311* ** 6.2.0** : This release contains the following updates:
309312 * Updated test dependencies [ (issue #50 )] ( https://github.com/jopenlibs/vault-java-driver/issues/50 )
310313 * Expose CAS option on secret write and version on secret read (K/V 2) [ (issue #52 )] ( https://github.com/jopenlibs/vault-java-driver/issues/52 )
Original file line number Diff line number Diff line change 55
66 <groupId >io.github.jopenlibs</groupId >
77 <artifactId >vault-java-driver</artifactId >
8- <version >6.2.0 </version >
8+ <version >6.2.1 </version >
99 <packaging >jar</packaging >
1010 <name >vault-java-driver</name >
1111 <description >Zero-dependency Java client for HashiCorp's Vault</description >
You can’t perform that action at this time.
0 commit comments