diff --git a/ChangeLog.md b/ChangeLog.md index 5ac0381..43ad493 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,10 @@ # Change Log > See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks. + +## Version 1.0.7 +- Updated readme with deprecation message + ## Version 1.0.6 - Removed dependency on azure-storage-python diff --git a/README.rst b/README.rst index 7fc9ed9..3f26739 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,12 @@ -Microsoft Azure CosmosDB SDK for Python -======================================= +Microsoft Azure CosmosDB Tables SDK for Python +============================================== -This project provides a client library in Python that makes it easy to -consume Microsoft Azure CosmosDB services. For documentation please see -the Microsoft Azure `Python Developer Center`_ +**Please note, a newer package is available** `azure-data-tables`_ **as of June 2021.** + +**While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. See** `Migration Guide`_ **for more details.** - If you are looking for the Service Bus or Azure Management - libraries, please visit - https://github.com/Azure/azure-sdk-for-python. +This project provides a client library in Python that makes it easy to +consume Microsoft Azure CosmosDB Table services. -.. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/ \ No newline at end of file +.. _azure-data-tables: https://pypi.org/project/azure-data-tables/ +.. _Migration Guide: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/migration_guide.md diff --git a/azure-cosmosdb-table/README.rst b/azure-cosmosdb-table/README.rst index a50dc12..21cf4ad 100644 --- a/azure-cosmosdb-table/README.rst +++ b/azure-cosmosdb-table/README.rst @@ -1,13 +1,14 @@ Microsoft Azure CosmosDB Table SDK for Python ============================================= +**Please note, a newer package is available** `azure-data-tables`_ **as of June 2021.** + +**While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. See** `Migration Guide`_ **for more details.** + This project provides a client library in Python that makes it easy to -consume Microsoft Azure CosmosDB Table services. For documentation please see -the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ Page. +consume Microsoft Azure CosmosDB Table services. - If you are looking for the Service Bus or Azure Management - libraries, please visit - https://github.com/Azure/azure-sdk-for-python. +Please note, this library supports service version 2017-04-17 and below. Compatibility @@ -117,10 +118,10 @@ Learn More - `Python Developer Center`_ - `Azure Storage Service`_ - `Azure Storage Team Blog`_ -- `API Reference`_ +.. _azure-data-tables: https://pypi.org/project/azure-data-tables/ +.. _Migration Guide: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/migration_guide.md .. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/ -.. _API Reference: https://azure.github.io/azure-cosmosdb-python/ .. _create an account: https://account.windowsazure.com/signup .. _Developer Forums on MSDN: http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata .. _Developer Forums on Stack Overflow: http://stackoverflow.com/questions/tagged/azure+windows-azure-storage diff --git a/azure-cosmosdb-table/samples/README.rst b/azure-cosmosdb-table/samples/README.rst new file mode 100644 index 0000000..f28cb22 --- /dev/null +++ b/azure-cosmosdb-table/samples/README.rst @@ -0,0 +1,12 @@ +Azure CosmosDB Table SDK Samples +================================ + +Samples in this repository use older `azure-cosmosdb-table`_ package. + +We recommend that you get started using the new package here instead: `azure-data-tables`_. + +Samples using the new package can be found here: `azure-sdk-for-python/sdk/tables/azure-data-tables/samples`_ + +.. _azure-cosmosdb-table: https://pypi.org/project/azure-cosmosdb-table/ +.. _azure-data-tables: https://pypi.org/project/azure-data-tables/ +.. _azure-sdk-for-python/sdk/tables/azure-data-tables/samples: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/tables/azure-data-tables/samples \ No newline at end of file diff --git a/azure-cosmosdb-table/setup.py b/azure-cosmosdb-table/setup.py index d896737..2fbb771 100644 --- a/azure-cosmosdb-table/setup.py +++ b/azure-cosmosdb-table/setup.py @@ -45,7 +45,7 @@ setup( name='azure-cosmosdb-table', - version='1.0.6', + version='1.0.7', description='Microsoft Azure CosmosDB Table Client Library for Python', long_description=open('README.rst', 'r').read(), license='Apache License 2.0',