- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.6, 3.2.0-3.2.0. (Note: 3.0.x (x>13), 3.1.y (y>6) and 3.2.z (z>0) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2022.0.0-2022.0.4, 2023.0.0-2023.0.0. (Note: 2022.0.x (x>4) and 2023.0.y (y>0) 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.19.
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.
Features Added
- Snapshot support using,
spring.cloud.azure.appconfiguration.stores[0].selects[0].snapshot-name
. - Support for trimming prefixes from keys, default value is the key-filter when key-filter is used.
spring.cloud.azure.appconfiguration.stores[0].trim-key-prefix
#37598.
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.