PostgreSQL - Fixed an issue during data generation where partitioned tables did not use the appropriate indexes for parallelized reading. This is a follow-up to a fix in v1496.
PostgreSQL - Fixed a data generation issue where a small number of rows might be dropped when a table used parallelized range query reading that used an index that contained timestamp columns.
Fixed an issue where applying generator recommendations to a large number of tables or columns could cause the page to become unresponsive or crash.
Path expressions for document-based data - On Connection View, and for JSON columns that use Document View, you can now configure generators to apply to fields that match a JSONPath expression and that contain specific types of data.
The Jobs page for a workspace now displays a paginated table of jobs, filterable by status, type, or ID. You also can now search and view the full job history. Previously, only the 100 most recent jobs were displayed, and you could not view any older jobs.
Workspace schema caching - To improve the loading performance of the Structural application, you can now configure a workspace to cache the source database schema.
Fixed an issue where when a workspace was transferred to a new owner, and the original creator was deleted, the connection data became inaccessible.
During upsert, to accommodate schema changes in the destination database, we can now automatically add columns, whether those columns are nullable or not nullable, and whether or not the columns have default values.