Skip to content

Releases: spring-cloud/spring-cloud-config

v3.1.7

28 Apr 13:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.6...v3.1.7

4.0.2

30 Mar 13:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v3.1.6

24 Feb 13:58
Compare
Choose a tag to compare

What's Changed

  • Update logging message on MultipleJGitEnvironmentRepository, JGitEnvironmentRepository by @ndy2 in #2162
  • Catch IllegalStateException if VaultEnvironmentRepository is accessed outside a web context by @ryanjbaxter in #2187
  • Fix getLocations that was ignoring failOnCompositeError flag by @sergioasantiago in #2191
  • Make SQL Without Profile Optional by @ryanjbaxter in #2196
  • Make SQL Without Profile Adaptive by @woshikid in #2200
  • Add default-label property to Jdbc Repository by @woshikid in #2176
  • Adjust the priority of the configs by @woshikid in #2207
  • Support for ssh key with passphrase using Apache MINA by @ryanjbaxter in #2209
  • Fix AWS S3 ResourceController support by @ryanjbaxter in #2219
  • Add integration test for S3 environment repository by @ryanjbaxter in #2225
  • Fix variable name in AwsS3EnvironmentRepository.java for readability by @deeaitche in #2223
  • fixed compare() GoogleSecretComparatorByVersion by making it to Integer based comparator #2229 by @amit88265 in #2230

New Contributors

Full Changelog: v3.1.5...v3.1.6

4.0.1

27 Jan 01:25
Compare
Choose a tag to compare

Enhancements

  • Add default-label property to Jdbc Repository #2176

Bugs

  • Config file same key overriding order/precedence bug #2205
  • Passphrase is not used during ssh connection establishment #2201

Contributors

Thanks to all our contributors!
@woshikid

4.0.0

20 Dec 15:00
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Bumping JGit to 6.4 #2198