- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.8, 3.2.0-3.2.6. (Note: 3.0.x (x>13), 3.1.y (y>8) and 3.2.z (z>5) 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.1. (Note: 2022.0.x (x>5) and 2023.0.y (y>1) should be supported, but they aren't tested with this release.)
- Now, Spring Boot 3.3 is compatible with this release.
Spring Cloud Azure Dependencies (BOM)
Features Added
- Added the following artifacts into current bom file:
spring-cloud-azure-starter-data-redis-lettuce
#40287.
Dependency Updates
- Upgrade
azure-sdk-bom
to 1.2.24.
Spring Cloud Azure Autoconfigure
This section includes changes in spring-cloud-azure-autoconfigure
module.
Features Added
- Add
AzureLettucePasswordlessAutoConfiguration
to support redis passwordless #40287.
Bugs Fixed
- Fixed
IllegalArgumentException: Subscription cannot be null
error when only configured one subscription name ofAzureServiceBusConsumerClient
orAzureServiceBusProcessorClient
#40264.
Other Changes
- Disable compatibility verifier by default #40407.
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
- Fixing App Configuration expose the value of key in error message when parsing invalid JSON #40132.
- Remove final from App Configuration refresh endpoints, which caused errors when creating Spring AOP Aspects #40452.
Spring Cloud Azure Starter Data Redis with Lettuce
This section includes changes in spring-cloud-azure-starter-data-redis-lettuce
module.
Features Added
- Provide
spring-cloud-azure-starter-data-redis-lettuce
to support redis passwordless #40287.
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.