Skip to content

Releases: spring-cloud/spring-cloud-config

4.1.0-RC1

31 Oct 14:06
Compare
Choose a tag to compare

⭐ New Features

  • Additional information in the log output when an InvalidCipherException occurs. #2334

❤️ Contributors

Thank you to all the contributors who worked on this release:

@kworkbee

4.1.0-M2

27 Sep 11:20
Compare
Choose a tag to compare

📔 Documentation

❤️ Contributors

Thank you to all the contributors who worked on this release:

@spencergibb

v4.1.0-M1

10 Aug 17:54
Compare
Choose a tag to compare

What's Changed

  • Reenable AwsIntegrationTest On Main by @ryanjbaxter in #2227
  • Loads the default configuration for application names prefixed with "application". by @kvmw in #2262
  • Include property sources without profile and include application property source in AWS S3 by @ryanjbaxter in #2261
  • Support for profile specific config data loading by @ryanjbaxter in #2260
  • Better parsing of connection factory urls by @ryanjbaxter in #2263
  • fix issue #2245, related to #385 by @lc77254 in #2247
  • fix: transmit data from spring cloud config server controller to getEncryptor by @RouxAntoine in #2253
  • Recreate ConfigClientProperties every time we load config data by @ryanjbaxter in #2275
  • Pass binder to ConfigServerInstanceProvider by @ryanjbaxter in #2269
  • Create a bean for ResourceControllerAdvice by @ryanjbaxter in #2285
  • Removes duplicate bean definition in ResourceControllerIntegrationTests by @kvmw in #2286
  • Configures SshSessionFactory only if there is at least one git uri with ssh scheme by @kvmw in #2288
  • Removes unnecessary @RunWith annotations by @kvmw in #2290
  • Implement a better equals and hashcode method ConfigServerConfigDataResource by @ryanjbaxter in #2278
  • Initialize ConfigClientProperties instead of using whats in bootstrap. by @ryanjbaxter in #2282
  • Revert changes to adding profile specific logic by @ryanjbaxter in #2292
  • Fix IllegalArgumentException in equals and hashcode by @ryanjbaxter in #2307

New Contributors

Full Changelog: v4.0.2...v4.1.0-M1

4.0.4

28 Jul 12:47
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • spring-cloud-config-dependencies using outdated version of spring-cloud-vault #2283

✔️ Tasks

  • Removes unnecessary @RunWith annotations #2290
  • Removes duplicate bean definition in ResourceControllerIntegrationTests #2286

❤️ Contributors

Thank you to all the contributors who worked on this release:

@kvmw

v3.1.8

30 Jun 13:51
Compare
Choose a tag to compare

What's Changed

  • Loads the default configuration for application names prefixed with "application". by @kvmw in #2262
  • Include property sources without profile and include application property source in AWS S3 by @ryanjbaxter in #2261
  • Support for profile specific config data loading by @ryanjbaxter in #2260
  • Better parsing of connection factory urls by @ryanjbaxter in #2263
  • Recreate ConfigClientProperties every time we load config data by @ryanjbaxter in #2275
  • Pass binder to ConfigServerInstanceProvider by @ryanjbaxter in #2269
  • Create a bean for ResourceControllerAdvice by @ryanjbaxter in #2285
  • Configures SshSessionFactory only if there is at least one git uri with ssh scheme by @kvmw in #2288
  • Implement a better equals and hashcode method ConfigServerConfigDataResource by @ryanjbaxter in #2278
  • Initialize ConfigClientProperties instead of using whats in bootstrap. by @ryanjbaxter in #2282
  • Revert changes to adding profile specific logic by @ryanjbaxter in #2292

Full Changelog: v3.1.7...v3.1.8

v4.0.3

25 May 19:57
662d9a8
Compare
Choose a tag to compare

What's Changed

  • Reenable AwsIntegrationTest On Main by @ryanjbaxter in #2227
  • Loads the default configuration for application names prefixed with "application". by @kvmw in #2262
  • Include property sources without profile and include application property source in AWS S3 by @ryanjbaxter in #2261
  • Support for profile specific config data loading by @ryanjbaxter in #2260
  • Better parsing of connection factory urls by @ryanjbaxter in #2263
  • fix issue #2245, related to #385 by @LeonhardtC in #2247
  • fix: transmit data from spring cloud config server controller to getEncryptor by @RouxAntoine in #2253

New Contributors

Full Changelog: v4.0.2...v4.0.3

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