Skip to content

Releases: crate-workbench/cratedb-toolkit

v0.0.14

18 Jun 07:12
Compare
Choose a tag to compare

What's Changed

  • Added ctk cfr and ctk wtf diagnostics programs
  • Removed support for Python 3.7
  • SQLAlchemy dialect: Use sqlalchemy-cratedb>=0.37.0
    This includes the fix to the get_table_names() reflection method.

Details

  • Dependencies: Use sqlalchemy-cratedb>=0.36.1,<1 by @amotl in #164
  • Add CFR and WTF diagnostics programs by @amotl in #88
  • cfr: Add support to directly export to an archive file by @seut in #153
  • SQLAlchemy Dialect: Dependencies: Use sqlalchemy-cratedb>=0.37 by @amotl in #94
  • Use sqlalchemy's 'quote' function to quote table names and fix table quoting in cfr exporter by @seut in #172
  • CI: Add GHA workflow recipe for staging packages to PyPI, release-pypi.yml by @amotl in #173
  • Project: Add surrogate setup.py to satisfy GitHub by @amotl in #174

New Contributors

  • @seut made their first contribution in #153

Full Changelog: v0.0.13...v0.0.14

v0.0.13

18 Jun 07:06
Compare
Choose a tag to compare

What's Changed

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

Details

  • Update sqlparse requirement from <0.5 to <0.6 by @dependabot in #159
  • Update pyproject-fmt requirement from <1.8 to <2.2 by @dependabot in #157
  • Update myst-parser[linkify] requirement from <3,>=0.18 to >=0.18,<4 by @dependabot in #158
  • Update validate-pyproject requirement from <0.17 to <0.19 by @dependabot in #155
  • CI: Run nightly testing jobs each second night only by @amotl in #161
  • Dependencies: Migrate from crate[sqlalchemy] to sqlalchemy-cratedb by @amotl in #163

Full Changelog: v0.0.12...v0.0.13

v0.0.12

30 May 21:10
Compare
Choose a tag to compare

What's Changed

  • Fix InfluxDB Cloud <-> CrateDB Cloud connectivity by using
    ssl=true query argument also for influxdb2:// source URLs.

Full Changelog: v0.0.11...v0.0.12

v0.0.11

30 May 01:25
Compare
Choose a tag to compare

What's Changed

  • Fix InfluxDB Cloud <-> CrateDB Cloud connectivity by propagating
    ssl=true query argument. Update dependencies to influxio>=0.2.1,<1.

Details

Full Changelog: v0.0.10...v0.0.11

v0.0.10

10 Apr 01:59
Compare
Choose a tag to compare

What's Changed

  • Dependencies: Unpin upper version bound of dask. Otherwise, compatibility
    issues can not be resolved quickly, like with Python 3.11.9.
    See: dask/dask#11038

Details

Full Changelog: v0.0.9...v0.0.10

v0.0.9

22 Mar 22:56
Compare
Choose a tag to compare

What's Changed

  • Dependencies: Use dask[dataframe]

Full Changelog: v0.0.8...v0.0.9

v0.0.8

11 Mar 13:07
Compare
Choose a tag to compare

What's Changed

  • datasets: Fix compatibility with Python 3.7

Full Changelog: v0.0.7...v0.0.8

v0.0.7

07 Mar 18:12
Compare
Choose a tag to compare

What's Changed

  • datasets: Fix dataset loader

Full Changelog: v0.0.6...v0.0.7

v0.0.6

07 Mar 16:48
Compare
Choose a tag to compare

What's Changed

  • Added cratedb_toolkit.datasets subsystem, for acquiring datasets
    from cratedb-datasets and Kaggle.

Full Changelog: v0.0.5...v0.0.6

v0.0.5

12 Feb 13:02
Compare
Choose a tag to compare

What's Changed

  • Testing: Do not always activate pytest11 entrypoint to pytest fixture
    cratedb_service, as it depends on the testcontainers package,
    which is not always installed.

Full Changelog: v0.0.4...v0.0.5