What's New in Version 0.7.2
New Features and Enhancements
Section titled “New Features and Enhancements”-
Added an option to the interactive rai init CLI command to specify the engine size when configuring your RAI engine. Prior to this release, the engine size was automatically set to the default value specified by the
engine_size
key in yourraiconfig.toml
file, orHIGHMEM_X64_S
if the key was missing or you do not have araiconfig.toml
file. Now, the configured default value is selected but can specify a different engine size during initialization. -
Added a new
wait_for_stream_sync
configuration key to theraiconfig.toml
file that allows you to specify whether to wait for a data stream to synchronize before executing a query. The default value istrue
, which means that queries will wait for change tracking data to be processed before executing. If you set the value tofalse
, the query will execute immediately but the results may not reflect the most recent changes to the source data. -
Made several improvements to the RAI debugger:
-
Added support for loading
debug.jsonl
files exported during one RAI debugger session into a new debugger session by dragging and dropping the file into the debugger UI. -
Added a settings option to strip sensitive data, such as result set samples, from exported data. This is turned on by default and can be disabled using the toggle switch in the settings menu by clicking on the gear icon in the top right-hand corner of the debugger UI.
-
Improved logging output when exporting a
debug.jsonl
file to enable better support when sharing the file with RAI.
-
Bug Fixes
Section titled “Bug Fixes”- Fixed a bug that caused a bug that caused transaction profile information in the RAI debugger to be displayed incorrectly.