From 62157374fdb4549d292bd7a97424b31dbcbf09b4 Mon Sep 17 00:00:00 2001 From: Ashley Stanton-Nurse Date: Thu, 6 Nov 2025 22:09:28 +0000 Subject: [PATCH] cosmos: update CHANGELOG for 0.29.0 release --- sdk/cosmos/azure_data_cosmos/CHANGELOG.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/sdk/cosmos/azure_data_cosmos/CHANGELOG.md b/sdk/cosmos/azure_data_cosmos/CHANGELOG.md index b3fda2eda8..f3d30159a6 100644 --- a/sdk/cosmos/azure_data_cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure_data_cosmos/CHANGELOG.md @@ -1,26 +1,15 @@ # Release History -## 0.30.0 (Unreleased) +## 0.29.0 (2025-11-10) ### Features Added - Added Regions to pass preferred regions through Cosmos Client Options. ([#3274](https://github.com/Azure/azure-sdk-for-rust/pull/3274)) - -### Breaking Changes - -- Renamed `Response::into_body(self) -> Result>` to `into_model(self) -> Result>`. `into_body(self)` now returns a `ResponseBody`. - -## 0.29.0 (Unreleased) - -### Features Added - - Adjusted the query engine abstraction to support future enhancements and optimizations. ([#3166](https://github.com/Azure/azure-sdk-for-rust/pull/3166)) ### Breaking Changes -### Bugs Fixed - -### Other Changes +- Renamed `Response::into_body(self) -> Result>` to `into_model(self) -> Result>`. `into_body(self)` now returns a `ResponseBody`. ## 0.28.0 (2025-10-07)