Releases: daq-tools/influxio
Releases · daq-tools/influxio
v0.5.1
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
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
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