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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Release History
2
2
3
-
## 6.1.0 (Not released)
3
+
## 6.1.0 (2025-12-16)
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.
11
+
- Upgrade `azure-servicebus-jms` to 2.1.0.
4
12
5
13
### Spring Cloud Azure Autoconfigure
6
14
This section includes changes in `spring-cloud-azure-autoconfigure` module.
@@ -13,6 +21,18 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module.
13
21
14
22
- 2 `TokenCredential` bean found in AzureServiceBusMessagingAutoConfiguration. [#47470](https://github.com/Azure/azure-sdk-for-java/pull/47470)
15
23
-`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)
24
+
- Fix bug: 'token-credential-bean-name' not work in spring-cloud-azure-stream-binder. [#47557](https://github.com/Azure/azure-sdk-for-java/pull/47557)
25
+
26
+
### Spring Cloud Azure Appconfiguration Config
27
+
This section includes changes in `spring-cloud-azure-appconfiguration-config` module.
28
+
29
+
#### Bugs Fixed
30
+
31
+
- Fixed bug where `spring.cloud.azure.appconfiguration.enabled=false` was ignored in the new major version. [#47029](https://github.com/Azure/azure-sdk-for-java/pull/47029)
32
+
33
+
### Azure Spring Data Cosmos
34
+
This section includes changes in `azure-spring-data-cosmos` module.
35
+
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-16) for more details.
16
36
17
37
## 5.24.1 (2025-12-09)
18
38
- 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.)
0 commit comments