OLake (v0.4.0 - v0.4.2)
February 21, 2026 β March 5, 2026
π― What's Newβ
Sourcesβ
- Column selection -
Added column-level selection for streams to allow users to select specific columns to sync, with async_new_columnsparameter to control whether newly added source columns are auto-included.
π§ Bug Fixes & Stabilityβ
-
MySQL UNSIGNED integer overflow fix -
Fixed CDC values for large MySQL UNSIGNED columns by reinterpreting signed integers from the binlog parser as the correct unsigned type before processing, preventing overflow/negative outputs. -
Chunk-scan query performance improvement -
Replaced tuple-based range predicates with explicit lexicographic predicates and moved the logic into a shared builder, improving MySQL chunk-scan plans and performance. β -
MSSQL uniqueidentifier chunk + CDC capture-instance stability -
Normalizeduniqueidentifier(GUID) byte values for consistent chunk split/scan boundaries, and added optionalmanage_capture_instancesto manage CDC capture instances during schema evolution.