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
Merge to main after spring cloud azure 5.22.0 released (Azure#44954)
* Add request-reply pattern of ServiceBusTemplate (Azure#44859)
(cherry picked from commit bd0e04e)
* Remove unused files that are legacy files from 4.x (Azure#44872)
(cherry picked from commit f6d8d81)
* External dependencies upgrade - Spring Boot 3.4.4 and Spring Cloud 2024.0.1 (Azure#44777)
* Upgrade external dependencies to align with Spring Boot 3.4.4
* update cspell
---------
Co-authored-by: github-actions <github-actions@github.com>
(cherry picked from commit df99696)
* Prepare for Spring Cloud Azure 5.22.0 release (Azure#44907)
* update version client
* update others
* update changelog
* Use consistent names from producer factory (Azure#44918)
* Use consistent names for consumer listener (Azure#44927)
* Make the conditions more accurate for JMS pool conn bean (Azure#44937)
* Increment package versions for spring releases (Azure#44942)
---------
Co-authored-by: Moary Chen <v-shilichen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
- This release is compatible with Spring Boot 3.4.0-3.4.4, 3.3.0-3.3.10, 3.2.0-3.2.12, 3.1.0-3.1.12, 3.0.0-3.0.13. (Note: 3.4.x (x>4), 3.3.y (y>10) and 3.2.z (z>12) should be supported, but they aren't tested with this release.)
21
+
- This release is compatible with Spring Cloud 2024.0.1, 2023.0.0-2023.0.5, 2022.0.0-2022.0.5. (Note: 2024.0.x(x>1) and 2023.0.y (y>5) should be supported, but they aren't tested with this release.)
22
+
23
+
### Spring Cloud Azure Dependencies (BOM)
24
+
25
+
#### Dependency Updates
26
+
- Upgrade `azure-sdk-bom` to 1.2.33.
27
+
28
+
### Spring Cloud Azure Autoconfigure
29
+
This section includes changes in `spring-cloud-azure-autoconfigure` module.
30
+
31
+
#### Features Added
32
+
- Register a new bean `ServiceBusConsumerFactory` to support request-reply pattern of `ServiceBusTemplate`.
33
+
34
+
### Spring Messaging Azure Service Bus
35
+
This section includes changes in the `spring-messaging-azure-servicebus` module.
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#5220-2025-04-08) for more details.
43
+
19
44
## 5.21.0 (2025-03-20)
20
45
- This release is compatible with Spring Boot 3.4.0-3.4.2, 3.3.0-3.3.6, 3.2.0-3.2.12, 3.1.0-3.1.12, 3.0.0-3.0.13. (Note: 3.4.x (x>2), 3.3.y (y>6) and 3.2.z (z>12) should be supported, but they aren't tested with this release.)
21
46
- This release is compatible with Spring Cloud 2024.0.0, 2023.0.0-2023.0.4, 2022.0.0-2022.0.5. (Note: 2024.0.x(x>0) and 2023.0.y (y>4) should be supported, but they aren't tested with this release.)
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-data-cosmos/CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,22 @@
1
1
## Release History
2
2
3
-
### 5.22.0-beta.1 (Unreleased)
3
+
### 5.23.0-beta.1 (Unreleased)
4
4
5
5
#### Features Added
6
6
7
7
#### Breaking Changes
8
8
9
+
#### Bugs Fixed
10
+
11
+
#### Other Changes
12
+
13
+
### 5.22.0 (2025-04-08)
14
+
9
15
#### Bugs Fixed
10
16
* Fixing bug when the PartitionKey is on a parent entity that was introduced when bulk support was added - See [PR 43801](https://github.com/Azure/azure-sdk-for-java/pull/43801).
0 commit comments