Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Java Storage Client Library 3.1.0

Choose a tag to compare

@emgerner-msft emgerner-msft released this 16 Sep 21:12
· 684 commits to master since this release
  • Fixed a bug in table where a select on a non-existent field resulted in a null reference exception if the corresponding field in the TableEntity was not nullable.
  • Fixed a bug in table where JsonParser was automatically closing the response stream before it was completely drained causing socket exhaustion.
  • Fixed a bug in StorageCredentialsAccountAndKey.updateKey(String) which prevented valid keys from being set.
  • Added CloudBlobContainer.listBlobs(final String, final boolean) method.
  • Fixed a bug in blob where using AccessConditions on block blob uploads larger than 64MB done with the upload* methods or block blob uploads done openOutputStream with would fail if the blob did not already exist.
  • Added support for setting a proxy per request. Proxy can be set on an OperationContext instance and will be used when that instance is passed to the request method.