Skip to content

Storage Client Library 2.7.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 11 Dec 10:45
· 148 commits to master since this release
d789db2

2017.12 Version 2.7.0

ALL

  • Default HTTP connection will enable keep-alive to improve performance.

BLOB

  • Added support for getBlobProperties, listBlobsSegmented and listBlobsSegmentedWithPrefix to return AccessTierChangeTime and AccessTierInferred properties.
  • Fixed a blob lease support issue for appendFromText and resizePageBlob.

TABLE

  • Fixed an apostrophe missing issue in TableQuery.where() example.