Tonic Fabricate release information

Learn about what’s in the latest Tonic.ai product releases.
3.4.0
November 24, 2025

The Data Agent can now display response data in a table.

3.3.0
November 21, 2025

Users with an Enterprise license can now export Data Agent databases to Avro and Iceberg. The Avro export produces an .avro file for each table. The Iceberg export produces a folder structure that contains the data and metadata.

3.2.2
November 20, 2025

Improved how we track AI usage for billing.

3.2.1
November 19, 2025

Fixed an issue with exporting Boolean values in PostgreSQL.

Improved error handling for postprocessing scripts on array columns.

3.2.0
November 18, 2025

Added support to export data to Parquet.

Data Agent databases now support all of the same export targets as rule-based databases.

The Data Agent now accepts any plain text file, regardless of the file extension.

3.1.0
November 17, 2025

You can now clone a Data Agent database. To clone the database, hover over the database name at the left, then click the clone icon.

In the Data Agent chat, you can copy any of the Data Agent responses. Previously, only the JavaScript and SQL included a copy icon. To copy a response, hover over the response, then click the copy icon at the bottom right of the response text.

Improved Data Agent text generation.

3.0.0
November 12, 2025

The Fabricate Data Agent, which uses an AI chat to create and configure databases, is now available to all users.

As of now, all new Free and Plus accounts must use the Data Agent for all of their databases. The previous database configuration option, now referred to as rule-based databases, is only available to Enterprise users.

Fixed an issue where international addresses were assigned US street names.

Fixed an issue with opening an exported database file.

2.11.0
November 7, 2025

Added functionality to the beta Data Agent databases feature, including:

  • Ability to generate Finish Personal Identity Codes (PICs)
  • Ability to generate credit card data
  • Ability to generate MongoID object identifiers
  • Ability to upload .jpg and .png image files. For example, to provide a template for generating files from database data.
  • Ability to generate PowerPoint files
  • Ability to export the database to a JSON array

You can now use the Fabricate API to retrieve and download Data Agent databases.

From the Fabricate application, users can now delete their Fabricate account.

2.10.0
November 3, 2025

For pay-as-you-go users, the Stripe integration now allows you to change your payment method.

For the beta Data Agent feature, fixed an issue with downloading files from the Data Agent chat.

Fixed the field display order when exporting a database to JSON.

2.9.0
October 21, 2025

In the beta Data Agent, you can now import JSON static data in addition to CSV.

Fixed an issue where selecting a different database did not clear the currently displayed table from the previously selected database.

2.8.0
October 20, 2025

Users who try to sign up now receive a notification if the email address is already associated with an account.

The beta Data Agent feature now allows you to upload files as input.

The Admin Console now displays the Fabricate version number.

Fixed an issue where you could not delete a database if it had a variant.

2.7.2
October 17, 2025

Fixed an issue where new users on a self-hosted instance started a free trial.

Fixed an issue where users could not download exported data.

For the beta Data Agent database feature, added environment variables for self-hosted instances to provide an Anthropic API key and URL. The Data Agent uses Claude from Anthropic.

2.7.1
October 14, 2025

Fixed an issue with PDF export from the beta Data Agent.

2.7.0
October 14, 2025

For the beta Data Agent feature, you can now prompt the Data Agent to use database data to populate PDFs, Word files, and email messages. For example, "Use the order data to produce example order confirmation email messages" or "Create an invoices database and create 5 example invoice PDFs". The Data Agent provides links to download the files.

2.6.2
October 10, 2025

Fixed a display issue on the login page.

2.6.1
October 9, 2025

Fixed an issue with backing up and restoring databases.

2.6.0
October 9, 2025

Data Agent databases (Beta) - The Fabricate Data Agent is an AI chat interface that you use to create and define a set of data. You use the chat to make any adjustments to the data structure and content. The Data Agent asks questions as needed to clarify the request, then generates SQL and JavaScript to implement the changes. You can also run SQL queries to add or edit data, and can also edit values in individual cells. You can export the data from a Data Agent database to CSV, JSONL, SQLLite, SQL Server, or PostgreSQL.

When you create a database, Fabricate prompts you to decide whether to create a Data Agent database or a rules-based database, which is the original type of Fabricate database where you define rules for generating the data.

The Data Agent database feature is currently in beta and can be activated for specific Cloud customers. To request access to the Data Agent database feature, contact Tonic.ai.

2.5.3
October 7, 2025

Fixed an issue with the license plan change from Professional to Plus.

2.5.2
September 26, 2025

Fixed an issue with generating JSON.

2.5.1
September 24, 2025

The Professional plan is renamed to Plus. We also improved notifications and handling for free trials that are ending.

Fixed an issue with using the burndown option.

Fixed an issue where rows did not render correctly.

Fixed an issue where child fields could not refer to a field in a parent table because the field was not yet created.

2.5.0
September 23, 2025

Fabricate can now generate a MongoDB database.

To help support MongoDB, added the Mongo ObjectId generator, which is intended for document identifier columns.

2.4.0
September 16, 2025

The new Row Number generator assigns a unique number to each row. You select the column to use to sort the rows.

You can now import a table from a JSON or JSONL file. Previously you could only import a table from a CSV file.

Fixed an issue with exporting SQL tables.

2.3.1
September 11, 2025

Fixed an issue with exporting a single table.

2.3.0
September 11, 2025

The option to clone a database is moved from the database header to the Settings tab.

The Add Table(s) button is now a dropdown menu that contains the table creation options.

The new table creation menu includes a From SQL query option. This replaces the option to create what was once called a view, and is now referred to as a SQL table.

In the table creation menu, the new Generate static data using AI option allows you to create a static data table from an AI prompt. The new option generates a CSV file that you can download.

2.2.1
September 11, 2025

Fixed an issue where instances that were configured to use v2 signatures for Amazon S3 were still using v4 signatures.