Skip to content

v13.0.12190-Beta

Choose a tag to compare

@ITHitBuild ITHitBuild released this 02 Nov 19:56
· 38 commits to master since this release
  • Client UI demo page now can be generated in React.js, VUE or JQuery. Visual Studio WebDAV Wizard step added.
  • "Async" is removed from all interface names.
  • IFolder.CreateFileAsync() method now provides stream and mime-type parameter. IFile.WriteAsync() is not called anymore after IFolder.CreateFileAsync() call if entire file content is passed. The file should be created and content is written in CreateFileAsync() method.
  • Upload of files >30Mb via Microsoft mini-redirector with Digest auth failed if the sample WebDAV server was hosted in Kestrel. Now workaround in sample Digest middleware is provided.
  • Now the sample servers implementation filters web socket events by client instance ID. Events are not sent back to the WebDAV client that initiated the update/move/delete/lock/unlock operation. The client instance ID is provided by the IT Hit User File System WebDAV Drive sample in InstanceID header when connecting web sockets and sending requests to the server.
  • Now the sample web sockets implementation sends events only for the root folder in case of a move and delete. Events for subfolders and files under the root folder are not being sent.
  • Web sockets did not encode item name in ItemPath field during files/folders creation. This bug is now fixed.
  • Reference to Microsoft.AspNetCore.Http.Abstractions is updated.