Skip to content

Commit 631b4df

Browse files
CopilotNetyyyy
andauthored
Update CHANGELOG files for Spring Cloud Azure 6.3.0 release
Agent-Logs-Url: https://github.com/Netyyyy/azure-sdk-for-java/sessions/c1f44194-0d4f-446f-8e71-a861d3d217ab Co-authored-by: Netyyyy <92105726+Netyyyy@users.noreply.github.com>
1 parent e3ea129 commit 631b4df

29 files changed

Lines changed: 66 additions & 217 deletions

File tree

sdk/boms/spring-cloud-azure-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.azure</groupId>
5555
<artifactId>azure-sdk-bom</artifactId>
56-
<version>1.3.3</version> <!-- NOTE: This should be updated manually. -->
56+
<version>1.3.6</version> <!-- NOTE: This should be updated manually. -->
5757
<type>pom</type>
5858
<scope>import</scope>
5959
</dependency>

sdk/spring/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
2-
## 6.3.0-beta.1 (Unreleased)
2+
## 6.3.0 (2026-04-29)
3+
- This release is compatible with Spring Boot 3.5.0-3.5.14. (Note: 3.5.x (x>14) should be supported, but they aren't tested with this release.)
4+
- This release is compatible with Spring Cloud 2025.0.0-2025.0.2. (Note: 2025.0.x (x>2) should be supported, but they aren't tested with this release.)
5+
6+
### Spring Cloud Azure Dependencies (BOM)
7+
8+
#### Dependency Updates
9+
- Upgrade `azure-sdk-bom` to 1.3.6.
310

411
### Spring Cloud Azure Autoconfigure
512

@@ -30,6 +37,10 @@ This section includes changes in `spring-messaging-azure-servicebus` module.
3037

3138
- Fixed `DefaultServiceBusNamespaceProcessorFactory` not removing closed/disposed `ServiceBusProcessorClient` instances from its internal cache, causing subsequent `createProcessor()` calls to return stale, non-functional processors. [#48030](https://github.com/Azure/azure-sdk-for-java/issues/48030)
3239

40+
### Azure Spring Data Cosmos
41+
This section includes changes in `azure-spring-data-cosmos` module.
42+
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#630-2026-04-29) for more details.
43+
3344
## 6.2.0 (2026-03-25)
3445
- 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.)
3546
- 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: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
## Release History
22

3-
### 6.3.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 6.3.0 (2026-04-29)
84

95
#### Bugs Fixed
106

117
* Fixing bug where count query defined in a Java text block in `@Query` causes a class cast exception - See [Bug #47910](https://github.com/Azure/azure-sdk-for-java/issues/47910).
128
* Also fixed the same bug for sum query.
139

14-
#### Other Changes
15-
1610
### 6.2.0 (2026-03-25)
1711

1812
#### Other Changes

sdk/spring/spring-cloud-azure-actuator-autoconfigure/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Release History
22

3-
## 6.3.0-beta.1 (Unreleased)
3+
## 6.3.0 (2026-04-29)
44

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#630-2026-04-29) for more details.
126

137
## 6.2.0 (2026-03-25)
148

sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Release History
22

3-
## 6.3.0-beta.1 (Unreleased)
3+
## 6.3.0 (2026-04-29)
44

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#630-2026-04-29) for more details.
126

137
## 6.2.0 (2026-03-25)
148

sdk/spring/spring-cloud-azure-appconfiguration-config-web/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Release History
22

3-
## 6.3.0-beta.1 (Unreleased)
3+
## 6.3.0 (2026-04-29)
44

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#630-2026-04-29) for more details.
126

137
## 6.2.0 (2026-03-25)
148

sdk/spring/spring-cloud-azure-appconfiguration-config/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Release History
22

3-
## 6.3.0-beta.1 (Unreleased)
3+
## 6.3.0 (2026-04-29)
44

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#630-2026-04-29) for more details.
126

137
## 6.2.0 (2026-03-25)
148

sdk/spring/spring-cloud-azure-autoconfigure/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Release History
22

3-
## 6.3.0-beta.1 (Unreleased)
3+
## 6.3.0 (2026-04-29)
44

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#630-2026-04-29) for more details.
126

137
## 6.2.0 (2026-03-25)
148

sdk/spring/spring-cloud-azure-core/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Release History
22

3-
## 6.3.0-beta.1 (Unreleased)
3+
## 6.3.0 (2026-04-29)
44

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#630-2026-04-29) for more details.
126

137
## 6.2.0 (2026-03-25)
148

sdk/spring/spring-cloud-azure-docker-compose/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Release History
22

3-
## 6.3.0-beta.1 (Unreleased)
3+
## 6.3.0 (2026-04-29)
44

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#630-2026-04-29) for more details.
126

137
## 6.2.0 (2026-03-25)
148

0 commit comments

Comments
 (0)