Spring Cloud Commons Versions Save

Common classes used in different Spring Cloud implementations

v4.1.2

1 month ago

:lady_beetle: Bug Fixes

  • Allow building @LoadBalanced RestClient in component constructor. #1339
  • Config not loaded properly when instantiating InetUtils in HostInfoEnvironmentPostProcessor #1233

:notebook_with_decorative_cover: Documentation

:heart: Contributors

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

@OlgaMaciaszek and @wind57

v4.0.5

3 months ago

:lady_beetle: Bug Fixes

  • Spring boot 3.0 fail with jersey and spring cloud (open feign, ect) #1295
  • Fixed order of the BootstrapConfigFileApplicationListener so that it always runs after the ConfigDataEnvironmentPostProcessor #1213

:notebook_with_decorative_cover: Documentation

  • Documentation: override-none property works in only bootstrap configuration #1264

:heart: Contributors

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

@dependabot[bot] and @mzeijen

v4.1.1

3 months ago

:lady_beetle: Bug Fixes

  • BeanPostProcessors not registered correctly when @LoadBalanced bean instantiated in auto-configuration #1315

v3.1.8

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spring-cloud/spring-cloud-commons/compare/v3.1.7...v3.1.8

v4.1.0

5 months ago

:star: 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

:notebook_with_decorative_cover: Documentation

  • Fix typos introduced in RestClient docs #1301

:heart: Contributors

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

@LtTempletonPeck, @dependabot[bot], @izeye, and @jizhuozhi

v4.1.0-RC1

6 months ago

v4.1.0-M2

7 months ago

:star: New Features

  • Refresh Scope on restart. #1266

:notebook_with_decorative_cover: Documentation

:heart: Contributors

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

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

v4.1.0-M1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spring-cloud/spring-cloud-commons/compare/v4.0.3...v4.1.0-M1

v4.0.4

9 months ago

:star: New Features

  • Make DelegatingServiceInstanceListSupplier implement SelectedInstanceCallback #1221

:lady_beetle: Bug Fixes

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

v4.0.3

10 months ago

:star: New Features

  • Bean name "commonFeatures" could have a better naming #1229

:notebook_with_decorative_cover: Documentation

  • Provide additional documentation (details) on security implications when actuator endpoints are enabled #1125