Releases: daq-tools/influxio
Releases · daq-tools/influxio
v0.3.1
v0.3.0
v0.2.1
What's Changed
Overview
- Fix CrateDB Cloud connectivity by propagating
ssl=true
query argument
Details
- Chore: Bump development dependencies by @amotl in #116
- Documentation: Serve docs via https://influxio.readthedocs.io/ by @amotl in #117
- Fix CrateDB Cloud connectivity by @amotl in #126
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
toInfluxDbApiAdapter
- Robustness improvements and documentation
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Add support for Python 3.12
- Dependencies: Use
dask[dataframe]
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
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