Tonic Textual 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.
v236
March 6, 2025

Bug fixes and other internal updates.

v235
March 6, 2025

Bug fixes and other internal updates.

v234
v234
Removed
March 5, 2025

Fixed a data migration issue that could cause a Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException.

v233
February 28, 2025

Bug fixes and other internal updates.

v232
February 28, 2025

Bug fixes and other internal updates.

v231
February 25, 2025

Bug fixes and other internal updates.

v230
February 23, 2025

Fixed an issue with the experimental LLM synthesis where OpenAI event loops were closed.

v229
February 20, 2025

Bug fixes and other internal updates.

v228
February 18, 2025

Bug fixes and other internal updates.

v227
February 15, 2025

Bug fixes and other internal updates.

v226
February 15, 2025

Bug fixes and other internal updates.

v225
February 14, 2025

Bug fixes and other internal updates.

v224
February 12, 2025

On the Home page, in addition to typing or pasting text to redact, you can now upload a file.

v223
February 12, 2025

Improved the detection of URLs and email addresses.

The URL for the generated Textual SDK documentation is changed to https://tonic-textual-sdk.readthedocs-hosted.com/en/latest/index.html.

v222
February 10, 2025

Upgraded libraries to address security vulnerabilities.

v221
February 6, 2025

Bug fixes and other internal updates.

v220
February 5, 2025

Improved detection of signature blocks in PDFs.

v219
February 5, 2025

On self-hosted instances, when a dataset file fails to upload, you can now download the associated logs.

v218
February 3, 2025

For .docx dataset files, the image handling configuration is now also applied to SVGs.

The new Getting Started checklist guides users through the initial tasks to preview redaction, set up API access, install the SDK, and send a redaction request.

v217
January 30, 2025

Bug fixes and other internal updates.

v216
January 30, 2025

Bug fixes and other internal updates.

v215
January 27, 2025

Bug fixes and other internal updates.

v214
January 24, 2025

Custom entity types - You can now define custom entity types, to identify sets of values that are unique to your industry or organization. For each custom entity type, you provide one or more regular expressions to define the matching values. You can then enable or disable the entity type for each dataset and pipeline.

v213
January 24, 2025

Added additional language support.

v212
January 24, 2025

Fixed an issue that caused slow load times for customers with large datasets. Calls to GET /api/dataset and GET /api/dataset/{datasetid} no longer return entity information for the dataset files. Instead, the new GET /api/dataset/{datasetid}/pii_info endpoint returns the entity information for a dataset’s files.

A new dataset settings option controls the output in .docx tables. By default, table content goes through the regular scan and redaction process, and detected entity values are handled based on the dataset’s entity type handling configuration. You can also choose to completely block out all table cells, in which case each table cell is covered by a black box.