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-cosmos/CHANGELOG.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,9 @@
1
1
## Release History
2
2
3
-
### 4.4.0b3 (Unreleased)
3
+
### 4.4.0 (2023-06-09)
4
4
5
5
#### Features Added
6
-
7
-
#### Breaking Changes
8
-
9
-
#### Bugs Fixed
10
-
11
-
#### Other Changes
6
+
- GA release of Patch API and Delete All Items By Partition Key
12
7
13
8
### 4.4.0b2 (2023-05-22)
14
9
@@ -24,7 +19,7 @@
24
19
### 4.4.0b1 (2023-04-11)
25
20
26
21
#### Features Added
27
-
- Added **preview** delete all items by partition key functionality. See [PR 29186](https://github.com/Azure/azure-sdk-for-python/pull/29186).
22
+
- Added **preview** delete all items by partition key functionality. See [PR 29186](https://github.com/Azure/azure-sdk-for-python/pull/29186). For more information on Partition Key Delete, please see [Azure Cosmos DB Partition Key Delete](https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-delete-by-partition-key?tabs=python-example).
28
23
- Added **preview** partial document update (Patch API) functionality and container methods for patching items with operations. See [PR 29497](https://github.com/Azure/azure-sdk-for-python/pull/29497). For more information on Patch, please see [Azure Cosmos DB Partial Document Update](https://learn.microsoft.com/azure/cosmos-db/partial-document-update).
0 commit comments