File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/bettercloud/vault Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,8 @@ should represent non-breaking changes. The third number represents any very min
273273
274274* ** 5.1.0 (IN PROGRESS)** : This release contains the following updates:
275275 * Supports path prefixes when using K/V engine V2. [ (PR #189 )] ( https://github.com/BetterCloud/vault-java-driver/pull/189 )
276- * Support all options for the createToken operation. [ (PR # 199)] ( https://github.com/BetterCloud/vault-java-driver/pull/199 )
276+ * Adds response body to exception for Auth failures. [ (PR #198 )] ( https://github.com/BetterCloud/vault-java-driver/pull/198 )
277+ * Support all options for the createToken operation. [ (PR #199 )] ( https://github.com/BetterCloud/vault-java-driver/pull/199 )
277278
278279* ** 5.0.0** : This release contains the following updates:
279280 * Changes the retry behavior, to no longer attempt retries on 4xx response codes (for which retries generally won't succeed anyway). This
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ public VaultConfig readTimeout(final Integer readTimeout) {
213213 * 1, to correspond to one path element in the prefix path. To use
214214 * a longer prefix path, set this value.</p>
215215 *
216- * @param pathLength integer number of path elements in the prefix path
216+ * @param prefixPathDepth integer number of path elements in the prefix path
217217 */
218218 public VaultConfig prefixPathDepth (int prefixPathDepth ) {
219219 if (prefixPathDepth < 1 ) {
You can’t perform that action at this time.
0 commit comments