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
- Update version_client.txt versions from 6.1.0-beta.1 to 6.1.0 for all Spring modules
- Run update_versions.py to update pom.xml files
- Revert unrelated file changes outside sdk/spring and sdk/boms/spring-cloud-azure-dependencies
- Update azure-sdk-bom version to 1.3.3 in spring-cloud-azure-dependencies/pom.xml
- Update sdk/spring/CHANGELOG.md with:
- Release date 2025-12-15
- Compatibility notes for Spring Boot 3.5.0-3.5.8 and Spring Cloud 2025.0.0
- BOM section with azure-sdk-bom upgrade to 1.3.3
- Aggregated bug fixes from individual module CHANGELOGs
- Azure Spring Data Cosmos section reference
- Update sdk/spring/azure-spring-data-cosmos/CHANGELOG.md with release date
- Update all other sdk/spring/xxx/CHANGELOG.md files to reference main CHANGELOG
Co-authored-by: Netyyyy <[email protected]>
Copy file name to clipboardExpand all lines: sdk/spring/CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Release History
2
2
3
-
## 6.1.0 (Not released)
3
+
## 6.1.0 (2025-12-15)
4
+
- 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.)
5
+
- 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.)
6
+
7
+
### Spring Cloud Azure Dependencies (BOM)
8
+
9
+
#### Dependency Updates
10
+
- Upgrade `azure-sdk-bom` to 1.3.3.
4
11
5
12
### Spring Cloud Azure Autoconfigure
6
13
This section includes changes in `spring-cloud-azure-autoconfigure` module.
@@ -10,6 +17,17 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module.
10
17
- 2 `TokenCredential` bean found in AzureServiceBusMessagingAutoConfiguration. [#47470](https://github.com/Azure/azure-sdk-for-java/pull/47470)
11
18
-`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)
12
19
20
+
### Spring Cloud Azure Appconfiguration Config
21
+
This section includes changes in `spring-cloud-azure-appconfiguration-config` module.
22
+
23
+
#### Bugs Fixed
24
+
25
+
- Fixed bug where `spring.cloud.azure.appconfiguration.enabled=false` was ignored in the new major version.
26
+
27
+
### Azure Spring Data Cosmos
28
+
This section includes changes in `azure-spring-data-cosmos` module.
29
+
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#610-2025-12-15) for more details.
30
+
13
31
## 5.24.1 (2025-12-09)
14
32
- 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
33
- 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.)
0 commit comments