Skip to content

Release Notes

0.9.9

September 4, 2025 6:30 PM UTC

Version 0.9.9 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
  • Minor improvements to performance and stability.

0.9.8

September 4, 2025 6:12 PM UTC

Version 0.9.8 of the relationalai Python package is now available. This release includes improved error messages for configuration issues and enhanced accuracy in data stream status reporting in the CLI.

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

Terminal window
pip install --upgrade relationalai
  • Improved error messages for missing or invalid configuration files to make setup and troubleshooting easier:
    • If the raiconfig.toml file is missing, you’ll now see a clear message prompting you to run rai init to create one.
    • If the active profile specified in your config is missing or invalid, the error message guides you to check your profiles and use rai profile:switch or rai init as needed.
    • When required configuration values are missing, the error message now includes the profile name and config file path to help you quickly locate and fix the issue.
  • Fixed incorrect status reporting in the rai imports:list command. In some cases, streams were shown as “completed” while they were still processing or quarantined.

0.9.7

August 28, 2025 10:18 PM UTC

Version 0.9.7 of the relationalai Python package is now available. This release improves the client’s resiliency to transient network issues.

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

Terminal window
pip install --upgrade relationalai
  • The RelationalAI Python client now automatically retries requests that fail due to ConnectionResetError (such as “connection reset by peer”) when fetching query results. This enhancement makes query result retrieval more resilient to transient network or server issues, reducing the likelihood of failures and improving overall reliability.

2025.8.25-3f6925f

August 27, 2025 9:00 PM UTC

This release includes a bug fix for engine initialization states.

Note that RelationalAI Native App upgrades are applied automatically and require no action on your part, unless you have opted-in to manual upgrades.

  • Fixed an issue where suspended engines incorrectly showed a timestamp in the SUSPENDS_AT field in the api.engines view and api.get_engine() procedure. Now, for engines that are already suspended, the SUSPENDS_AT field will be NULL.