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
+3-1
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,9 @@ 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.1.0**: This release contains the following update:
255
+
***4.2.0 (IN PROGRESS)**: This release contains the following updates:
256
+
* Removes stray uses of `System.out.println` in favor of `java.util.logging`. [(PR #178)](https://github.com/BetterCloud/vault-java-driver/pull/178)
257
+
***4.1.0**: This release contains the following updates:
256
258
* 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)
257
259
* Updates the lease revoke method, to support changes in the underlying Vault API. [(PR #163)](https://github.com/BetterCloud/vault-java-driver/pull/163)
258
260
* Changes the `VaultConfig.secretsEnginePathMap(...)` method from default access level to `public`, to allow for manual
0 commit comments