Skip to content

v8.1.26901.0

Compare
Choose a tag to compare
@ITHitBuild ITHitBuild released this 05 Jun 16:45
· 1 commit to master since this release
  • Metadata eTag received from remote storage is now set for every file system item in WebDAV Drive sample on Windows platform.
  • IFileMetadata now passed into IFile.ReadAsync() method.
  • On Windows platform if file is dehydrated and file content changes received from remote storage in GetChangesAsync(), ItemsChanged event is not fired and Windows Explorer is not updated. Now the event is fired for dehydrated files and Windows Explorer is updated properly.
  • Development certificate in samples is updated on Windows platform.
  • On Windows platform move after creation may cause two concurrent IFolder.CreateFolderAsync() calls. Now creation blocks any other calls until creation is completed.
  • LocalServer class is replaced with LocalServerIntegarated and LocalServerRpc classes for Windows platform.
  • Custom remote storage ID column is added in WebDAV Drive sample on Windows platform.
  • On Windows platform tray application context menu does not work in samples. Now this bug is fixed.
  • Remote storage monitor in Virtual File System sample and Virtual Drive sample on Windows platform throw exception when folder was deleted when application was not running, on application start. Now this bug is fixed.
  • Exception during incoming synchronization on Windows platform when the folder is deleted on the client when the app is not running, during the app start: FileNotFoundException: The system cannot find the file specified. (0x80070002). This bug is now fixed.