From 497efc0076c62f453880020fc9a9db2a3e8e5680 Mon Sep 17 00:00:00 2001 From: Kushagra Thapar Date: Tue, 18 Jul 2023 10:32:05 -0700 Subject: [PATCH 1/2] Added spring boot 3 support to changelog --- sdk/spring/azure-spring-data-cosmos/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md b/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md index bd8096819e89..9d9dd650fbdb 100644 --- a/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md +++ b/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md @@ -13,7 +13,8 @@ ### 5.3.0 (2023-06-28) #### Features Added -* Support Spring Data Commons 3 [34878](https://github.com/Azure/azure-sdk-for-java/pull/34878). +* Support Spring Boot 3 - See [PR 34874](https://github.com/Azure/azure-sdk-for-java/pull/34874). +* Support Spring Data Commons 3 - See [PR 34878](https://github.com/Azure/azure-sdk-for-java/pull/34878). #### Other Changes * Optimized default implementation of `findById(ID id)` from `CrudRepository` so that it will execute point reads where id is also the partition key, and log a warning where it is not. The new behavior is more optimal, especially for large containers with many partitions - see [PR 35403](https://github.com/Azure/azure-sdk-for-java/pull/35403). From 63825bacd1dad211073c4888507df7c15c022bfc Mon Sep 17 00:00:00 2001 From: Kushagra Thapar Date: Tue, 18 Jul 2023 10:33:44 -0700 Subject: [PATCH 2/2] Updated spring data cosmos chagelog --- sdk/spring/azure-spring-data-cosmos/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md b/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md index 9d9dd650fbdb..5b989d8d33e4 100644 --- a/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md +++ b/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md @@ -18,11 +18,13 @@ #### Other Changes * Optimized default implementation of `findById(ID id)` from `CrudRepository` so that it will execute point reads where id is also the partition key, and log a warning where it is not. The new behavior is more optimal, especially for large containers with many partitions - see [PR 35403](https://github.com/Azure/azure-sdk-for-java/pull/35403). +* Updated `azure-cosmos` to version `4.46.0`. ### 3.35.0 (2023-05-25) #### Other Changes * The module `azure-spring-data-cosmos` was moved from sdk/cosmos to sdk/spring - See [PR 33905](https://github.com/Azure/azure-sdk-for-java/pull/33905) +* Updated `azure-cosmos` to version `4.45.1`. ### 3.34.0 (2023-04-21) #### Breaking Changes