- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.12, 3.2.0-3.2.7, 3.3.0-3.3.3. (Note: 3.0.x (x>13), 3.1.y (y>12), 3.2.z (z>7) and 3.3.m (m>3) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2022.0.0-2022.0.5, 2023.0.0-2023.0.3. (Note: 2022.0.x (x>5) and 2023.0.y (y>3) should be supported, but they aren't tested with this release.)
Spring Cloud Azure Dependencies (BOM)
Dependency Updates
- Upgrade
azure-sdk-bom
to 1.2.27. - Added a new dependency:
spring-cloud-azure-docker-compose
.
Spring Cloud Azure Autoconfigure
This section includes changes in spring-cloud-azure-autoconfigure
module.
Features Added
- Provide extension point to configure token credential for Key Vault property source #41580.
Bugs Fixed
- Avoid always overriding the default binder when using Kafka binder. #37337.
- Fix to support multiple property sources auto refresh. #26356.
Spring Cloud Azure Appconfiguration Config
This section includes changes in spring-cloud-azure-starter-appconfiguration-config
, spring-cloud-azure-appconfiguration-config*
, and spring-cloud-azure-feature-management*
modules.
Bugs Fixed
- Support map and list when parse client_filters parameter. #41298.
- Fix missing "additional-spring-configuration-metadata.json" in
spring-cloud-azure-starter-appconfiguration-config
. #41502.
Azure Spring Data Cosmos
This section includes changes in azure-spring-data-cosmos
module.
Please refer to azure-spring-data-cosmos/CHANGELOG.md for more details.