You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,6 +305,12 @@ and may require modifications in your code to migrate. Changes to the minor vers
305
305
number) should represent non-breaking changes. The third number represents any very minor bugfix
306
306
patches.
307
307
308
+
***6.2.0**: This release contains the following updates:
309
+
* Updated test dependencies [(issue #50)](https://github.com/jopenlibs/vault-java-driver/issues/50)
310
+
* 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)
311
+
* Read ca_chain from PKI response and store it in Credential [(issue #56)](https://github.com/jopenlibs/vault-java-driver/issues/56)
312
+
* Adds performanceStandByCode ([issue #54](https://github.com/jopenlibs/vault-java-driver/issues/54) and [issue #59](https://github.com/jopenlibs/vault-java-driver/issues/59))
0 commit comments