Tonic Structural release information

Learn about what’s in the latest Tonic.ai product releases.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
v1294
October 19, 2024

Fixed an issue where generator application errors appeared to be encrypted.

v1298
October 23, 2024

Fixed an issue where missing data could cause the application to crash.

v1297
October 23, 2024

Bug fixes and other internal updates.

v1295
October 21, 2024

Bug fixes and other internal updates.

v1296
October 22, 2024

On Database View, when you create a sensitivity rule from the bulk edit function, Structural now automatically populates the data type.

v1293
October 18, 2024

Bug fixes and other internal updates.

v1292
October 17, 2024

Fixed an issue where generator application errors appeared to be encrypted.

v1290
October 17, 2024

Fixed an issue that caused display issues for Collection View rows that had applied generators.

Fixed an issue that prevented the application from redirecting after the workspace settings were saved.

v1291
October 17, 2024

Fixed an issue where generator suggestions caused the sensitivity scan to fail.

Fixed an issue that caused an error to sometimes occur when configuring a workspace to write output to Tonic Ephemeral.

v1289
October 16, 2024

Docker Compose files that are generated for output to a container repository now no longer contain an obsolete version specification.

Removed data science mode from Structural. The option to enable data science mode no longer appears in workspace settings.

International Address generator - The new International Address Generator can generate street addresses and postal codes for Canada, and postal codes for the United Kingdom.

v1287
October 14, 2024

For new workspaces that support it, Data Pipeline V2 is now the default data generation option.

v1286
October 11, 2024

Structural now provides suggested generators for additional sensitivity types such as marital status.

The Protection Audit Trail now includes sensitivity rule events, including when a sensitivity rule is created, edited, or deleted.

v1285
October 10, 2024

Bug fixes and other internal updates.

v1280
October 7, 2024

When you create a custom sensitivity rule from the Bulk Edit panel of Database View, you can now choose to apply the generator preset to all of the workspace columns that match the new rule. The Save and Apply option replaces the previous Save and Scan option.

v1283
October 8, 2024

Bug fixes and other internal updates.

v1284
October 9, 2024

Fixed an issue that caused a horizontal scrollbar to appear beneath the Privacy Hub sensitive column cards.

v1282
October 8, 2024

Structural no longer requires an external mount to monitor workers.

v1281
October 7, 2024

The new environment setting TONIC_DB_SCHEMA configures the Tonic Structural application database schema. Use the new environment setting TONIC_MIGRATION_ENABLE_LOGGING to enable or disable logging when applying migrations to the Tonic Structural application database. Note that if TONIC_DB_SCHEMA is a non-public value, then you must restart the API container. If there was existing data in the Tonic Structural application database, that data is not migrated. After the API is restarted and the migrations are applied, you can import a backup of the existing data.

v1278
October 2, 2024

Oracle - When TONIC_ORACLE_SKIP_CREATE_DB is true, tables in the destination database are preserved. If a table filter is provided in TONIC_TABLE_WHITELIST, then destination tables that are not in the whitelist are preserved. Before this change, those tables were truncated.

v1276
October 2, 2024

MongoDB - Added the environment setting TONIC_MONGO_MASK_FIELD_IDS. When set to true, Structural assigns the Mongo ObjectId Key generator to ObjectId field names. Consistency is enabled. The default value is false.

v1279
October 4, 2024

Bug fixes and other internal updates.

v1277
October 2, 2024

Bug fixes and other internal updates.

v1275
October 1, 2024

Bug fixes and other internal updates.

v1274
October 1, 2024

Improved error handling for PII detectors.

Google BigQuery - Fixed an issue where some BigQuery workspaces did not release rows from memory in a timely manner.

v1273
September 30, 2024

MySQL - The new environment setting TONIC_MYSQL_USE_NATIVE_DUMP_TOOL, when set true, prefers the mysql native tools over the existing default of mariadb.