Changelog
0.1.10
2026-07-02
Configured partition specs are now applied to history tables.
OAuth token refresh calls are retried with exponential backoff on transient failures.
0.1.8
2026-06-23
Fixes partition spec matching for sources that omit the database in the table identifier.
0.1.7
2026-06-16
New opt-in history mode writes every source event to a parallel append-only table. Positional deletes now emit soft deletes, matching equality delete mode behavior.
0.1.5
2026-06-08
System columns like _sm_synced_at are now available as partition fields.
0.1.2
2026-05-21
Caps S3 multipart part size at 64 MiB by default, fixing an edge case where large snapshot writes failed on oversized parts. Also fixes a Variant column bug that surfaced on CDC equality deletes.
0.1.1
2026-05-20
Adds a positional deletes mode for Merge on Read, backed by a per connector local primary key index. Emits V2 positional deletes or V3 deletion vectors, making Merge on Read tables readable from Snowflake and Databricks.
Last updated on