What's New in Version 2026.7.21-f60cc22-1
Version 2026.7.21-f60cc22-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”-
Queries that process large amounts of text now run faster on the Logic Reasoner.
-
You can now clear all the data loaded from a Snowflake source table by emptying that table. The data is removed on the next sync. Previously, empty tables were skipped during syncing, so the original data stayed in the app.
-
You can now recover a data stream export task that keeps timing out by increasing its warehouse size or timeout. Each data stream uses a Snowflake serverless task to export its processed changes, and a large or costly export can exceed the default limits. Adjust them with two new SQL procedures, intended for exceptional cases and usually done with RelationalAI support:
Bug Fixes
Section titled “Bug Fixes”-
Certain queries no longer fail while returning their results, most notably some prescriptive reasoning workloads. Previously, a recent change to the query engine could cause these queries to crash with an internal error.
-
You can now generate predictions immediately after training a Predictive Reasoning model. Previously, this could crash when an earlier training run had left data behind.
-
Deleting a model no longer interrupts queries that are still running against it. Previously, deleting a model while it was still in use could fail those in-progress queries with a
Database was closed and this transaction was discardederror. -
A logic reasoner assigned from warm capacity now works reliably as soon as it starts. Previously, such a reasoner could reject its first transactions with connection errors, or briefly appear under a different name than the one you requested.
-
App upgrades are now more reliable on accounts where services are slow to restart: the app now waits up to 20 minutes for them to come back online, up from 10.
-
Every upgrade now automatically restores a permission that older apps need to run queries, so upgrading no longer risks leaving an app unable to respond. Previously, an app installed before that permission existed could lose it during an upgrade and stay unavailable until it was restored manually.
Security
Section titled “Security”- Resolved a remote code execution vulnerability (CVE-2026-4372) in predictive reasoners. We patched it by upgrading the bundled Hugging Face
transformerslibrary to version 5.12.1. Upgrading the app applies the fix, so there is no action required on your part.