Skip to content

Commit 143ba3a

Browse files
authored
Merge 5.24 CHANGELOG (#47497)
1 parent 074e3aa commit 143ba3a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

sdk/spring/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module.
1010
- 2 `TokenCredential` bean found in AzureServiceBusMessagingAutoConfiguration. [#47470](https://github.com/Azure/azure-sdk-for-java/pull/47470)
1111
- `spring.cloud.azure.eventhubs.credential.token-credential-bean-name` not take effect in AzureEventHubsMessagingAutoConfiguration. [#47470](https://github.com/Azure/azure-sdk-for-java/pull/47470)
1212

13+
## 5.24.0 (2025-12-04)
14+
- This release is compatible with Spring Boot 3.5.0-3.5.8, 3.4.0-3.4.12, 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>8) and 3.4.y (y>12) should be supported, but they aren't tested with this release.)
15+
- 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.)
16+
17+
### Spring Cloud Azure Dependencies (BOM)
18+
19+
#### Dependency Updates
20+
- Upgrade `azure-servicebus-jms` to 2.1.0.
21+
22+
### Azure Spring Data Cosmos
23+
This section includes changes in `azure-spring-data-cosmos` module.
24+
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#5240-2025-12-04) for more details.
25+
1326
## 6.0.0 (2025-09-22)
1427
- This release is compatible with Spring Boot 3.5.0-3.5.5. (Note: 3.5.x (x>5) should be supported, but they aren't tested with this release.)
1528
- This release is compatible with Spring Cloud 2025.0.0. (Note: 2025.0.x(x>0) should be supported, but they aren't tested with this release.)

sdk/spring/azure-spring-data-cosmos/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
#### Other Changes
1212

13+
### 5.24.0 (2025-12-04)
14+
15+
#### Other Changes
16+
* regular release
17+
1318
### 6.0.0 (2025-09-22)
1419

1520
#### Other Changes

0 commit comments

Comments
 (0)