MainSourcesMongo
Changelog
0.1.5
2026-06-08
Schema-mode timestamp parsing now handles extended IANA timezone formats like 2025-11-03T14:22:47-05:00[America/New_York].
Validation now accepts sharded clusters.
0.1.4
2026-06-02
When infer_typed_strings is enabled, a single unparseable value no longer widens the entire column to text. The majority type wins and outliers coerce to NULL.
0.1.3
2026-05-25
Fixes a type inference bug where BSON arrays were replicated as strings. Arrays now land as JSON on targets with Variant or native JSON column support.
Extends CDC retry coverage to additional transient error codes.
0.1.1
2026-05-20
Snapshot document transform now respects row boundaries to avoid arrow Utf8 i32 offset overflow on collections with large string fields.
Last updated on