What's New in Version 1.16.0
Version 1.16.0 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiNew Features and Enhancements
Section titled “New Features and Enhancements”- You can now use
OplogConfigto opt in to model oplog recording during deploys. Setoplog.enabled: trueso a successfulrai models deployrecords the change in the model oplog. That record then lets you userai models pull,rai models branch, andrai models mergefor that model. Before 1.16.0, the public Python API docs did not expose this config section or this opt-in deploy behavior.