- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.8, 3.2.0-3.2.4. (Note: 3.0.x (x>13), 3.1.y (y>8) and 3.2.z (z>4) 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.0. (Note: 2022.0.x (x>5) 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.22.
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
- Add telemetry schema#38933.
- Added Auto fail over support. Will automatically find Azure App Configuration replica stores for provided store. The found replica stores will be used as fail over stores after all provided replicas have failed #38534.
- Added property to disable auto fail over support
spring.cloud.azure.appconfiguration.stores[0].replica-discovery-enabled
#38534.
Spring Cloud Stream Event Hubs Binder
This section includes changes in spring-cloud-azure-stream-binder-eventhubs
module.
Features Added
- Support setting values for all channels by using the
spring.cloud.stream.eventhubs.default.consumer.<property>=<value>
andspring.cloud.stream.eventhubs.default.producer.<property>=<value>
properties #39317.
Spring Cloud Stream Service Bus Binder
This section includes changes in spring-cloud-azure-stream-binder-servicebus
module.
Features Added
- Support setting values for all channels by using the
spring.cloud.stream.servicebus.default.consumer.<property>=<value>
andspring.cloud.stream.servicebus.default.producer.<property>=<value>
properties #39317.
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.