0.15.1 (2026-04-15)¶
Breaking Changes¶
Mark Greenplum connector as deprecated and pending for removal in v1.0.0.
Features¶
-
Test Python 3.14 compatibility.
-
Test Spark 4.1.x compatibility.
For now, only Iceberg & Excel packages do not support Spark 4.1, but other connections & file formats do.
Improvements¶
-
Allow
Kafka.SSLProtocolto be used in both TLS and mTLS modes (without and with keystore, respectively). -
Make Clickhouse/MySQL dialects less strict regarding table names.
For Clickhouse(database="...") and MySQL(database="...") allow DBReader(source=...) and DBWriter(target=...) to be in format sometable instead of schema.table. If database=None, then table name should be in format schema.table, as for other DB connections.