12.18.0-beta.2 (2024-04-15)
- Added support for service version 2024-05-04.
- Added ability to retrieve file handle client name with ShareFile/DirectoryClient.GetHandles() and .GetHandlesAsync().
- Added ability to call ShareFileClient.GetRangeListDiff() and .GetRangeListDiffAsync() on a file that has been renamed.
- Fixed bug where on
ShareDirectoryClient
andShareFileClient
, calling.Rename(..)
will throw a 403 Authentication Error, if the source storage client was instantiated with a SAS on theUri
, will not pass the SAS to the destination client, when the destination does not have any credentials.