Log in
Oracle workspaces now always run on Data Pipeline V2. The option on the Confirm Generation panel to choose between classic flow and Data Pipeline V2 is removed. Existing Oracle workspaces will automatically use the Data Pipeline V2 flow.
Removed he Oracle database-link generation path and the TONIC_ORACLE_DBLINK_ENABLED environment setting. The setting no longer has any effect. You can remove it from your configuration. Database links that exist as objects in your Oracle schema are not affected. Structural still discovers them, and still warns when the destination is missing a link that is referenced by a source synonym.
OAuth for MCP authentication - You can now sign in through your browser to connect supported MCP clients to Structural. Before you approve the access, Structural shows you which application is requesting access. Existing API key connections continue to work and are not changed. To see everything you've authorized, or to revoke access at any time, go to User Settings → Connected applications.
IBAN generator updates:
The IBAN generator now replaces a value that is not a valid IBAN with a generated valid IBAN, instead of failing the row. This is enabled by default.
Added the following options to the IBAN generator: Replace Invalid Values, Country of the generated IBANs, and Also Replace NULL Values.
IBAN validation is now stricter. Values that were previously accepted as valid might now be treated as invalid and replaced.
IBAN columns that are a key, take part in a relationship, or have a unique index now use the masking algorithm that guarantees distinct values. Previously this could produce orphan rows in the destination, duplicate keys, or a failed insert, depending on the column and the type of job.
An IBAN written in lowercase or with spaces no longer fails the row.