CBFS Vault 2024 Changelog
This document provides high-level information about new features, fixes, and functionality changes between minor versions releases of CBFS Vault. The information provided here is also available as an RSS feed.
For more details or if you have any questions please contact support@callback.com
Version: 24.0.8974
Date: July 27, 2024
- [NEW] Initial release of version 2024
- [NEW] The .NET edition has been made compatible with MacCatalyst and iOS.
Version: 22.0.8551
Date: May 31, 2023
- [FIX] In some rare cases, the filesystem engine could return non-decrypted data of an encrypted file with a valid key.
Version: 22.0.8425
Date: January 25, 2023
- Minor documentation updates
Version: 22.0.8400
Date: December 31, 2022
- [NEW] Initial release of version 2022
- [IMPORTANT] Replaced the
UseJournaling
property andAlwaysJournalMetadata
configuration setting with theJournalingMode
parameter in theOpenVault
andCreateVault
methods. - [IMPORTANT] The password cache now supports expiration time (time-to-live) of passwords. The
FilePasswordNeeded
event and theCacheFilePassword
method got the corresponding parameters. - [NEW] The
CacheFilePassword
method got an extraRemoveFromCache
parameter. - [IMPORTANT] The
DefaultFilePassword
property has been split toDefaultFileCreatePassword
andDefaultFileAccessPassword
- [NEW] The
FileBeforeCopy
andFileAfterCopy
events have been added to track progress of file export/import methods (CopyToVault
andCopyFromVault
). - [NEW] The
Progress
event now reports the filename being copied byCopyToVault
andCopyFromVault
Version: 20.0.8181
Date: May 26, 2022
- [FIX] The
IsCorrupted
property returned true, when called on a closed vault. - [FIX] In callback mode, setting
VaultSizeMin
didn't account for the fact that the backend could already have space of this size. - [FIX] [CBDrive] [Windows]: Icon-related functions could fail to work with confusing errors.
Version: 20.0.8128
Date: April 3, 2022
- [NEW] Added support for x64 operations on Windows 11/ARM64 systems. Now, the installation methods executed in x64 mode can install the drivers and the helper DLL to such as system.
- [FIX] BSOD could occur in rare cases if the user-mode application was terminated.
- [FIX] Driver Verifier reported allocation of memory in non-paged pool without Nx flag. Workardound added.
Version: 20.0.8031
Date: December 27, 2021
- [NEW]
GetModuleVersion
now requests the version from the running filesystem driver, if one is available. This helps to obtain the version of the running driver in the period between the driver update and system restart. - [FIX] The helper DLL is now activated only in "explorer.exe", which should reduce the chance that it misses notifications after the host process quits.
- [FIX] [Python] Unicode event parameters were not converted right on platforms other than Windows.
Version: 20.0.7982
Date: November 8, 2021
- [FIX] A sporadic C++ exception could happen upon deletion of the component or application shutdown due to a compiler quirk.
Version: 20.0.7979
Date: November 5, 2021
- [NEW] Process tracking library improved, so the loaded driver should cause a slightly lower effect on system operations.
Version: 20.0.7922
Date: September 9, 2021
- [NEW] Preliminary support for Windows 11.
- [FIX] Docker failed to work in process isolation mode when CBFS Connect driver was installed. A workaround has been implemented.
- [FIX] Improved compatibility with CD-ROM devices when they are installed in the system.
- [NEW] Node.js edition (Beta).
Version: 20.0.7895
Date: August 13, 2021
- [NEW] Added the
AlwaysJournalMetadata
configuration setting (enabled by default) which enables or disables journaling of the filesystem structure even when the main data journaling is disabled. - [FIX] The automatic compact procedure did not start unless at least one of
VaultSizeMin
orVaultSizeMax
properties was set to a non-zero value. - [FIX]
GetFileSize
andGetFileMetadataSize
methods did not return correct results for values larger than 0x7FFFFFFF bytes. This did not affect any internal operations or file integrity.
Version: 20.0.7836
Date: June 15, 2021
- [NEW] Initial release
Download Changelog