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
Adding the ability to create a container with analytical storage turned on. (#12408)
* Adding the ability to createa container with analytical storage turned on
* Updating the changelog
* disabling analytical storage tests while running against emulator (for the time being)
* fixing pylint issues
* Update sdk/cosmos/azure-cosmos/CHANGELOG.md
Co-authored-by: Steve Faulkner <[email protected]>
* changing func param to kwargs param
* removing whitespace that pylint doesn't like
* commenting out analytical storage unit tests out until we have emulator support
* noting in docstring that analytical storage can only be enabled on Synapse Link enabled accounts
* just kicking the tires to get the build working
Co-authored-by: Steve Faulkner <[email protected]>
Co-authored-by: annatisch <[email protected]>
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos/CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
## 4.0.1 (Unreleased)
2
2
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
-
- Fix for bug where options headers were not added to upsert_item function. Issue #11791 - thank you @aalapatirvbd.
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
-
- Fixed #12570 - Thanks @sl-sandy.
7
4
8
-
** Bug fixes **
5
+
**New features**
6
+
- Added the ability to set the analytical storage TTL when creating a new container.
7
+
8
+
**Bug fixes**
9
9
- Fixed support for dicts as inputs for get_client APIs.
10
10
- Fixed Python 2/3 compatibility in query iterators.
11
+
- Fixed type hint error. Issue #12570 - Thanks @sl-sandy.
12
+
- Fixed bug where options headers were not added to upsert_item function. Issue #11791 - thank you @aalapatirvbd.
13
+
- 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.
11
14
12
15
13
16
## 4.0.0 (2020-05-20)
@@ -247,4 +250,3 @@ Version 4.0.0b1 is the first preview of our efforts to create a user-friendly an
0 commit comments