Skip to content

v0.0.15

Compare
Choose a tag to compare
@amotl amotl released this 08 Jul 10:56
· 191 commits to main since this release

What's Changed

  • IO: Added the if-exists query parameter by updating to influxio 0.4.0.
  • Rockset: Added CrateDB Rockset Adapter, a HTTP API emulation layer
  • MongoDB: Added adapter amalgamating PyMongo to use CrateDB as backend
  • SQLAlchemy: Clean up and refactor SQLAlchemy polyfills
    to cratedb_toolkit.util.sqlalchemy
  • CFR: Build as a self-contained program using PyInstaller
  • CFR: Publish self-contained application bundle to GitHub Workflow Artifacts

Details

  • IO: Add the if-exists query parameter by updating to influxio 0.4.0 by @amotl in #176
  • Update ruff requirement from <0.5 to <0.6 by @dependabot in #178
  • Update poethepoet requirement from <0.27 to <0.28 by @dependabot in #180
  • Update uvicorn requirement from <0.25 to <0.31 by @dependabot in #181
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #182
  • Adapter: Add very basic Rockset HTTP API emulation layer by @amotl in #183
  • Chore: A few maintenance adjustments by @amotl in #184
  • Testing: Add pytest fixtures to discriminate between SQLAlchemy 1 and 2 by @amotl in #185
  • MongoDB/PyMongo: Amalgamate PyMongo driver to use CrateDB as backend by @amotl in #83
  • Chore: Clean up and refactor SQLAlchemy polyfills by @amotl in #186
  • CI: Maintenance, this and that by @amotl in #187
  • Bump actions/setup-python from 4 to 5 by @dependabot in #188
  • Update polars requirement from <0.21 to <1.1 by @dependabot in #189
  • Add support to publish cfr as a binary using PyInstaller by @amotl in #175
  • Update polars requirement from <1.1 to <1.2 by @dependabot in #193
  • Chore: This and that by @amotl in #194

Full Changelog: v0.0.14...v0.0.15