Skip to content

What's New in Version 0.11.3

October 23, 2025 10:11 PM UTC

Version 0.11.3 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
  • Data stream synchronization is now smarter and more efficient! With this update, data streams are reset automatically only when the columns of a source table actually change—such as when columns are added, removed, or modified. Changes to table metadata that don’t affect columns (like adding tags or enabling change tracking) no longer cause unnecessary stream resets.