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

Java Storage Client Library 2.0.0

Choose a tag to compare

@pemari-msft pemari-msft released this 20 Dec 23:02
· 692 commits to master since this release
  • Deprecated getSubDirectoryReference() for blob directories and file directories. Use getDirectoryReference() instead.
  • Fixed a bug where maxResults was not verified to be positive for list operations.
  • Fixed a bug where high precision Date values stored on Table Entites were forced to fit into milliseconds resulting in inaccuracies. Precision is limited to 1 millisecond by Java.util.Date. If greater precision is required, the String should be used directly.
  • Added TableRequestOptions.dateBackwardCompatibility, which supports reading Date values on Table Entities written using versions of this library prior to 2.0.0. See http://go.microsoft.com/fwlink/?LinkId=523753 for more details.
  • Deprecated AuthenticationScheme and its getter and setter. In the future only SharedKey will be used.