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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
# Release History
2
2
3
-
## 5.23.0-beta.1 (Unreleased)
4
-
Upgrade Spring Boot dependencies version to 3.5.4 and Spring Cloud dependencies version to 2025.0.0
5
-
Upgrade Spring Boot dependencies version to 3.5.3 and Spring Cloud dependencies version to 2025.0.0
3
+
## 5.23.0 (2025-08-05)
4
+
- This release is compatible with Spring Boot 3.5.0-3.5.4, 3.4.0-3.4.8, 3.3.0-3.3.13, 3.2.0-3.2.12, 3.1.0-3.1.12, 3.0.0-3.0.13. (Note: 3.5.x (x>4) and 3.4.y (y>8) should be supported, but they aren't tested with this release.)
5
+
- This release is compatible with Spring Cloud 2025.0.0, 2024.0.0-2024.0.2, 2023.0.0-2023.0.5, 2022.0.0-2022.0.5. (Note: 2025.0.x(x>0) and 2024.0.y (y>2) should be supported, but they aren't tested with this release.)
6
+
7
+
### Spring Cloud Azure Dependencies (BOM)
8
+
9
+
#### Dependency Updates
10
+
- Upgrade `azure-sdk-bom` to 1.2.37.
6
11
7
12
### Spring Messaging Azure Service Bus
8
13
This section includes changes in the `spring-messaging-azure-servicebus` module.
@@ -11,6 +16,10 @@ This section includes changes in the `spring-messaging-azure-servicebus` module.
11
16
- Lower the priority of the `EntityType` used by `ServiceBusTemplate`.
12
17
- Fix NPE when using JCA Starter with system Managed Identity.
13
18
19
+
### Azure Spring Data Cosmos
20
+
This section includes changes in `azure-spring-data-cosmos` module.
21
+
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#5230-08-05) for more details.
22
+
14
23
## 5.22.0 (2025-04-08)
15
24
- This release is compatible with Spring Boot 3.4.0-3.4.4, 3.3.0-3.3.10, 3.2.0-3.2.12, 3.1.0-3.1.12, 3.0.0-3.0.13. (Note: 3.4.x (x>4), 3.3.y (y>10) and 3.2.z (z>12) should be supported, but they aren't tested with this release.)
16
25
- This release is compatible with Spring Cloud 2024.0.1, 2023.0.0-2023.0.5, 2022.0.0-2022.0.5. (Note: 2024.0.x(x>1) and 2023.0.y (y>5) should be supported, but they aren't tested with this release.)
0 commit comments