Skip to content

Commit 843160b

Browse files
authored
Update spring-reference and sync changelog (Azure#36551)
* update spring reference * sync changelog
1 parent fa88683 commit 843160b

File tree

3 files changed

+329
-311
lines changed

3 files changed

+329
-311
lines changed

sdk/spring/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release History
22

3+
## 5.5.0 (2023-08-28)
4+
- This release is compatible with Spring Boot 3.0.0-3.1.2. (Note: 3.1.x (x>2) should be supported, but they aren't tested with this release.)
5+
- This release is compatible with Spring Cloud 2022.0.0-2022.0.4. (Note: 2022.0.x (x>4) 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.2.16.
11+
12+
### Azure Spring Data Cosmos
13+
This section includes changes in `azure-spring-data-cosmos` module.
14+
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#550-2023-08-28) for more details.
15+
316
## 4.11.0 (2023-08-25)
417
- This release is compatible with Spring Boot 2.5.0-2.5.15, 2.6.0-2.6.15, 2.7.0-2.7.14. (Note: 2.5.x (x>15), 2.6.y (y>15) and 2.7.z (z>14) should be supported, but they aren't tested with this release.)
518
- This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.8. (Note: 2020.0.x (x>6) and 2021.0.y (y>8) should be supported, but they aren't tested with this release.)

sdk/spring/azure-spring-data-cosmos/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
#### Other Changes
1212

13+
### 5.5.0 (2023-08-28)
14+
15+
#### Bugs Fixed
16+
* Fixed an issue with IN statement in annotated queries not working for `Long` data type - See [PR 36267](https://github.com/Azure/azure-sdk-for-java/pull/36267).
17+
1318
### 3.38.0 (2023-08-25)
1419

1520
#### Bugs Fixed

0 commit comments

Comments
 (0)