What’s New?
Starting from this version, the Diagnostic Report now begins checking for correct formatting information in addition to its regular checks. We always recommend running the Diagnostic Report to verify that the synthetic data passes the most basic checks.
The new formatting checks include:
Datetime format. If your datetime columns are present in a specific format (like “Sept 1, 2026” versus “09-01-26”), the report will now check that the synthetic data is in the correct format.
Regex format: If your ID columns have a specific Regex format (such as “ID_39280”, then report will now check that the synthetic data follows that format.
Context inside Regex: If you have specific context inside your Regex (like the first 2 letters must represent a country code like “US_29313” or “CA_91033”), then the report also checks that the synthetic data has the valid context. To learn more about Regexes with context, check out our docs.
Release History
0.51.0 (Sep 1, 2026): The initial release of v0.51 which includes the datetime and Regex format tests.