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

Java Storage Client Library 8.6.3

Compare
Choose a tag to compare
@rickle-msft rickle-msft released this 30 Mar 23:00
· 17 commits to legacy-master since this release
fa993ec
  • Added the commitWriteOnInputStreamException option to BlobRequestOptions, which will allow the user to configure whether any data staged through openWrite when using the upload(InputStream, long) method will be committed upon failures in the InputStream.
  • Disabled httpsKeepAlive by default as it can introduce some perf issues.