-
Notifications
You must be signed in to change notification settings - Fork 192
Release 1.0
Mark Paluch edited this page Oct 28, 2016
·
7 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Vault release.
- M1 - Fri Oct 28th, 2016
- RC1 - TBA
- GA - TBA
- SR1 - TBA
- Support for Vault 0.6
- Client with Exception Translation
-
VaultTemplate
with basic Read/Write/Delete functionality - Support for Token, AWS-EC2, AppId, Client certificate and Cubbyhole authentication
- Specific support for Transit and PKI backends
- Support for Vault as
PropertySource
- Provide transit backend support #1
- Assert compatibility with Vault 0.5.2 to 0.6.1 #2
- Support Cubbyhole authentication #3
- Add documentation for supported clients #4
- Provide documentation as zip file #5
- Support AppRole Authentication #7
- Cannot use Vault with Netty4ClientHttpRequestFactory #8
- Add PropertySource support #9
- Add support to generate certificates using the PKI backend #11
- Revoke token on session disposal #13
- Upgrade to Vault 0.6.2 #14
- Task execution does not consider timeout #15
- Apply Spring Boot (Spring Cloud) code formatter #16
- Replace Codehaus Nexus with OSS Sonatype in TravisCI build #17
- Replace {version} in documentation with the actual version #19
- Getting Started and Dependencies #20
- SLF4J vs commons-logging? #24
- Document How to Externalize Vault's Token w/ VaultPropertySoure #26
- Fix String format in VaultEndpoint.toString #27