Changelog

in progress

2026-03-21 v0.7.3

  • Core: Improved resource handling for Dask progress bar

2026-03-21 v0.7.2

  • Dependencies: Updated to pandas 3.x

2026-03-21 v0.7.1

  • OCI: Switched from Debian bookworm to trixie

  • Improved target address URL decoding around database/schema option

2026-01-11 v0.7.0

  • Improved error handling when InfluxDB data source is empty or addressed incorrectly. Thanks, @ZillKhan.

  • Improved importing data into CrateDB including varying tags, by using CrateDB’s dynamic column policy on the whole table. Thanks, @ZillKhan.

2025-11-18 v0.6.1

  • CI: Validated on Python 3.14

  • OCI: Started providing builds for linux/arm64

2025-08-19 v0.6.0

  • API: Added timeout URL query parameter, using a default value of 60 seconds. Thanks, @ZillKhan.

  • ILP/InfluxDB: Validated importing multiple measurements

  • ILP/SQL: Fixed importing multiple measurements into different tables. Thanks, @ZillKhan.

  • ILP: Started using Polars for reading data after read_lineprotocol, because the pandas-based implementation was too memory-intensive after introducing grouping of measurements when importing from ILP. Polars’ lazy computation helps in this regard. Thanks, @ZillKhan.

2025-05-04 v0.5.1

  • CI: Started verifying against Python 3.13. Thanks, @Penlect.

2024-09-17 v0.5.0

  • Unlock loading ILP files into SQLAlchemy databases

  • Unlock loading ILP files from HTTP resources

2024-06-23 v0.4.0

  • Dask interface: Accept and forward the new if-exists URL query parameter to Dask’s to_sql() method.

2024-06-13 v0.3.1

  • SQLAlchemy Dialect: Dependencies: Use sqlalchemy-cratedb>=0.37.0 This includes the fix to the get_table_names() reflection method.

2024-06-11 v0.3.0

  • Dependencies: Migrate from crate[sqlalchemy] to sqlalchemy-cratedb

2024-05-30 v0.2.1

  • Fix CrateDB Cloud connectivity by propagating ssl=true query argument

2024-04-10 v0.2.0

  • Export data from InfluxDB API and data directory into line protocol format

2024-03-22 v0.1.2

  • Add support for Python 3.12

  • Dependencies: Use dask[dataframe]

2023-11-12 v0.1.1

  • Fix project metadata

2023-11-12 v0.1.0

  • Feature: Copy test data to InfluxDB

  • Tests: Speed up test data import by specifying row count

  • Tests: Add test for influxio info

  • Feature: Add reading line protocol format from file

  • Feature: Add reading line protocol format from URL

  • Feature: Export from InfluxDB and import into RDBMS, using SQLAlchemy/pandas/Dask