8000 Releases · daq-tools/influxio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: daq-tools/influxio

v0.5.1

04 May 08:55
Compare
Choose a tag to compare

What's Changed

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

Details

  • Chore(deps): Update poethepoet requirement from <0.29 to <0.30 by @dependabot in #145
  • Chore(deps): Update validate-pyproject requirement from <0.20 to <0.21 by @dependabot in #146
  • Chore(deps): Update sphinxcontrib-mermaid requirement from <1 to <2 by @dependabot in #148
  • Chore(deps): Update mypy requirement from <1.12 to <1.13 by @dependabot in #149
  • Chore(deps): Update pyproject-fmt requirement from <2.3 to <2.5 by @dependabot in #151
  • Chore(deps): Update validate-pyproject requirement from <0.21 to <0.22 by @dependabot in #153
  • Chore(deps): Update ruff requirement from <0.7 to <0.8 by @dependabot in #152
  • Chore(deps): Update mypy requirement from <1.13 to <1.14 by @dependabot in #154
  • Chore(deps): Update validate-pyproject requirement from <0.22 to <0.23 by @dependabot in #155
  • Chore(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot in #162
  • Chore(deps): Bump python from 3.11-slim-bullseye to 3.12-slim-bullseye in /release/oci by @dependabot in #89
  • CI: Start verifying against Python 3.13 by @amotl in #170
  • Chore: Relax dependencies for development tooling by @amotl in #171
  • Chore(deps): Update pytest-cov requirement from <6 to <7 by @dependabot in #156
  • CI: Use uv package manager by @amotl in #172
  • Chore(deps): Update ruff requirement from <0.8 to <0.12 by @dependabot in #167

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 May 08:52
Compare
Choose a tag to compare

What's Changed

  • Unlock loading ILP files into SQLAlchemy databases
  • Unlock loading ILP files from HTTP resources

Details

  • Chore(deps): Update poethepoet requirement from <0.27 to <0.28 by @dependabot in #131
  • Chore(deps): Bump docker/build-push-action from 5 to 6 by @dependabot in #130
  • Chore(deps): Update ruff requirement from <0.5 to <0.6 by @dependabot in #132
  • Chore(deps): Update mypy requirement from <1.11 to <1.12 by @dependabot in #133
  • CI: Update to Docker Compose V2 by @amotl in #136
  • Chore(deps): Update sphinx requirement from <8 to <9 by @dependabot in #134
  • Chore(deps): Update pyproject-fmt requirement from <2.2 to <2.3 by @dependabot in #135
  • Chore(deps): Update myst-parser[linkify] requirement from <4,>=0.18 to >=0.18,<5 by @dependabot in #137
  • Chore(deps): Update validate-pyproject requirement from <0.19 to <0.20 by @dependabot in #138
  • Chore(deps): Update ruff requirement from <0.6 to <0.7 by @dependabot in #139
  • Chore(deps): Update poethepoet requirement from <0.28 to <0.29 by @dependabot in #140
  • Unlock loading ILP data into SQLAlchemy databases, from filesystem and HTTP by @amotl in #142
  • Chore: Format pyproject.toml with most recent `pyproject-fmt by @amotl in #143

Full Changelog: v0.4.0...v0.5.0

v0.4.0

04 May 08:52
Compare
Choose a tag to compare

What's Changed

  • Dask interface: Accept and forward the new if-exists query parameter by @amotl in #129

Full Changelog: v0.3.1...v0.4.0

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

0