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
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
# Release History
2
2
3
-
## 7.0.0-beta.2 (Unreleased)
4
-
Upgrade Spring Boot dependencies version to 4.0.2 and Spring Cloud dependencies version to 2025.1.0
5
-
Upgrade Spring Boot dependencies version to 4.0.1 and Spring Cloud dependencies version to 2025.1.0
3
+
## 7.0.0 (2026-02-03)
4
+
- This release is compatible with Spring Boot 4.0.0-4.0.2. (Note: 4.0.x (x>2) should be supported, but they aren't tested with this release.)
5
+
- This release is compatible with Spring Cloud 2025.1.0. (Note: 2025.1.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.4.
6
11
7
12
### Spring Cloud Azure Autoconfigure
8
13
This section includes changes in `spring-cloud-azure-autoconfigure` module.
9
14
10
15
#### Bugs Fixed
11
16
17
+
- Fixed OAuth2 JWT Bearer grant request parameter duplication issue where `grant_type` was being duplicated when using the on-behalf-of flow, causing `AADSTS70003: unsupported_grant_type` error. [#47657](https://github.com/Azure/azure-sdk-for-java/issues/47657)
12
18
- Fix `ClassNotFoundException: com.nimbusds.oauth2.sdk.util.StringUtils` in Active Directory starter. ([#47600](https://github.com/Azure/azure-sdk-for-java/issues/47600))
13
19
14
20
### Spring Cloud Azure Appconfiguration Config
@@ -18,6 +24,10 @@ This section includes changes in `spring-cloud-azure-appconfiguration-config` mo
18
24
19
25
- Fixed bug where connection string validation occurred even when `spring.cloud.azure.appconfiguration.enabled` is `false`. ([#47587](https://github.com/Azure/azure-sdk-for-java/issues/47587))
20
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#700-2026-02-03) for more details.
30
+
21
31
## 7.0.0-beta.1 (2025-12-23)
22
32
- This release is compatible with Spring Boot 4.0.0. (Note: 4.0.x (x>0) should be supported, but they aren't tested with this release.)
23
33
- This release is compatible with Spring Cloud 2025.1.0. (Note: 2025.1.x (x>0) should be supported, but they aren't tested with this release.)
Copy file name to clipboardExpand all lines: sdk/spring/spring-cloud-azure-actuator-autoconfigure/CHANGELOG.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,8 @@
1
1
# Release History
2
2
3
-
## 7.0.0-beta.2 (Unreleased)
3
+
## 7.0.0 (2026-02-03)
4
4
5
-
### Features Added
6
-
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
5
+
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#700-2026-02-03) for more details.
Copy file name to clipboardExpand all lines: sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,8 @@
1
1
# Release History
2
2
3
-
## 7.0.0-beta.2 (Unreleased)
3
+
## 7.0.0 (2026-02-03)
4
4
5
-
### Features Added
6
-
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
5
+
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#700-2026-02-03) for more details.
0 commit comments