Skip to content

Releases: gizmodata/adbc-driver-quack

v0.1.0-alpha.7

24 May 14:01

Choose a tag to compare

Changed — Quack is now a core DuckDB extension (v1.5.3+)

  • DuckDB v1.5.3 (announced 2026-05-20) ships quack as a core
    extension. No more core_nightly repository and no more
    -unsigned / allow_unsigned_extensions requirement — INSTALL quack; LOAD quack; Just Works against any DuckDB v1.5.3+ session.
    README quickstart and the Python integration-test conftest.py
    are updated accordingly.
  • Bumped the test extra to require duckdb >=1.5.3 (was
    >=1.5.2).
  • Verified protocol compatibility: the full Python integration suite
    (26 tests) passes against DuckDB 1.5.3 with no driver-side
    changes.

CI — GitHub Release body now pulled from CHANGELOG

  • The github-release job now checks out the repo, extracts the
    matching ## [VERSION] section from CHANGELOG.md (same awk
    pattern as gizmodata/gizmosql), and passes it to
    softprops/action-gh-release via body_path.
    generate_release_notes: true is kept as a fallback for tags
    whose CHANGELOG section is missing.

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

v0.1.0-alpha.6

15 May 21:15

Choose a tag to compare

v0.1.0-alpha.6 Pre-release
Pre-release

v0.1.0-alpha.5

15 May 20:56

Choose a tag to compare

v0.1.0-alpha.5 Pre-release
Pre-release

v0.1.0-alpha.4

14 May 14:56

Choose a tag to compare

v0.1.0-alpha.4 Pre-release
Pre-release

v0.1.0-alpha.3

14 May 14:40

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

v0.1.0-alpha.2

14 May 14:16

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

v0.1.0-alpha.1

14 May 12:42

Choose a tag to compare