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
+1-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
- Added deprecation warning for "lazy" indexing mode. The backend no longer allows creating containers with this mode and will set them to consistent instead.
4
4
- Fix for bug where options headers were not added to upsert_item function. Issue #11791 - thank you @aalapatirvbd.
5
5
- Fixed error raised when a non string ID is used in an item. It now raises TypeError rather than AttributeError. Issue #11793 - thank you @Rabbit994.
6
-
- Added the ability to set the analytical storage TTL we creating a new container.
6
+
- Added the ability to set the analytical storage TTL when creating a new container.
7
7
8
8
** Bug fixes **
9
9
- Fixed support for dicts as inputs for get_client APIs.
@@ -247,4 +247,3 @@ Version 4.0.0b1 is the first preview of our efforts to create a user-friendly an
0 commit comments