Skip to content

Commit

Permalink
v1.5.0 release for Blob
Browse files Browse the repository at this point in the history
  • Loading branch information
zezha-msft committed Feb 15, 2019
1 parent f97958b commit 216f883
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions azure-storage-blob/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
## Version 1.5.0:

- Added new method list_blob_names to efficiently list only blob names in an efficient way.

## Version 1.4.0:

- azure-storage-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)
- copy_blob method added to BlockBlobService to enable support for deep sync copy.

## Version 1.3.1:

- Fixed design flaw where get_blob_to_* methods buffer entire blob when max_connections is set to 1.
- Added support for access conditions on append_blob_from_* methods.

Expand Down
2 changes: 1 addition & 1 deletion azure-storage-blob/azure/storage/blob/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# --------------------------------------------------------------------------

__author__ = 'Microsoft Corp. <[email protected]>'
__version__ = '1.4.0'
__version__ = '1.5.0'

# x-ms-version for storage service.
X_MS_VERSION = '2018-03-28'
Expand Down
2 changes: 1 addition & 1 deletion azure-storage-blob/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setup(
name='azure-storage-blob',
version='1.4.0',
version='1.5.0',
description='Microsoft Azure Storage Blob Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='MIT License',
Expand Down

0 comments on commit 216f883

Please sign in to comment.