Add replication flags to HealthResponse (closes #21)

This commit is contained in:
2018-10-06 10:58:43 +02:00
parent 44858edb76
commit 13793dc9ce
4 changed files with 52 additions and 9 deletions

View File

@ -3,6 +3,7 @@
refactoring of the internal SSL handling (#17)
* [improvement] `VaultConnector` extends `java.io.Serializable` (#19)
* [improvement] Added missing flags to `SealResponse` (#20)
* [improvement] Added replication flags to `HealthResponse` (#21)
* [improvement] Build environment and tests now compatible with Java 10
* [dependencies] Updated dependencies to fix vulnerabilities (i.e. CVE-2018-7489)
* [deprecation] `VaultConnectorFactory` is deprecated in favor of `VaultConnectorBuilder` with identical API (#18)