BeeGFS Hive Index changelog Version 1.1.0 ============= Major Changes: - Added functionality to run create index and update index simultaneously through a single command. It can be executed with the systemctl bee-index service and also using `bee` master command with the `index` option. The option to create and update index using two separate commands is still available. - New configuration file '/etc/beegfs/index/indexEnv.conf' added for bee-index service. - Fixed handling of special characters in the filename and directory names while storing and extracting from index database. Minor Changes: - Revised and updated the man pages to align with the latest changes and enhancements in `bee` master command for the `index` option. Version 1.0.1 ============= Major Changes: - Improved performance of index updates by combining events into fewer database transactions. - Support for special characters (like $, #) in the file/directory names Minor Changes: - Updated man pages with improved descriptions for all command line parameters Version 1.0.0 ============= Major changes: - Added bee update systemctl service - Introduces `bee` as a master command and other commands like ls, find, stats etc. as its subcommands - Ported all scripts are from Python 2 to Python 3 Minor changes: - Improved error messages - Changed installation path of Hive Index binaries - Support for memory limit. Instead of supplying memory limit size in bytes, users can now use mb/MB/M or gb/GB/G etc. - Added changes to enable creating a tree summary table in the initial scan itself - Included new environment variable to set Hive Index version (HiveIndexVersion)