Releases: spring-cloud/spring-cloud-commons
Releases · spring-cloud/spring-cloud-commons
4.1.0
⭐ New Features
- Add load balancer auto-configuration for
RestClient
#1293 - feat(lb): deterministic subsetting algorithm #1289
- deterministic subsetting algorithm to limit the number of instances #1288
📔 Documentation
- Fix typos introduced in RestClient docs #1301
❤️ Contributors
Thank you to all the contributors who worked on this release:
@LtTempletonPeck, @dependabot[bot], @izeye, and @jizhuozhi
4.1.0-RC1
v4.1.0-RC1 Update SNAPSHOT to 4.1.0-RC1
4.1.0-M2
⭐ New Features
- Refresh Scope on restart. #1266
📔 Documentation
- Antora #1263
❤️ Contributors
Thank you to all the contributors who worked on this release:
@OlgaMaciaszek, @dependabot[bot], and @marcingrzejszczak
v4.1.0-M1
What's Changed
- Fix DelegatingServiceInstanceListSupplier must by @HJK181 in #1226
- Fixes gh-1209 by @sruffatti in #1239
- Call get request on delegates by @OlgaMaciaszek in #1250
- Use classloader from class. by @OlgaMaciaszek in #1256
New Contributors
- @HJK181 made their first contribution in #1226
- @sruffatti made their first contribution in #1239
Full Changelog: v4.0.3...v4.1.0-M1
4.0.4
4.0.3
4.0.1
4.0.0
🐞 Bug Fixes
- Update the compatibility verification class name for Spring Boot 3 #1179
❤️ Contributors
Thank you to all the contributors who worked on this release:
v2.2.3.RELEASE
This release contains small changes in default values of existing properties:
spring.cloud.loadbalancer.health-check.interval
default has been changed from30s
to25s
spring.cloud.loadbalancer.cache.ttl
default has been changed from30s
to35s