Update changelog.

See gh-332
This commit is contained in:
Mark Paluch
2018-11-14 11:34:15 +01:00
parent 9a0405cc21
commit b28f3c0365

View File

@@ -1,6 +1,25 @@
Spring Vault Changelog
=============================
Changes in version 1.1.3.RELEASE
-----------------------------------------
* Provide a richer subclass strata of VaultException #203
* Release Spring Vault 1.1.2.RELEASE #228
* VaultTokenRequest noParent field serializes incorrectly in JSON #243
* ClientHttpRequestFactoryFactory checks for wrong Netty class on path (Spring Data Redis conflict) #249
* Upgrade to Spring Framework 4.3.17 #252
* Upgrade to netty 4.1.25.Final #254
* Vault URL misses slash between "v1" and "auth" #265
* Upgrade to Apache HttpClient 4.5.6 #266
* Upgrade to HttpCore 4.4.10 #267
* Upgrade to Netty 4.1.28.Final #268
* Upgrade to AWS SDK 1.11.376 #271
* Generate subject alt name in local certificate #274
* Expired leases do are not rotated on secret renewal #319
* Upgrade spring to 4.3.20 #320
* Upgrade to netty 4.1.31.Final #331
* Upgrade to Jackson 2.8.11.2 #333
Changes in version 1.1.2.RELEASE
-----------------------------------------
* Support Vault HA with redirects #184