From 6791533e0e5b5497e6f25e5c2fa245ad1f7ca1a8 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 25 Jan 2018 09:34:43 +0100 Subject: [PATCH] Update changelog. See gh-190. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b9f435ea..cb31fc7b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Vault Changelog ============================= +Changes in version 2.0.0.RC2 +----------------------------------------- +* Provide AuthenticationSteps for token authentication with self-lookup #158 +* Investigate on a reactive integration with LifecycleAwareSessionManager #159 +* Retain JSON datatypes in PropertySource #169 +* LifecycleAwareSessionManager does not perform a re-login if token_max_ttl is reached #176 +* Return Mono for ReactiveVaultOperations#write() #177 +* RoleId and SecretID in AppRoleAuthenticationOptions not visible #179 +* Support Vault HA with redirects #184 +* Add VaultBytesEncryptor and VaultRandomBytesKeyGenerator #187 +* Upgrade dependencies #189 + Changes in version 2.0.0.RC1 ----------------------------------------- * Support CSR signing, certificate revocation and CRL retrieval #125