I am glad to announce the release of the Azure SDK for Python v0.10.0.  This 
package is available on the Python package index at 
http://pypi.python.org/pypi/azure.

The azure package makes it easy to access Microsoft Azure components such as 
Service Management, Storage Tables, Storage Blobs, Storage Queues, and Service 
Bus.  Some of the things you can do with the Azure SDK are:
- Create and Deploy Linux or Windows VMs
- Create Storage Accounts
- Transfer data on many storage offerings

Notable updates for v0.10.0 include:
- Performance improvements in xml deserialization of storage and service bus 
Table storage query_entities is ~25X faster for the maximum of 1000 entities
- Ability to upload and download blobs using multiple connections, along with 
retries when a chunk upload/download failure occurs Controlled via the 
max_connections, max_retries, retry_wait parameters
- Use get_certificate_from_publish_settings to get a .pem certificate from your 
azure publish settings file
- Ability to adjust the global http timeout
- Service bus event hub support (create/update/delete hubs + send events)

Also, I want to thank GitHub users lmazuel, rhaps0dy, timfpark, gaellbn, 
moutai, edevil, rjschwei and okaram for their contributions.

Full Release Notes: 
https://github.com/Azure/azure-sdk-for-python/releases/tag/v0.10.0
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to