Releases: spring-cloud/spring-cloud-commons
Releases · spring-cloud/spring-cloud-commons
4.0.4
⭐ New Features
- Make DelegatingServiceInstanceListSupplier implement SelectedInstanceCallback #1221
🐞 Bug Fixes
- RestartListener is republishing ApplicationPreparedEvent #1248
- Missing native hints for TextEncryptorUtils #1245
4.0.3
⭐ New Features
- Bean name "commonFeatures" could have a better naming #1229
📔 Documentation
- Provide additional documentation (details) on security implications when actuator endpoints are enabled #1125
4.0.1
🐞 Bug Fixes
- encrypt.fail-on-error Ignored by
DecryptEnvironmentPostProcessor
#882
- Deprecating
@SpringCloudApplication
and @EnableCircuitBreaker
#881
- Dependency on spring-hateoas 1.1.0.M1 not resolvable #879
📔 Documentation
- Misspelling in the LoadBalancer documentation #875
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:
@moarychan
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 from 30s
to 25s
spring.cloud.loadbalancer.cache.ttl
default has been changed from 30s
to 35s