azure-storage-python

Microsoft Azure Storage Library for Python

MIT License

Downloads
18.3M
Stars
339
Committers
41

Bot releases are visible (Hide)

azure-storage-python - azure-storage-blob v1.3.0

Published by zezha-msft over 6 years ago

  • Support for 2018-03-28 REST version. Please see our REST API documentation and blog for information about the related added features.
  • Added support for setting static website service properties.
  • Added support for getting account information, such as SKU name and account kind.
  • Added support for put block from URL(synchronously).
azure-storage-python - azure-storage-file v1.3.0

Published by zezha-msft over 6 years ago

  • Support for 2018-03-28 REST version. Please see our REST API documentation and blog for information about the related added features.
azure-storage-python - azure-storage-queue v1.3.0

Published by zezha-msft over 6 years ago

  • Support for 2018-03-28 REST version. Please see our REST API documentation and blog for information about the related added features.
azure-storage-python - azure-storage-common v1.3.0

Published by zezha-msft over 6 years ago

  • Support for 2018-03-28 REST version. Please see our REST API documentation and blog for information about the related added features.
azure-storage-python - azure-storage-common v1.2.0rc1

Published by zezha-msft over 6 years ago

  • Increased default socket timeout to a more reasonable number for Python 3.5+.
  • Fixed bug where seekable streams (request body) were not being reset for retries.
azure-storage-python - azure-storage-blob v1.2.0rc1

Published by zezha-msft over 6 years ago

  • Support for 2017-11-09 REST version. Please see our REST API documentation and blog for information about the related added features.
  • Support for write-once read-many containers.
  • Added support for OAuth authentication for HTTPS requests(Please note that this feature is available in preview).
azure-storage-python - azure-storage-file v1.2.0rc1

Published by zezha-msft over 6 years ago

  • Support for 2017-11-09 REST version. Please see our REST API documentation and blog for information about the related added features.
azure-storage-python - azure-storage-queue v1.2.0rc1

Published by zezha-msft over 6 years ago

  • Support for 2017-11-09 REST version. Please see our REST API documentation and blog for information about the related added features.
  • Added support for OAuth authentication for HTTPS requests(Please note that this feature is available in preview).
azure-storage-python - azure-storage-file v1.1.0

Published by zezha-msft over 6 years ago

  • Support for 2017-07-29 REST version. Please see our REST API documentation and blogs for information about the related added features.
  • [Breaking] Error message now contains the ErrorCode from the x-ms-error-code header value.
azure-storage-python - azure-storage-queue v1.1.0

Published by zezha-msft over 6 years ago

  • Support for 2017-07-29 REST version. Please see our REST API documentation and blogs for information about the related added features.
  • Queue messages can now have an arbitrarily large or infinite time to live.
  • [Breaking] Error message now contains the ErrorCode from the x-ms-error-code header value.
azure-storage-python - azure-storage-common v1.1.0

Published by zezha-msft over 6 years ago

  • Support for 2017-07-29 REST version. Please see our REST API documentation and blogs for information about the related added features.
  • [Breaking] Error message now contains the ErrorCode from the x-ms-error-code header value.
azure-storage-python - azure-storage-blob v1.1.0

Published by zezha-msft over 6 years ago

  • Support for 2017-07-29 REST version. Please see our REST API documentation and blogs for information about the related added features.
  • Added support for soft delete feature. If a delete retention policy is enabled through the set service properties API, then blobs or snapshots could be deleted softly and retained for a specified number of days, before being permanently removed by garbage collection.
  • [Breaking] Error message now contains the ErrorCode from the x-ms-error-code header value.
azure-storage-python - azure-storage-file v1.0.0

Published by zezha-msft over 6 years ago

  • The package has switched from Apache 2.0 to the MIT license.
  • Fixed bug where get_file_to_* cannot get a single byte when start_range and end_range are both equal to 0.
  • [Breaking] Metadata keys are now case-preserving when fetched from the service. Previously they were made lower-case by the library.
azure-storage-python - azure-storage-queue v1.0.0

Published by zezha-msft over 6 years ago

  • The package has switched from Apache 2.0 to the MIT license.
azure-storage-python - azure-storage-blob v1.0.0

Published by zezha-msft over 6 years ago

  • The package has switched from Apache 2.0 to the MIT license.
  • Fixed bug where get_blob_to_* cannot get a single byte when start_range and end_range are both equal to 0.
  • Optimized page blob upload for create_blob_from_* methods, by skipping the empty chunks.
  • Added convenient method to generate container url (make_container_url).
  • [Breaking] Metadata keys are now case-preserving when fetched from the service. Previously they were made lower-case by the library.
azure-storage-python - azure-storage-common v1.0.0

Published by zezha-msft over 6 years ago

  • The package has switched from Apache 2.0 to the MIT license.
  • Added back the ability to generate account SAS for table service.
  • Fixed bug where a question mark prefix on SAS tokens causes failures.
  • Fixed the handling of path style host for the Storage Emulator, specifically the location lock and retry to secondary location.
  • [Breaking] Renamed the confusing argument name increment_power to increment_base on ExponentialRetry.
azure-storage-python - azure-storage-nspkg v3.0.0

Published by zezha-msft over 6 years ago

  • The package has switched from Apache 2.0 to the MIT license.
azure-storage-python - azure-storage-common v0.37.1

Published by zezha-msft almost 7 years ago

  • Fixed the return type of add and or methods on the AccountPermissions class
  • Added the captured exception to retry_context, in case the user wants more info in retry_callback or implement their own retry class.
  • Added random jitters to retry intervals, in order to avoid multiple retries to happen at the exact same time
azure-storage-python - azure-storage-blob v0.37.1

Published by zezha-msft almost 7 years ago

  • Enabling MD5 validation no longer uses the memory-efficient algorithm for large block blobs, since computing the MD5 hash requires reading the entire block into memory.
  • Fixed a bug in the _SubStream class which was at risk of causing data corruption when using the memory-efficient algorithm for large block blobs.
  • Support for AccessTierChangeTime to get the last time a tier was modified on an individual blob.
azure-storage-python - azure-storage-nspkg v2.0.0

Published by zezha-msft about 7 years ago

This is an internal package. The user should not use this directly.

Package Rankings
Top 1.28% on Pypi.org
Top 9.18% on Spack.io
Top 15.27% on Conda-forge.org
Related Projects