This beta corrects a side effect of the switch to FoundationDB. As FDB limits the size of records it can store a limit was introduced in Warp 10 to ensure metadata (class + labels + attributes) do not exceed a threshold which ensures they can be stored in FDB. This limit was enforced unconditionally even when not using FDB. This beta release introduces new configuration keys to relax the check and only emit a warning.
The version of the FoundationDB Java bindings was also set to 7.1.33 which is the latest stable version.
The README file was refactored.
The utility warp10.sh
now includes an option to initialize the LevelDB directory.