Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
339 stars 241 forks source link

What is the plane of 0.37.0 release? #510

Closed smtakeda closed 6 years ago

smtakeda commented 6 years ago

Which service(blob, file, queue) does this issue concern?

azure-storage package

Which version of the SDK was used? Please provide the output of pip freeze.

0.36.0

What problem was encountered?

Python logging is missing. It appeared 0.37.0 has it. We would like to enable it for https://github.com/snowflakedb/snowflake-connector-python

Have you found a mitigation/solution?

none other than reading code.

Note: for table service, please post the issue here instead: https://github.com/Azure/azure-cosmosdb-python.

Fra-nk commented 6 years ago

See https://github.com/Azure/azure-storage-python#getting-started

prior to and including version 0.36.0, there used to be a single package (azure-storage) containing all services. It is no longer supported, and users should install the 3 before-mentioned service packages individually, depending on the need.

zezha-msft commented 6 years ago

Hi @smtakeda, thanks for reaching out!

The previews versions are now deprecated. Please upgrade to the latest version, there are instructions on the Readme page. Also please refer to here on how to set up the logging.