- This release is compatible with Spring Boot 2.5.0-2.5.15, 2.6.0-2.6.15, 2.7.0-2.7.16. (Note: 2.5.x (x>15), 2.6.y (y>15) and 2.7.z (z>16) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.8. (Note: 2020.0.x (x>6) and 2021.0.y (y>8) 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.17.
Spring Cloud Azure AppConfiguration Config
This section includes changes in spring-cloud-azure-starter-appconfiguration-config
and spring-cloud-azure-appconfiguration-config-web
Bug Fixed
- Fixes an issue where Web Hook authorization was validated incorrectly, resulting in an Unauthorized error #37141.
Spring Cloud Azure Autoconfigure
This section includes changes in spring-cloud-azure-autoconfigure
module.
Bugs Fixed
- Fix the issue that prevented the
disableChallengeResourceVerification
property of the AKVSecretClient
to be configured #36628.
Spring Integration Azure Event Hubs
This section includes changes in the spring-integration-azure-eventhubs
module.
Bugs Fixed
- Fix NPE in the error handler of
EventHubsInboundChannelAdapter
wheninstrumentationManager
orinstrumentationId
is null #36927.
Spring Integration Azure Service Bus
This section includes changes in the spring-integration-azure-servicebus
module.
Bugs Fixed
- Fix NPE in the error handler of
ServiceBusInboundChannelAdapter
wheninstrumentationManager
orinstrumentationId
is null #36927.
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.