Releases: spring-cloud/spring-cloud-commons
Releases · spring-cloud/spring-cloud-commons
v3.1.8
What's Changed
- Use classloader from class. by @OlgaMaciaszek in #1256
- Upgrade spring-security-rsa by @ryanjbaxter in #1290
- Fix #1285 Spring Cloud activates unexpected profiles when some conditions met by @leovx in #1286
- Bump actions/setup-java from 2 to 3 by @dependabot in #1267
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #1268
- Bump actions/cache from 2 to 3 by @dependabot in #1269
- Bump actions/checkout from 2 to 4 by @dependabot in #1271
- Bump mikepenz/action-junit-report from 2 to 4 by @dependabot in #1273
- Fix Add a specific description of ServiceInstance is empty by @RealBeBetter in #1297
- Bump actions/setup-java from 3 to 4 by @dependabot in #1305
New Contributors
- @leovx made their first contribution in #1286
- @RealBeBetter made their first contribution in #1297
Full Changelog: v3.1.7...v3.1.8
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