Skip to content

v4.0.10891.0-Beta

Choose a tag to compare

@ITHitBuild ITHitBuild released this 02 Nov 18:55
· 61 commits to master since this release
  • Full synchronization added to Virtual Drive and WebDAV Drive samples.
  • The file/folder is now left in the not In-Sync state after the move operation. Rolling back changes made in v4.0.10312.0 Beta.
  • The file did not auto-unlock after IClientNotifications.UpdteAsync() call. Now is auto-unlocked.
  • Sample Lock/Unlock context menu was displayed on all Cloud Filter API-based drives, such as OneDrive. Now this bug is fixed.
  • IEngine.FilterAsync() was not called inside IClientNotifications.UpdateAsync() method for Locking and unlocking. Now FilterAsync() is called for locking and unlocking.
  • OperationType.Unlock added.
  • Detetion code in Virtual File System and WebDAV Drive samples moved from DeleteCompletionAsync() to DeleteAsync().
  • Logging refactored.
  • Adding start/stop console commands for engine, remote storage monitor and full sync service in all samples.
  • FileLoadException "the process can not access the file because it is being used by another process." may be thrown during hydration and dehydration if the file is blocked. Now the info message is logged by the Engine instead of throwing an exception.