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
@@ -252,9 +252,14 @@ Note that changes to the major version (i.e. the first number) represent possibl
252
252
may require modifications in your code to migrate. Changes to the minor version (i.e. the second number)
253
253
should represent non-breaking changes. The third number represents any very minor bugfix patches.
254
254
255
-
***4.2.0 (IN PROGRESS)**: This release contains the following updates:
255
+
***5.0.0 (IN PROGRESS)**: This release contains the following updates:
256
+
* Changes the retry behavior, to no longer attempt retries on 4xx response codes (for which retries generally won't succeed anyway). This
257
+
is the only (mildly) breaking change in this release, necessitating a major version bump. [(PR #176)](https://github.com/BetterCloud/vault-java-driver/pull/176)
256
258
* Implements support for the Database secret engine. [(PR #175)](https://github.com/BetterCloud/vault-java-driver/pull/175)
259
+
* Makes the "x-vault-token" header optional, to allow use of Vault Agent. [(PR #184)](https://github.com/BetterCloud/vault-java-driver/pull/184)
257
260
* Removes stray uses of `System.out.println` in favor of `java.util.logging`. [(PR #178)](https://github.com/BetterCloud/vault-java-driver/pull/178)
261
+
* Adds the enum constant `MountType.KEY_VALUE_V2`. [(PR #182)](https://github.com/BetterCloud/vault-java-driver/pull/182)
262
+
258
263
***4.1.0**: This release contains the following updates:
259
264
* Support for JWT authentication, for use by Kubernetes and other JWT-based authentication providers. [(PR #164)](https://github.com/BetterCloud/vault-java-driver/pull/164)
260
265
* Updates the lease revoke method, to support changes in the underlying Vault API. [(PR #163)](https://github.com/BetterCloud/vault-java-driver/pull/163)
0 commit comments