KV v2 and mount points in changelog

This commit is contained in:
Stefan Kalscheuer 2019-03-17 14:13:37 +01:00
parent 068f961454
commit 5f391286e5

View File

@ -2,6 +2,10 @@
### Breaking
* Removed support for `HTTPVaultConnectorFactory#withSslContext()` in favor of `#withTrustedCA()` due to
### Features
* Support for KV version 2 secret engine (#16)
* Ability to pass custom mount point to KV v2 read/write methods (#25)
### Improvements
* refactoring of the internal SSL handling (#17)
* `VaultConnector` extends `java.io.Serializable` (#19)