Update changelog.

See gh-228.
This commit is contained in:
Mark Paluch
2018-04-04 10:27:45 +02:00
parent 53d90f0f40
commit 425a3b4746

View File

@@ -1,6 +1,20 @@
Spring Vault Changelog
=============================
Changes in version 1.1.2.RELEASE
-----------------------------------------
* Support Vault HA with redirects #184
* PrefixAwareUriTemplateHandler adds leading slash to absolute URIs #206
* Fix Javadoc example code in SecretLeaseContainer #209
* Rotate non-renewable secrets #215
* Client sending Vault an expired token resulting in failures of all Vault calls #222
* Batch decryption fails if plaintext is empty #223
* Upgrade to Spring Framework 4.3.15.RELEASE #226
* Upgrade to HttpClient 4.5.5 #230
* Upgrade to HttpCore 4.4.9 #231
* Upgrade to netty 4.1.22.Final #232
* Upgrade to Jackson 2.8.11.1 #233
Changes in version 1.1.1.RELEASE
-----------------------------------------
* Upgrade to Spring Framework 4.3.12 #160