File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33> See [ BreakingChanges] ( BreakingChanges.md ) for a detailed list of API breaks.
44
5+ ## Version 1.5.0:
6+
7+ - Added new method list_blob_names to efficiently list only blob names in an efficient way.
8+
59## Version 1.4.0:
610
711- azure-storage-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)
812- copy_blob method added to BlockBlobService to enable support for deep sync copy.
913
1014## Version 1.3.1:
15+
1116- Fixed design flaw where get_blob_to_ * methods buffer entire blob when max_connections is set to 1.
1217- Added support for access conditions on append_blob_from_ * methods.
1318
Original file line number Diff line number Diff line change 55# --------------------------------------------------------------------------
66
77__author__ = 'Microsoft Corp. <ptvshelp@microsoft.com>'
8- __version__ = '1.4 .0'
8+ __version__ = '1.5 .0'
99
1010# x-ms-version for storage service.
1111X_MS_VERSION = '2018-03-28'
Original file line number Diff line number Diff line change 4444
4545setup (
4646 name = 'azure-storage-blob' ,
47- version = '1.4 .0' ,
47+ version = '1.5 .0' ,
4848 description = 'Microsoft Azure Storage Blob Client Library for Python' ,
4949 long_description = open ('README.rst' , 'r' ).read (),
5050 license = 'MIT License' ,
You can’t perform that action at this time.
0 commit comments