You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/spring/CHANGELOG.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,29 @@
1
1
# Release History
2
-
# (Unreleased)
3
-
Upgrade Spring Boot dependencies version to 4.0.5 and Spring Cloud dependencies version to 2025.1.1
4
-
Upgrade Spring Boot dependencies version to 4.0.4 and Spring Cloud dependencies version to 2025.1.1
2
+
## 7.2.0 (2026-04-17)
3
+
- 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.)
4
+
- 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.)
5
+
6
+
### Spring Cloud Azure Dependencies (BOM)
7
+
8
+
#### Dependency Updates
9
+
10
+
- Upgrade `azure-sdk-bom` to 1.3.6.
11
+
12
+
### Spring Cloud Azure App Configuration Config
13
+
14
+
This section includes changes in `spring-cloud-azure-appconfiguration-config` module.
15
+
16
+
#### Features Added
17
+
18
+
- 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](https://github.com/Azure/azure-sdk-for-java/pull/47857).
19
+
20
+
#### Bugs Fixed
21
+
22
+
- Fixes a bug where ';' was ignored in JSON content type checking. [#48448](https://github.com/Azure/azure-sdk-for-java/pull/48448).
23
+
24
+
### Azure Spring Data Cosmos
25
+
This section includes changes in `azure-spring-data-cosmos` module.
26
+
Please refer to [azure-spring-data-cosmos/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md#720-2026-04-17) for more details.
5
27
6
28
## 6.2.0 (2026-03-25)
7
29
- This release is compatible with Spring Boot 3.5.0-3.5.8. (Note: 3.5.x (x>8) should be supported, but they aren't tested with this release.)
0 commit comments