Skip to content

Releases: zalando/spring-cloud-config-aws-kms

Release 2.0-beta2

17 Apr 07:48
Compare
Choose a tag to compare
Release 2.0-beta2 Pre-release
Pre-release

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

14 Nov 14:30
Compare
Choose a tag to compare
Release 2.0-beta1 Pre-release
Pre-release

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

14 Nov 10:06
Compare
Choose a tag to compare
  • Upgrade dependencies
    • spring-boot: 1.5.6.RELEASE
    • spring-cloud: Dalston.SR2

Release 1.6

14 Nov 10:04
Compare
Choose a tag to compare
  • Update Spring Boot to version 1.5.1.RELEASE

Release 1.5

14 Nov 10:03
Compare
Choose a tag to compare
  • #13 Add support for encryption context

1.4

10 Aug 08:10
Compare
Choose a tag to compare
1.4

Upgrade to Spring Boot 1.4 + Spring Cloud Brixton.SR4