Spring Vault 1.0 goes GA
On behalf of the community, it's my pleasure to announce the general availability of Spring Vault 1.0 – the very first GA release of Spring Vault after almost a year of development.
The artifacts are available from Maven Central and Bintray.
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
The release ships more than 50 tickets fixed in total. Here’s a very truncated list of the most important features shipping with the release:
- Pluggable application authentication via AppRole, AWS-EC2, client certificates, Cubbyhole (wrapped tokens) and static tokens.
- Support for renewable
@VaultPropertySource
with credentials rotation. - Lifecycle-aware session management with token renewal and re-login after terminal token expiry.
- Template API to interact with Vault directly.
- Compatibility with Vault 0.5 to 0.7. …