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

Java Storage Client Library 2.2.0

Choose a tag to compare

@emgerner-msft emgerner-msft released this 26 May 21:08
· 688 commits to master since this release
  • Fixed a bug where maximum execution time was ignored for file, queue, and table services.
  • Changed the socket timeout to be set to the service side timeout plus 5 minutes when maximum execution time is not set.
  • Changed the socket timeout to default to 5 minutes rather than infinite when neither service side timeout or maximum execution time are set.
  • Fixed a bug where MD5 was calculated for commitBlockList even though UseTransactionalMD5 was set to false.
  • Fixed a bug where selecting fields that did not exist returned an error rather than an EntityProperty with a null value.
  • Fixed a bug where table entities with a single quote in their partition or row key could be inserted but not operated on in any other way.