What's New in Version 1.3.0
Version 1.3.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”-
Added three CLI commands for troubleshooting and environment checks:
rai versionfor a quick version check or--verboseoutput with runtime and install details.rai whoamito confirm which identity and profile the CLI is using, or--resolveto compare that with the server-resolved user.rai diagnoseto capture version, config, and connectivity diagnostics in one command, with optional JSON or YAML output for automation and support workflows.
-
Problem.display()now supportswhere=andlimit=arguments so you can inspect a filtered subset of rows or cap the output instead of printing the full problem summary.