Storage Client Library 1.1.0
2016.06 Version 1.1.0
ALL
- Fixed the issue that using SAS doesn't work against storage emulator.
- Fixed the issue that the service SAS signature is incorrect when protocol parameter is specified.
- Fixed the issue that the timeout query string should be in seconds instead of milliseconds.
BLOB
- Added parameter snapshotId to BlobService.getUrl function to support getting url of a specified snapshot.
- Fixed the issue that the getUrl doesn't work against storage emulator.
- Fixed the race issue that the _rangeList may be deleted before using it in the BlockRangeStream._getTypeList function.
- Fixed the issue that downloading block blob with size bigger than 32MB will fail when using anonymous credential.
- Added
CREATE
toBlobUtilities.SharedAccessPermissions
.
TABLE
- Supported string type value for entity PartionKey and RowKey.
- Supported implicit Edm type value for entity properties. The supported implicit Edm types including Int32, Double, Bool, DateTime and String.
FILE
- Fixed the issue that the getUrl doesn't work against storage emulator.
- Added
CREATE
toFileUtilities.SharedAccessPermissions
.