Releases: spring-cloud/spring-cloud-commons
Releases · spring-cloud/spring-cloud-commons
4.3.0-M1
❤️ Contributors
Thank you to all the contributors who worked on this release:
What's Changed
- Bump @antora/collector-extension from 1.0.0 to 1.0.1 in /docs by @dependabot in #1440
- Bump antora from 3.2.0-alpha.6 to 3.2.0-alpha.8 in /docs by @dependabot in #1438
- Bump antora from 3.2.0-alpha.6 to 3.2.0-alpha.8 in /docs by @dependabot in #1439
- Bump @antora/collector-extension from 1.0.0-alpha.3 to 1.0.1 in /docs by @dependabot in #1435
- Bump @springio/antora-extensions from 1.11.1 to 1.14.2 in /docs by @dependabot in #1429
- Fix typo by @quaff in #1444
- Use
Objects.equals()
instead by @quaff in #1452 - Polish RefreshAutoConfiguration to reuse constants by @quaff in #1443
- Revise dependencies by @quaff in #1449
- Remove workaround for data source cycle by @quaff in #1445
- Handle null in LoadBalancer Request and Response by @OlgaMaciaszek in #1454
- Deprecate unused EnvironmentUtils by @quaff in #1456
- Move field ContextRefresher.REFRESH_ARGS_PROPERTY_SOURCE down to LegacyContextRefresher by @quaff in #1450
- Support configuring bean names as well as bean types for extra-refreshable and never-refreshable by @quaff in #1457
Full Changelog: v4.2.0...v4.3.0-M1
4.2.0
🐞 Bug Fixes
- WebClient's URI_TEMPLATE_ATTRIBUTE ignored by MicrometerStatsLoadBalancerLifecycle #1302
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot]
4.1.5
⭐ New Features
- Create truststore without keystore #1394
- Use newCachedTreadPool() instead of newSingleThreadExecutor() in InetUtils #1365
🐞 Bug Fixes
- Use object provider for LoadBalancerRestClientPostProcessor #1366
- Application gets stuck when Feign client is used with virtual threads #1364
📔 Documentation
- Document using configurers and customisers with
@LoadBalanced
HTTP client builders #1407 @ConfigurationProperties
Beans are not Re-bound on Context Refresh #1372
❤️ Contributors
Thank you to all the contributors who worked on this release:
@OlgaMaciaszek, @dependabot[bot], @hpoettker, @ryanjbaxter, and @stsypanov
4.2.0-RC1
⭐ New Features
- Support
@LoadBalanced
RestTemplateBuilder #1402
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot]
4.2.0-M2
⭐ New Features
- Optimize instance selection performance #1363
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot] and @qnnn
4.2.0-M1
v4.2.0-M1 Update SNAPSHOT to 4.2.0-M1
4.1.4
4.1.3
4.1.2
4.0.5
🐞 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 theConfigDataEnvironmentPostProcessor
#1213
📔 Documentation
- Documentation: override-none property works in only bootstrap configuration #1264
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot] and @mzeijen