Skip to content

What's New in Version 0.12.8

December 10, 2025 10:29 AM UTC

Version 0.12.8 of the relationalai Python package is now available!

To upgrade, activate your virtual environment and run the following command:

Terminal window
pip install --upgrade relationalai
  • The client now tells you when results use cached index data. You see how many data streams are cached and when the cache was last updated. This helps you know if your results are fresh or from cache. No code changes are needed. If you use tools that check the exact output (such as log parsers or tests), update them for this new message.

  • When you run rai init, you can now choose how often your Snowflake data refreshes. The default is 30 minutes. Set it to 0 to refresh every time. This helps you keep data up to date without editing config files. Existing settings are kept, and scripted setups can pre-set the data_freshness_mins configuration option to skip the prompt.