What's New in Version 2026.9.11-438c741-1
Version 2026.9.11-438c741-1 of the RelationalAI Native App is now available!
Note that RelationalAI Native App upgrades are applied automatically and require no action on your part, unless you have opted-in to manual upgrades.
New Features and Enhancements
Section titled “New Features and Enhancements”- Write-write conflicts between transactions on the same model now return a clear, actionable error instead of a confusing system error. The message reads
The model is currently locked by active write transaction(s)and includes the RAI CLI command to cancel the blocking transaction.
Bug Fixes
Section titled “Bug Fixes”-
Incremental maintenance no longer fails with a
DeltaProcessingErroror reads back the wrong string value for a relationship with a functional dependency whose values come from more than one rule and include long strings. -
Prescriptive problems that repeat a decision variable or coefficient are now rejected with an
InvalidModelerror instead of silently solving a different problem than the one you defined. Re-run any such problems solved before this version to confirm their results. -
In a prescriptive problem, a
countover something other than conditions the solver decides, such as decision variables directly, now fails with a clearInvalidModelerror instead of an opaqueOTHER_ERROR.