Releases: ITHit/WebDAVServerSamples
Releases · ITHit/WebDAVServerSamples
v15.1.14101-Beta
- WebDAV wizard for Visual Studio now supports .NET 9.
- WebDAV Server Samples now run on .NET 9.
- Default handler page updated. Paging is replaced with infinity scroll.
- WebDAV wizard did not work with Visual Studio 17.12.2 update. Now this bug is fixed.
- Engine.CorsAllowedForList method added. Now list of CORS domains are supported with regexp.
- License verification updated to support new bundle licening.
v15.0.13942-Beta
- Default server page updated. Now new WebDAV Ajax Library v6 Beta and WebDAV Drive app is used to open documents.
v14.1.13942
- NPM JavaScript packages references updated.
- NuGet modules references updated.
v14.1.13916
- WebDAVServer.FileSystemSynchronization.AspNetCore sample and code generated using WebDAV wizard for Visual Stdudio with Synchronization option enabled did not move streams with a file on Windows file system. This bug is now fixed.
v14.1.13908
- Item ID is now long value (8 byte) in instead of 16-byte array in all synchronization collection samples.
- If file is deleted, moved or renamed the project failed to run in VS Code. Now App_Data folder is removed from project.
- resource-id header is now added to PUT response headers in sample code and code generated by Visual Studio WebDAV wizard.
- "Object reference not set" exception is thrown when sync id was not found during files and folders delete operations in collection synchronization sample WebDAVServer.FileSystemSynchronization.AspNetCore and code generated by Visual Studio wizard with file system back-end.
- Collection synchronization sample now return metadata-Etag property for each item, indicating if file metadata has changed.
- React UI front-end flicker on refresh or any notifications from server. This bug is now fixed.
v14.0.13424-Beta
- WebDAV Server wizard for Visual Studio Code is provided.
- Alternative Data Streams / extended attributes sample classes refactored.
- In WebDAV server samples with file system back-end, if 0-length file upload overwrite existing file, the file modified date did not update. This bug is now fixed.
v13.4.13237
- .NET 8 is now supported by WebDAV wizard for Visual Studio.
- All WebDAV server samples now run on .NET 8.
- NPM and NuGet references updated.
v13.3.13192
- NullReferenceExceprion was thrown in WebDAV Server samples with MS SQL back-end during lock discovery. This bug is now fixed.
- ETag was not returned for newly created files in WebDAV Server Samples with MS SQL back-end. This bug is now fixed.
- Synchronization collection sample and code generated by wizard did not delete files correctly. This bug is now fixed.
v13.3.13138
- The content-length of a file is now reported as zero while file is being uploaded in WebDAV server samples with file system back-end. Otherwise client application may try to download a file while upload is in progress.
v13.3.13124
- MimeType class did not return content-type for some types of images. This bug is now fixed.
- Web Sockets did not reconnect in VUE UI. Now Web Sockets reconnect automatically.