From 18eb8cf845631a781f4b057769b642c8b123a166 Mon Sep 17 00:00:00 2001 From: toswedlu <58496495+toswedlu@users.noreply.github.com> Date: Thu, 16 Jul 2020 15:34:08 -0400 Subject: [PATCH] Update sdk/cosmos/azure-cosmos/CHANGELOG.md Co-authored-by: Steve Faulkner --- sdk/cosmos/azure-cosmos/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index b6dd955b1655..54618cdbf4fe 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -3,7 +3,7 @@ - Added deprecation warning for "lazy" indexing mode. The backend no longer allows creating containers with this mode and will set them to consistent instead. - Fix for bug where options headers were not added to upsert_item function. Issue #11791 - thank you @aalapatirvbd. - 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. -- Added the ability to set the analytical storage TTL we creating a new container. +- Added the ability to set the analytical storage TTL when creating a new container. ** Bug fixes ** - 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 - Supports proxy connection -