Skip to content

Storage Client Library 1.3.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 29 Aug 09:08
· 310 commits to master since this release

2016.08 Version 1.3.0

ALL

  • Fixed the issue that retry filter will fail against storage emulator.
  • Fixed a hang issue of StorageServiceClient with retry policy filter set when retrying sending the request, the stream is not readable anymore.
  • Updated the default value of CorsRule.ExposedHeaders, CorsRule.AllowedHeaders to empty and CorsRule.MaxAgeInSeconds to 0 for setServiceProperties APIs of all services.
  • Fixed the issue that service SAS doesn't work if specifying the AccessPolicy.Protocols.

BLOB

QUEUE

  • Updated the QueueMessageResult.dequeueCount from string to number.
  • Added the API QueueService.getUrl for getting the queue url.

TABLE

  • Added the API TableService.getUrl for getting the table url.