Tonic Structural release information

Learn about what’s in the latest Tonic.ai product releases.
v1649
February 13, 2026

Added the environment setting TONIC_SSO_OIDC_ADDITIONAL_ENDPOINT_BASE_ADDRESSES, which is used to set additional trusted OIDC endpoints beyond the primary issuer.

v1648
February 13, 2026

Fixed an issue where the PostgreSQL driver defaults for data source connection pool sizes could, for some deployment configurations, introduce server-side connection leaks for the Structural application database. To mitigate the leaks, explicit settings are now applied.

v1647
February 12, 2026

A new environment setting, TONIC_LLM_ENABLE_ENHANCED_RECOMMENDATIONS_SAMPLE_DATA, determines whether LLM-based sensitivity scans include sample data. Using sample data improves the quality of the detections. When set to false, only schema information is sent. The default value is true.

Structural Cloud users who have the Account Admin permission set can change this setting from the new Organization Settings tab under Structural Settings.

v1646
February 12, 2026

Bug fixes and other internal updates.

v1645
February 11, 2026

Bug fixes and other internal updates.

v1644
February 11, 2026

Bug fixes and other internal updates.

v1643
February 11, 2026

SQL Server - Added an environment setting TONIC_INDEX_RANGE_PARALLELISM to use to configure parallelism for passthrough copy commands for tables that have single-column numeric indexes.

Amazon Redshirt - For subsetting, added support for date/time primary keys and fixed table identification issues.

For self-hosted instances, Structural telemetry now includes database schema information.

SQL Server - SQL Server data generation now always uses the Data Pipeline V2 process. It does not support the previous process. The Confirm Generation panel no longer allows you to choose which process to use.

v1642
February 10, 2026

Fixed an issue where when a workspace was configured to automatically apply generators for schema changes, and you changed the top-level schema change management to block on some or all schema changes, you could not save the workspace configuration.

v1641
February 10, 2026

Bug fixes and other internal updates.

v1640
February 9, 2026

You can now configure the size of /dev/shm on the datapacker database container. This is needed for some large PostgreSQL data generation.

v1639
February 6, 2026

Bug fixes and other internal updates.

v1638
February 6, 2026

Bug fixes and other internal updates.

v1637
February 5, 2026

SQL Server - Added parallel reading strategies for large tables to improve performance by dividing work across numeric index columns or table partitions.

v1636
February 5, 2026

Fixed an issue where IdP initiated logins failed for Structural Cloud users that used an Okta SSO setup.

v1635
February 4, 2026

Bug fixes and other internal updates.

v1634
February 3, 2026

LLM-based sensitivity detection on Structural Cloud

On Structural Cloud, sensitivity scans now include more comprehensive sensitivity type identifications that are driven by LLM inference. The LLM-based sensitivity detection analyzes schema metadata and a small set of 3 or fewer data samples, which allows Structural to provide better type identification and expanded generator suggestions.

For more information about AI use in Structural, go to How Structural uses AI in the Structural user guide. To learn more about how these enhanced recommendations work or to discuss how to disable them for your account, contact support@tonic.ai.

v1633
February 3, 2026

Bug fixes and other internal updates.

v1632
January 30, 2026

SQL Server - SQL Server data generation now always uses the Data Pipeline V2 process. It does not support the previous process. The Confirm Generation panel no longer allows you to choose which process to use.

v1631
January 29, 2026

PostgreSQL - Fixed handling of partitioned tables that have non-unique indexes.

v1630
January 28, 2026

Fixed an issue in the Privacy Report where the reported total number of protected columns did not match the value displayed in the application.

Oracle - When an Oracle Wallet is used, you must now use a hostname, rather than an IP address, for the destination connection.

v1629
January 28, 2026

Telemetry from Structural Cloud now includes the identifiers of database columns, including the schema, table, and column names. This information is not currently sent from self-hosted instances.

Oracle - Added a check for DBMS_RANDOM execute privileges on the source database.

v1628
January 27, 2026

Bug fixes and other internal updates.

v1627
January 27, 2026

SQL Server - Deprecated the SQL_SERVER_SCRIPT_CROSS_DATABASE_REFERENCES configuration setting and added a new workspace-specific setting to enable the scripting of cross-database references.

v1626
January 26, 2026

Added global permission validation for the following API endpoints:

  • GET api/environment/settings

  • GET api/environment/settings/environment_overrides

  • GET api/external-secrets-managers

Added the following new API endpoints that include workspace permission validation:

  • GET api/workspace/{workspaceId}/environment/settings

  • GET api/workspace/{workspaceId}/environment/settings/environment_overrides

  • GET api/workspace/{workspaceId}/external-secrets-managers

v1625
January 22, 2026

Bug fixes and other internal updates.