Skip to content

Releases: daq-tools/influxio

v0.3.1

13 Jun 16:43
Compare
Choose a tag to compare

What's Changed

  • SQLAlchemy Dialect: Dependencies: Use sqlalchemy-cratedb>=0.37 by @amotl in #128

Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 Jun 01:43
Compare
Choose a tag to compare

What's Changed

  • Dependencies: Migrate from crate[sqlalchemy] to sqlalchemy-cratedb by @amotl in #127

Full Changelog: v0.2.1...v0.3.0

v0.2.1

30 May 00:59
Compare
Choose a tag to compare

What's Changed

Overview

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

Details

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Apr 01:33
Compare
Choose a tag to compare

What's Changed

  • Export data from InfluxDB API and data directory into line protocol format
  • Dask dependency and GitHub reStructuredText rendering fixes
  • Refactoring and renaming: influxio.adapter vs. influxio.model, InfluxDbAdapter to InfluxDbApiAdapter
  • Robustness improvements and documentation

Full Changelog: v0.1.2...v0.2.0

v0.1.2

22 Mar 22:45
Compare
Choose a tag to compare

What's Changed

  • Add support for Python 3.12
  • Dependencies: Use dask[dataframe]

Full Changelog: v0.1.1...v0.1.2

v0.1.1

12 Nov 02:07
Compare
Choose a tag to compare

What's changed?

  • Fix project metadata

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Nov 02:04
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: https://github.com/daq-tools/influxio/commits/v0.1.0