Skip to content

v8.4.27341.0

Compare
Choose a tag to compare
@ITHitBuild ITHitBuild released this 17 Dec 11:04
· 1 commit to master since this release
  • "Aways keep on this device" context menu does not work after latest Windows updates. Hydration did not propagate down the folders tree. This bug is now fixed.
  • Samples now run on .NET 9.
  • Search by remote storage item ID is refactored. Search Placeholders.FindPathByRemoteStorageIdAsync()/FindByRemoteStorageIdAsync()/TryFindByRemoteStorageId() did not find item if indexing is disabled or item not indexed. Now these methods reliably return item that correspond to the remote storage ID.
  • Windows Explorer Refresh button functionality refactored.
  • License verification updated to support new bundle licensing.
  • Parsing protocol command parameters fixed and refactored in WebDAV Drive sample for Windows.
  • Add New Drive dialog fixed in WebDAV Drive sample for Windows.
  • FolderInvalidationIntervalMs is not set from config in WebDAV Drive sample for Windows. This bug is now fixed.
  • References to Microsoft Office COM interop replaced with package references.
  • If a file is locked by third-party user in WebDAV Drive sample for Windows, and the file is read-only, initial folder populating throw exception. Now this bug is fixed.
  • IServerCollectionNotifications.ProcessChangesAsync() throwed exception, if file is updated on the server side, unable to save eTag. Now this bug is fixed.
  • Logging for incoming operations fixed in WebDAV Drive sample for Windows.