Changelog¶
in progress¶
Connectors: Added Azure Blob Storage (
az://) and Azure Data Lake Storage Gen2 (adls://,abfss://) source and destination adapters, backed byadlfs. Supports account-key, SAS-token, and service-principal auth. Thanks, @hampsterx.Filesystem destinations: Fixed blob-storage destinations (S3, GCS, Azure) aborting at the end of a load because the required
post_loadhook was missing from the shared base class. Thanks, @hampsterx.Filesystem: Added
#key=valuereader hint channel to source URIs
2026/07/06 v0.6.0¶
Connectors: Added
file://source and destination adapters that read and write from/to local CSV / JSONL / Parquet files. Thanks, @hampsterx.Connectors: Refactored filesystem internals
Connectors: Migrated filesystem CSV reader from pandas to Polars <<<<<<< HEAD
Filesystem readers: Added support for BSON. Thanks, @hampsterx. =======
Connectors: Added a
file://destination that writes local CSV / JSONL / Parquet files, the write-side twin of thefile://source. Thanks, @hampsterx.Connectors: Added filesystem reader for the XLSX file format
f38a61cf (connector(xlsx): Add format reader for Excel XLSX files)
2026/07/02 v0.5.0¶
Connectors: Updated to Asana client v5
Core: Started using standard Python logger, removed
--quietoptionAPI: Made option
--source-tableoptional to prepare for streaming sourcesConnectors: Added an mq-bridge source for streaming brokers (Kafka/NATS/AMQP/MQTT/ZeroMQ/IBM MQ/AWS SQS), via the
<transport>+mqb://URI scheme, with dotted query keys (e.g.tls.required=true) for nested config such as TLS. Thanks, @marcomq.Maintenance: Started using
orjsonacross the boardConnectors: Centralize file-format to reader mapping across all sources. Thanks, @hampsterx.
2026/06/25 v0.4.0¶
Maintenance: Refactored module namespace. If you are using omniload as a library, this introduces many breaking changes. However, the new layout is much more ergonomic.
Core: Added lazy-loading adapter module registry, to speed up startup times.
2026/06/24 v0.3.0¶
Feature: Added embeddable
run_ingest()Python API. Thanks, @hampsterx.Dependencies: Updated to dlt v1.28
Dependencies: Updated to clickhouse-connect v1
2026/06/21 v0.2.0¶
Kafka: Expanded
default_msg_processorinto a miniature decoding unitdlt: Migrated from
ensure_pendulum_datetimetoensure_pendulum_datetime_utc
2026/06/19 v0.1.0¶
Dependencies: Permitted installation of SQLAlchemy 2.0
Dependencies: Relaxed package requirements across the board
Documentation: Migrated from VitePress to Sphinx
Runtime: Used tqdm progress bar instead of spinner
2026/05/17 v0.0.0¶
Imported code from ingestr v0.14.155
Project: Make it a library: Streamlined dependencies, now relaxed and inlined
Project: Migrated from Hatch to vanilla setuptools
Project: Migrated from Makefile to Poe the Poet
Project: Started using
versioningitfor versioningProject: Standardized version handling
OCI: Modernized
DockerfileDocumentation: Trimmed README, copy editing
CI: Validated on Python 3.14
OCI: Updated to Python 3.14 and Debian 13 “trixie”
dlt: Turned off telemetry due to excessive requests
Runtime: Removed interactive mode
--yes, replaced with--dry-runPackaging: Modernized PyPI and OCI publishing