See BreakingChanges for a detailed list of API breaks.
- Removed dependency on azure-storage-python
- Packaging change to ensure futures is not installed in Python 3 environments
- Updated azure-storage-common dependency to >= 1.1.0, < 2.0.0
- Require futures package only for python versions <= 2.7
- Updated azure-storage-common to 1.1.0
- Patched the SDK to connect to the CosmosDB Table API using connection string
- GA Release
- General availability release
- The CosmosDB Tables SDK takes a dependency from 'azure-storage-common' package
- The Tables SDK has been split from azure-storage namespace and moved to the azure-cosmosdb namespace
- It can be referenced as 'azure-cosmosdb-table'
- Namespace package azure-cosmosdb-nspkg added to the cosmosdb namespace
- The other former azure-storage SDK components (blob, queue and file) can be referenced as azure-storage-blob, azure-storage-queue and azure-storage-file
- The files formerly found under azure.storage can now be found under azure.cosmosdb.common in the azure-cosmosdb-table package