Spring Vault Changelog
=============================

Changes in version 1.0.1.RELEASE
-----------------------------------------
* Add developer, SCM location and project URL to dependency POM #73
* Upgrade to Maven 3.5.0 #73
* VaultTokenRequestBuilder does not consider configured meta attributes #80
* Upgrade to Spring Framework 4.3.8 #81
* Remove Maven settings.xml for TravisCI build and use Maven wrapper #83
* Cannot resolve LocalHost NetworkInterface in MacAddressUserId #84
* LifecycleAwareSessionManager renewal starts eventually #87
* Use remaining token TTL for Cubbyhole authentication #88
* Release 1.0.1 #92
* Include notice and license in jar files #93

Changes in version 1.0.0 GA
-----------------------------------------
* keystore file not created when $JAVA_HOME is not found #62
* Allow to create requested secret from mode and path #64
* Update to Spring-Next build profile to 4.3.8 #65
* Upgrade to Vault 0.7 #66
* Null-properties cause NullPointerException #69
* Vault seal operation fails #70
* Release 1.0.0 GA #72

Changes in version 1.0.0 RC1
-----------------------------------------
* Consider adding a EnvironmentVaultConfiguration #30
* Upgrade to Spring Framework 4.3.6 #46
* Request sent in XML instead of JSON when com.fasterxml.jackson.dataformat.xml.XmlMapper exists in the classpath #47
* @VaultPropertySource should support custom prefixes #48
* Reshape APIs #49
* VaultPropertySource should renew leases #50
* Apache HttpComponents should support proxy configuration via system properties #52
* Allow listing transit keys #53
* Provide default, empty VaultTransitContext #54
* Upgrade to Vault 0.6.5 #55
* Upgrade LibSSL on TravisCI #56
* Upgrade to Spring Framework 4.3.7 #58
* Replace Thread.sleep in LifecycleAwareSessionManager with TaskScheduler #59
* Release 1.0 RC1 #60
* Upgrade dependencies #61

Changes in version 1.0.0 M2
-----------------------------------------
* Review documentation #12
* Documentation "Registering a Vault instance using Java based metadata" vs "Instantiating VaultTemplate" #22
* Fix missing plugin versions #32
* User Guide and JavaDocs 404 #34
* Upgrade to Spring 4.3.4 #35
* VaultResponse is incompatible with Vault 0.6.2 (missing warnings in VaultResponseSupport) #36
* Upgrade to Vault 0.6.3 #38
* Add support for OkHttp3 #39
* Flatten hierarchical JSON objects into property paths #40
* Upgrade to Spring 4.3.5 #41
* Upgrade to Vault 0.6.4 #42
* Upgrade to OkHttp 3.5.0 #43
* Upgrade test dependencies #44

Changes in version 1.0.0 M1
-----------------------------------------
* 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
