Releases: zalando/spring-cloud-config-aws-kms
Releases · zalando/spring-cloud-config-aws-kms
Release 2.0-beta2
Breaking Changes
- removed spring-cloud-config-client dependency (thanks to @fiunchinho #28)
- removed Spring Cloud AWS Autoconfigure region handling (#31)
- rely on AWS SDK RegionProviderChain + configuration property to overwrite it
Release 2.0-beta1
Breaking Changes
- use Java 8
- get AWS region from default provider chain
- no need to configure it manually anymore
- property
aws.region
will be ignored
Other Changes
- simplify dependency management
- use spring-cloud-starter-parent to inherit all the dependency management
- improve integration with Spring Cloud auto-configuration (region, credentials)
- remove obsolete Copyright notices
Release 1.7
- Upgrade dependencies
- spring-boot: 1.5.6.RELEASE
- spring-cloud: Dalston.SR2
Release 1.6
- Update Spring Boot to version
1.5.1.RELEASE
Release 1.5
- #13 Add support for encryption context