Skip to content

Spring Cloud Azure 7.2.0

Choose a tag to compare

@Netyyyy Netyyyy released this 20 Apr 02:08
· 71 commits to main since this release
  • This release is compatible with Spring Boot 4.0.0-4.0.5. (Note: 4.0.x (x>5) should be supported, but they aren't tested with this release.)
  • This release is compatible with Spring Cloud 2025.1.0-2025.1.1. (Note: 2025.1.x (x>1) should be supported, but they aren't tested with this release.)

Spring Cloud Azure Dependencies (BOM)

Dependency Updates

  • Upgrade azure-sdk-bom to 1.3.6.

Spring Cloud Azure App Configuration Config

This section includes changes in spring-cloud-azure-appconfiguration-config module.

Features Added

  • Added startup-timeout configuration option that enables automatic retry with backoff when transient failures occur during application startup. The provider will continue retrying until the timeout expires (default: 100 seconds). #47857.

Bugs Fixed

  • Fixes a bug where ';' was ignored in JSON content type checking. #48448.

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.