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
Copy file name to clipboardExpand all lines: sdk/cosmos/azure_data_cosmos/CHANGELOG.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,15 @@
1
1
# Release History
2
2
3
-
## 0.30.0 (Unreleased)
3
+
## 0.29.0 (2025-11-10)
4
4
5
5
### Features Added
6
6
7
7
- Added Regions to pass preferred regions through Cosmos Client Options. ([#3274](https://github.com/Azure/azure-sdk-for-rust/pull/3274))
8
-
9
-
### Breaking Changes
10
-
11
-
- Renamed `Response<T, F>::into_body(self) -> Result<Response<T>>` to `into_model(self) -> Result<Response<T>>`. `into_body(self)` now returns a `ResponseBody`.
12
-
13
-
## 0.29.0 (Unreleased)
14
-
15
-
### Features Added
16
-
17
8
- Adjusted the query engine abstraction to support future enhancements and optimizations. ([#3166](https://github.com/Azure/azure-sdk-for-rust/pull/3166))
18
9
19
10
### Breaking Changes
20
11
21
-
### Bugs Fixed
22
-
23
-
### Other Changes
12
+
- Renamed `Response<T, F>::into_body(self) -> Result<Response<T>>` to `into_model(self) -> Result<Response<T>>`. `into_body(self)` now returns a `ResponseBody`.
0 commit comments