Adaptation to Vault 0.8 endpoints for renew and revoke leases (#11)

Breaking backwards compatibility with Vault 0.7 and below.
This commit is contained in:
2017-09-24 11:08:00 +02:00
parent b9ad2d1551
commit e002fc749a
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
## 0.7.0 [work in progress]
* [feature] Retrieval of health status via `getHealth()` (#15)
* [improvement] `seal()`, `unseal()` are now `void` and throw Exception on error (#12)
* [compatibility] Adaptation to Vault 0.8 endpoints for `renew` and `revoke`, **breaking** 0.7 compatibility (#11)
* [deletion] Removed deprecated `listAppRoleSecretss()` (use `listAppRoleSecrets()`) (#14)
* [test] Tested against Vault 0.8.3