Health status query and response model implemented (#15)

This commit is contained in:
2017-08-28 17:50:24 +02:00
parent 23419e94f1
commit df7de5dd73
7 changed files with 219 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 0.7.0 [work in progress]
* [feature] Retrieval of health status via `getHealth()`
## 0.6.2 [2017-08-19]
* [fix] Prevent potential NPE on SecretResponse getter
* [fix] Removed stack traces on PUT request and response deserialization (#13)