Skip to content

What's New in Version 1.16.0

June 23, 2026 12:00 PM UTC

Version 1.16.0 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
  • You can now use OplogConfig to opt in to model oplog recording during deploys. Set oplog.enabled: true so a successful rai models deploy records the change in the model oplog. That record then lets you use rai models pull, rai models branch, and rai models merge for that model. Before 1.16.0, the public Python API docs did not expose this config section or this opt-in deploy behavior.