Skip to content

Releases: spring-cloud/spring-cloud-commons

v3.1.8

19 Dec 16:21
Compare
Choose a tag to compare

What's Changed

New Contributors

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

4.1.0

06 Dec 15:24
Compare
Choose a tag to compare

⭐ 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

31 Oct 13:41
Compare
Choose a tag to compare
v4.1.0-RC1

Update SNAPSHOT to 4.1.0-RC1

4.1.0-M2

27 Sep 10:44
Compare
Choose a tag to compare

⭐ New Features

  • Refresh Scope on restart. #1266

📔 Documentation

❤️ Contributors

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

@OlgaMaciaszek, @dependabot[bot], and @marcingrzejszczak

v4.1.0-M1

10 Aug 19:23
Compare
Choose a tag to compare
v4.1.0-M1 Pre-release
Pre-release

What's Changed

New Contributors

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

4.0.4

28 Jul 12:01
Compare
Choose a tag to compare

⭐ New Features

  • Make DelegatingServiceInstanceListSupplier implement SelectedInstanceCallback #1221

🐞 Bug Fixes

  • RestartListener is republishing ApplicationPreparedEvent #1248
  • Missing native hints for TextEncryptorUtils #1245

4.0.3

03 Jul 10:32
Compare
Choose a tag to compare

⭐ 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

02 Feb 16:20
Compare
Choose a tag to compare

🐞 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

20 Dec 14:49
Compare
Choose a tag to compare

🐞 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

01 Jun 15:08
Compare
Choose a tag to compare

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