You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHANGED APILongtail_StorageAPI.CreateDirectory is now expected to create the full path hierarchy
CHANGED APILongtail_CreateDefaultCompressionRegistry now takes callback functions to create compression apis, this makes it possible to add new compression settings for a compression type without breaking older versions
NEW APILongtail_GetZStdHighQuality, Longtail_GetZStdLowQuality added
NEW APILongtail_CompressionRegistry_CreateForBrotli, Longtail_CompressionRegistry_CreateForLZ4, Longtail_CompressionRegistry_CreateForZstd
FIX Add retry when opening files and creating directories on Win32 platform due to network drives sometimes being slow in picking up created directories
FIX Add path in log context in FSStorageAPI_LockFile
FIX Add input parameter validation in FSStorageAPI_LockFile, FSStorageAPI_UnlockFile, InMemStorageAPI_LockFile and InMemStorageAPI_UnlockFile
FIX Restructured build scripts and GitHub workflows to allow more parallel builds
FIX Use correct path for lock file in fsblockstore on Mac and Linux