Releases: spring-cloud/spring-cloud-config
Releases · spring-cloud/spring-cloud-config
4.1.0-RC1
4.1.0-M2
📔 Documentation
- Antora migration #2328
❤️ Contributors
Thank you to all the contributors who worked on this release:
v4.1.0-M1
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
- @lc77254 made their first contribution in #2247
- @RouxAntoine made their first contribution in #2253
Full Changelog: v4.0.2...v4.1.0-M1
4.0.4
🔨 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:
v3.1.8
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
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
- @LeonhardtC made their first contribution in #2247
- @RouxAntoine made their first contribution in #2253
Full Changelog: v4.0.2...v4.0.3
v3.1.7
What's Changed
- Make OriginTrackedMapPropertySource immutable by @ryanjbaxter in #2237
- Support brackets in yaml keys by @ryanjbaxter in #2238
- Document how to override properties locally by @ryanjbaxter in #2242
- Put ExceptionHandler into a ResourceControllerAdvice to allow overriding behavior by @ryanjbaxter in #2243
Full Changelog: v3.1.6...v3.1.7
4.0.2
What's Changed
- Fix AWS S3 ResourceController support by @ryanjbaxter in #2219
- gh-2217 converted all Junit 4 test cases to Junit 5 by @shivakrishnaah in #2218
- Add integration test for S3 environment repository by @ryanjbaxter in #2225
- Fix variable name in AwsS3EnvironmentRepository.java for readability by @deeaitche in #2223
- Do not hide various errors under "connect timeout" message by @Fuud in #2057
- polish: Use
ObjectUtils#isEmpty(Object)
. by @jkschneider in #1953 - Let config client fail before bean creation by @hpoettker in #1977
- Fixes gh-1940. by @KarpenkoAlexander in #1944
- fixed compare() GoogleSecretComparatorByVersion by making it to Integer based comparator #2229 by @amit88265 in #2230
- Pr 2104 polish by @ryanjbaxter in #2233
- Polish pr 2053 by @ryanjbaxter in #2234
- Make OriginTrackedMapPropertySource immutable by @ryanjbaxter in #2237
- Support brackets in yaml keys by @ryanjbaxter in #2238
- Add property to reverse location order. by @ryanjbaxter in #2239
- Document how to override properties locally by @ryanjbaxter in #2242
- Put ExceptionHandler into a ResourceControllerAdvice to allow overriding behavior by @ryanjbaxter in #2243
New Contributors
- @shivakrishnaah made their first contribution in #2218
- @deeaitche made their first contribution in #2223
- @Fuud made their first contribution in #2057
- @KarpenkoAlexander made their first contribution in #1944
- @amit88265 made their first contribution in #2230
Full Changelog: v4.0.1...v4.0.2
v3.1.6
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
- @ndy2 made their first contribution in #2162
- @sergioasantiago made their first contribution in #2191
- @deeaitche made their first contribution in #2223
- @amit88265 made their first contribution in #2230
Full Changelog: v3.1.5...v3.1.6