Do not print stacktrace in response models (#13)

This commit is contained in:
2017-08-18 21:09:40 +02:00
parent c8a2e0784f
commit 238ac8bd10
5 changed files with 5 additions and 8 deletions

View File

@ -2,6 +2,7 @@
* [fix] Prevent potential NPE on SecretResponse getter
* [fix] Fields of InvalidResposneException made final
* [fix] Fix typo in method name `listAppRoleSecrets()` (#14)
* [fix] Removed stack traces on PUT request and response deserialization (#13)
* [text] Tested against Vault 0.8.1, increased coverage
## 0.6.1 [2017-08-02]