OLake (v0.6.0)
March 21, 2026 β March 24, 2026
π― What's Newβ
Sourcesβ
-
Filters for CDC and incremental syncs -
Added filtering support for CDC and incremental syncs so users can selectively sync records based on configured conditions. -
Postgres strict SSL verification support -
Addedverify-caandverify-fullSSL support for Postgres using PEM certificate content input. Also removed support for passingsslrootcert,sslcert, andsslkeyas file paths; these fields now expect the actual PEM content instead.
π§ Bug Fixes & Stabilityβ
-
Datatype utility unit tests -
Added unit test coverage forutils/typeutils/datatype.goacross type detection, comparison, timestamp precision, and SQL type mapping, and fixed invalidreflect.Valuehandling to map totypes.Null. -
Oracle incremental cursor timezone fix -
Fixed incremental cursor handling for OracleTIMESTAMPandDATEcolumns by stripping the session timezone offset before saving cursor values, so TZ-naive columns donβt shift and re-read already synced records.